Director Log shows fatal messages but job successful

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
gsherry1
Charter Member
Charter Member
Posts: 173
Joined: Fri Jun 17, 2005 8:31 am
Location: Canada

Director Log shows fatal messages but job successful

Post by gsherry1 »

Hello Forum,

I have a job that is simply generating rows and loading them to Teradata via Teradata Enterprise Stage. The Director status panel reports "Finished", and the last log entries report the following

"main_program: Step execution finished with status = OK."
"Parallel job reports successful completion"
"Finished Job RowGeneration_NCDTestConfig."

Further inspection reveals there are four log entires of Type 'Fatal' with red icon.

I understand why I get fatal errors, and have corrected the problem by deduping the input. What I don't understand is why Director reports the job as a success. I am using no message handling to upgrade/downgrade messages.


Any suggestions?

Thanks,

Greg
ameyvaidya
Charter Member
Charter Member
Posts: 166
Joined: Wed Mar 16, 2005 6:52 am
Location: Mumbai, India

Post by ameyvaidya »

Hi greg,

I'd noticed it sometimes in large jobs (many stages) that processed very few rows of data.

I suspect this happens when the time needed for all Job processes to terminate abnormally is more that the time needed to finish processing.

So before the error is caught and the Job can be aborted, it has already finished processing.

Though I may be wrong on this.... :?:
Amey Vaidya<i>
I am rarely happier than when spending an entire day programming my computer to perform automatically a task that it would otherwise take me a good ten seconds to do by hand.</i>
<i>- Douglas Adams</i>
Post Reply