JobControl (fatal error from @Coordinator)

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

JobControl (fatal error from @Coordinator)

Post by esivaprasad »

Hi,
Daily we will run some same sequences.
Till last friday it ran fine without any warning/errors.
But from 3 runs, one sequence is failing with the error that

" JobControl (fatal error from @Coordinator): Sequence job will abort due to previous unrecoverable errors ".

If we compile all jobs which are in that failing sequence,its runnng fine.
Similar type of issues came to some other sequences .
every time compiling all jobs in that failure sequence its difficult .
Is there any other way to come out of this frequently geeting error

"JobControl (fatal error from @Coordinator): Sequence job will abort due to previous unrecoverable errors".
Thanks in advance for all support.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There must be more information available. Are there any other messages? What about in the jobs that the sequence runs, are they failing?
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Look at an entry in log starting with "Summary of sequence run" and at the details in there. I am sure you can find some useful lines in there.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are the subsidiary Job activities set up for "reset if required, then run"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

priyadarshikunal wrote:Look at an entry in log starting with "Summary of sequence run" and at the details in there. I am sure you can find some useful lines in there.
Thanks for your info.
Please find the log info which starts Summary of sequence run step

"REPORTSEQUENCEOthersDailySERVERJOB..JobControl (@Coordinator): Summary of sequence run
03:29:05: Sequence started
03:29:05: Load0001SQESupervisorMgrDirDM (JOB Load0001SQESupervisorMgrDirDM) started
03:29:29: Load0002WorstCaseLabCodeDriver (JOB Load0002WorstCaseLabCodeDriver) started
03:29:30: Load303405ProgramParts2DM (JOB Load303405ProgramParts2DM) started
03:29:32: Load303404PartCPNTDM (JOB Load303404PartCPNTDM) started
03:29:34: jDM16645AllDriverProgram (JOB jDM0005AllDriverProgram) started
03:29:34: Exception raised: @jDM0005AllDriverProgram, Error calling DSRunJob(jDM0005AllDriverProgram), code=-99 [General repository interface 'other error']
03:29:34: Exception raised: @Coordinator, Error calling DSWaitForJob(), code=-99 [General repository interface 'other error']
03:29:34: Sequence failed"
Siva
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

chulett wrote:There must be more information available. Are there any other messages? What about in the jobs that the sequence runs, are they failing? ...
Hi ,

Thank you for information.
if that sequence starts and ciompleted successfully, in that sequence eaxch job running fine ,without any warning/ errors.
Siva
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

esivaprasad wrote:03:29:34: Exception raised: @jDM0005AllDriverProgram, Error calling DSRunJob(jDM0005AllDriverProgram), code=-99 [General repository interface 'other error']
03:29:34: Exception raised: @Coordinator, Error calling DSWaitForJob(), code=-99 [General repository interface 'other error']
03:29:34: Sequence failed"
These are the errors that should have been reported. If you haven't already, try doing an exact search for "General repository interface" and then filter out the ones that just tell you to search, you'll find ones that show people have successfully dealt with this.

Anything that fails and then runs fine after being restarted is typically having some kind of resource issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply