Inactive timeout

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ysrini9
Participant
Posts: 108
Joined: Tue Jul 12, 2005 2:51 am

Inactive timeout

Post by ysrini9 »

Hi All

We have implemented Inactive timeout for 4 hours in DataStage Client session.

Will this prevent the designer jobs being 'locked' when we lose our connection from VPN?

Regards
srini
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

The actual use of Inactive timeout is different. If you have you client machine inactive for the specified time, the connection between the client and server will be lost.
For the lock, you need to kill the PID which hangs up.
You can also try with addtitional option to reduce the deadlock timings, though it is for different purpose.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

When you connect you request an instance to be started of the dscs (DataStage common server) service, which runs as dsapi_server. This manages the connection at the server end, including the connection inactivity timeout. If this triggers the dsapi_server process closes down gracefully, closing any open files and releasing any locks.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply