SequenceError:Job finished, status = 3

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
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

SequenceError:Job finished, status = 3

Post by satheesh_color »

Hai,

while we run a set of sequence jobs for FTPing a CSV file from LAN to Unix box it shows the following error:

DSJobController=JobSeqFTPRewApsdCSVFile
JobSeqFTPRewApsdCSVFile..JobControl (DSRunJob): Waiting for job FTP7InsightCSVFile.FTPFIN to start
JobSeqFTPRewApsdCSVFile..JobControl (DSWaitForJob): Waiting for job FTP7InsightCSVFile.FTPFIN to finish
JobSeqFTPRewApsdCSVFile..JobControl (DSWaitForJob): Job FTP7InsightCSVFile.FTPFIN has finished, status = 3 (Aborted)
JobSeqFTPRewApsdCSVFile..JobControl (fatal error from UtilityAbortToLog): USER INFO: FTP7InsightCSVFile has failed. JOB=> JobSeqFTPRewApsdCSVFile STAGE=> JobControl LINK=> -8

It states that the job was finished, then it shows status=3 and aborted.
Normally we run this job every week.Last week it was working quite fine.Now it is looking strange.Kindly give your feedbacks.


Regards,
Satheesh.Rajan
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

A job the Sequence runs aborted, had a fatal error - simple as that. You need to back to the other job's log to find out why: the multi-instance job FTP7InsightCSVFile.FTPFIN specifically.
-craig

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