Page 1 of 1

Phantom Erorr

Posted: Mon Sep 11, 2006 1:19 am
by mdtauseefhussain
HI! All

I have a job sequence which rund two jobs ,first job has finshed properly but it has thrown a warning and the sequence is aborted .the error message which iam getting is

"start problems
DataStage Job 192 Phantom 3072
DataStage Phantom Finished"

This is the only error message iam getting

Can any one help in solving the problem

Thanks
Tausif

Posted: Mon Sep 11, 2006 3:48 am
by loveojha2
What warning message are you getting from the server job?

Does your sequence doing something else also like calling a routine?

The error says its unable to start the next job (Do a

Code: Select all

select * from DS_JOBS where JOBNO='192'
),

OR may be the other job is not having a compiled status :? (Check and confirm)

Posted: Mon Sep 11, 2006 4:38 am
by kumar_s
PX Job??
DS_JOBS will give just the information about the job.
Do a reset, find "From Previous log..." event. It might give you more information.

Posted: Mon Sep 11, 2006 3:57 pm
by ray.wurlod
What else is in the log for the job sequence? Particularly what message reports the attempt to run the second job?

What information is in the log for the second job itself?