Phantom Erorr

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
mdtauseefhussain
Participant
Posts: 38
Joined: Mon Feb 27, 2006 10:34 pm
Location: Chennai
Contact:

Phantom Erorr

Post 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
Mohammed Tausif Hussain Sheikh
Cognizant technologies,Perungudi
Chennai
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post 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)
Success consists of getting up just one more time than you fall.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post 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.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply