Data Services XI 3.2 12.2.2.3
Client components : Windows XP - Server components : Linux 64bit
Behaviour
We are not able to execute jobs from Designer : "The job server you selected is not working. "
In the status bar, when you hover the cursor over the job server icon : notification server error (BODI-1241023)
We are able to execute and schedule jobs in the Management Console
Test of the 2 way communication (according to SAP KB 1416303)
1. Designer --> Job Server
on the pc : telnet deks01068 3500 --> succesful
deks01068 = hostname running the job server
3500 = port of the job server
2. Job Server --> Designer
on the Linux-box : telnet pc9040447 3510 --> succesful
pc9040447 = name of my pc (ip address : 10.122.40.216)
3510 = listening port, specified in Designer (Tools --> Options --> Environment --> Designer Communication Ports : from : 3510 - to : 3510
–> Conclusion : the 2 way communication is ok
However, in the log file of the job server, I notice this :
(12.2) 10-28-10 10:30:15 (32469:1149274432) JobServer: Marking notification object for client inet:10.123.5.35:4000 for deletion. (BODI-850265)
(12.2) 10-28-10 10:30:43 (32469:1095772480) JobServer: Creating notification object for client inet:10.123.5.35:4000. (BODI-850264)
(12.2) 10-28-10 10:31:57 (32469:1094719808) JobServer: Marking notification object for client inet:10.123.5.35:3510 for deletion. (BODI-850265)
(12.2) 10-28-10 10:32:19 (32469:1129347392) JobServer: Marking notification object for client inet:10.123.5.35:4000 for deletion. (BODI-850265)
(12.2) 10-28-10 10:32:25 (32469:1095772480) JobServer: Creating notification object for client inet:10.123.5.35:3510. (BODI-850264)
These entries (marking for deletion) indicate that the job server stops communicating with the client
Even more, 10.123.5.35, is not the ip-address of one of the workstations, but from the gateway between the job server and the clients.
The 10.123.5.35:3510 --> should be 10.122.40.216:3510 (ip address of my pc, followed by the listening port)
Question : where does this 10.123.5.35:3510 come from ?
It seems that the gateway does not transfer correctly the ip address of my pc to the job server.
Any ideas are welcome.
Hans
hsegers (BOB member since 2009-06-05)