Jobs timeout

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
powerinmind2
Participant
Posts: 16
Joined: Wed Nov 26, 2003 5:42 am

Jobs timeout

Post by powerinmind2 »

Hi all,

i've a problem. I launch a DS parallel job. This job return an error code -"14 DSJE_TIMEOUT"

Can i set an option for increment the job timeout????

Help me pls!! :cry:

Massimiliano
powerinmind2
Participant
Posts: 16
Joined: Wed Nov 26, 2003 5:42 am

Re: Jobs timeout

Post by powerinmind2 »

Excuseme if i haven't speak fine.

My problem is:

1. I launch a DS parallel job named "X".
2. I can launch the same DS parallel job named "X" while the first launch is running!!!
3. The second launch wait that the DS parallel job finish.... but the timeout for waiting job is low and the second launch return error "14 DSJE_TIMEOUT"!!!
4. I want, if possible, increment the JOB TIMEOUT!

I hope that this is possible!

Massimiliano
powerinmind2 wrote:Hi all,

i've a problem. I launch a DS parallel job. This job return an error code -"14 DSJE_TIMEOUT"

Can i set an option for increment the job timeout????

Help me pls!! :cry:

Massimiliano
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Re: Jobs timeout

Post by Teej »

To run multiple instances of DataStage PX jobs, you MUST upgrade to 7.0.1. It is not possible with any lower versions.

-T.J.
Developer of DataStage Parallel Engine (Orchestrate).
powerinmind2
Participant
Posts: 16
Joined: Wed Nov 26, 2003 5:42 am

Re: Jobs timeout

Post by powerinmind2 »

Hi T.J.
tks for u answer.

I not want run multiple instance.
I want call the same job, from two different shell unix at the same time.
Of course only one call at the job running effectively, the other call return code "14 DSJE_TIMEOUT" because the job is running! I want, if it's possible, increment the TIMEOUT for waiting that the first call at the job finish.

Bye,
Massimiliano

Teej wrote:To run multiple instances of DataStage PX jobs, you MUST upgrade to 7.0.1. It is not possible with any lower versions.

-T.J.
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Re: Jobs timeout

Post by Teej »

I want call the same job, from two different shell unix at the same time.
That is what I meant by running multiple instances of the same job. You want to run them both at the same time.

Even though you may be able to increase the timeout value, this will introduce other issues with your project that you may have not anticipated. I will dig around to see if there is such a value, but I suspect it is related to the above issue that PX do not support Multiple Instances.

-T.J.
Developer of DataStage Parallel Engine (Orchestrate).
jreddy
Premium Member
Premium Member
Posts: 202
Joined: Tue Feb 03, 2004 5:09 pm

Re: Jobs timeout

Post by jreddy »

Teej wrote:To run multiple instances of DataStage PX jobs, you MUST upgrade to 7.0.1. It is not possible with any lower versions.

-T.J.

No, Teej, It is available in 7.0 version as well.. I use it.
Post Reply