Page 1 of 1

Job failed

Posted: Mon Sep 17, 2007 8:53 am
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]

Posted: Mon Sep 17, 2007 3:17 pm
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.