Job controle not running in V8

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
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Job controle not running in V8

Post by kjaouhari »

Hello,

We need to migrate job controle from version 7.1 to version 8. When I run the job in V8 it finishes but as if no job were attached to it. This job controle was designed in version 7.1 and run ok so far in this version.

Does anyone get this situation ?

Can I fix it or should I replace it by a job sequenceur ?

cheers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

By "Job Control" do you mean you have a server job and call up the functions in the "Job Control" section? If so, did you really perform correct error checking in that hand-written code? Do you have a sample or sample output?
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

yes, it is a server job that call jobs .this job works fine in version 7.1.

i will give a sample of output tomorrow
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sure we're not talking about the "KBA Job Control Utilities"?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

I don't know what is KBA , but as you know there are two ways to schedule job : job sequenceur or job control. In this case we are using job control.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It would seem that there is some problem with the way the Job Control code is designed. Luckily, you can add calls to DSLogInfo() or DSLogWarn() through the code to see what is happening and to debug it. The first thing would be to put a call to DSLogInfo() right before and right after the call to DSExecute and display all parameter values.
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

I've tested to run the job in version 7.1 and is behaving in the same way now ...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Meaning what... that you actually have no problem now? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

Yes, the job control was waiting for some text file in order to start.
Post Reply