Timeout value for ISD Output stages

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Timeout value for ISD Output stages

Post by atul9806 »

Hi Guys

We have designed a service which is invoking a datastage job which takes around 4 minutes to complete. But service connection has been keep broken in 30 seconds (time out default value) so unable to get back the result.

Can anyone guide me how can I keep connection active until the datastage job complete ?
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What sort of a service is this?
The ISD Input stage has a 30 second default timeout which can be adjusted, as does the ISD Output stage.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Check your client tooling, or your network..... who are you calling the service "from"? Are you using SOAPui, or some other tool for testing it? The timeout value in the ISDStages is for initialization and isn't likely to have any impact on this.....if your Job calls another Job (presumably via DSUtilityRunJob ?), then it will sit there and wait --- that has nothing do to with web services or ISD --- but look also at the utility if you are using it...it calls a programmatic edition of dsjob and it also has a "wait" argument. Be sure you are checking the correct "wait" location.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Post by atul9806 »

Thanks ArndW. I am missing that only :P
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
Post Reply