what is phantom error

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
irajasekharhexa
Premium Member
Premium Member
Posts: 82
Joined: Fri Jun 03, 2005 5:23 am
Location: Bangalore
Contact:

what is phantom error

Post by irajasekharhexa »

Hi all,

Some times whem i run job. It is throwing error like 'Phantom error' Can u any body explain what exaclty it is and how to track it out.


Regds
Rajasekhar
Rajasekhar
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
Phantom is the name asociated with DS job processes.
So your simply getting an error in your job's process.

you might want to expand regarding any particular issue your experiancing for more specific answers.

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

Hi Rajasekhar,

you can track the phantom in the PH file. Also when you reset the job in Director you get the line "From previous run" with more detail.

Matias
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Phantom is a process in DataStage and DataStage executes your job design as number of processes. So Phantom error occurs if any of the processes in a job failed.

Regards
Saravanan
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

When your executable job has commands that cannot be performed or variables not initialised, you may have phantom errors.

You may also have phantom errors which are serious to cause failure of the whole process.
Post Reply