sequence not running

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
lakshya
Participant
Posts: 19
Joined: Fri Jan 21, 2005 2:39 pm

sequence not running

Post by lakshya »

Hi

I am getting the following error in the log file.
xxx.JobControl (@xxx): Controller problem: Error calling DSAttachJob(xxx.xxx)
(DSOpenJob) Cannot open job xxx.xxx - not a runnable job

can anyone help me out to fix this error.

Thanks in advance
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Check whether such a job exists and if it does it is in a status ready to run. i.e. something like 'Compiled' , 'Finished' etc and not something like 'Not Compiled' or 'Aborted'.
lakshya
Participant
Posts: 19
Joined: Fri Jan 21, 2005 2:39 pm

Thanks

Post by lakshya »

The job is existing, but i hadnt compiled and run the job before running the sequence.Its running fine now.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello Lakshya,

if the job name is correct then you probably haven't compiled it. What is the status in the Director?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Oops - I'm sorry about the duplicate post; I had left this window open too long before hitting enter and I see that not only has Sainath responded but that you have already found the solution. 8)
Post Reply