Job failed

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Job failed

Post by dspxguy »

Hi ,
what is this error message and how to resolve it.


DemographicMarkfile1.JobControl (fatal error from DSGetLogEntry): Job control fatal error (-4)
(DSGetLogEntry) Event number 11 not found in RT_LOG3523
(DSGetLogEntry) Cannot find log event with id '11'


When I go in my project directory and under the project i execute this command

ls | grep 3523

i get
DS_TEMP3523
RT_BP3523
RT_BP3523.O
RT_CONFIG3523
RT_LOG3523
RT_STATUS3523

i dont see DS_JOB3523 , where it is? do i need to create it?

Thanks[/code]
lgharis
Premium Member
Premium Member
Posts: 56
Joined: Wed May 26, 2004 10:08 am
Location: Dallas, TX

Post by lgharis »

You didn't say what you were doing when the error occurred.

The "3523" is the number that DataStage assigned to the job when it was imported/created. You can find out which job it is by using the "Command" button after selecting the project in the DataStage Administration client.

LIST DS_JOBS WITH JOBNO = 3523

This will return you the Jobname, Description and Category.

It appears that there is something attempting to get an entry in the log for the job but that entry does not exist.
Leroy Gharis

Dallas, TX
Post Reply