start problems

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
inadeau
Participant
Posts: 11
Joined: Mon Jul 19, 2004 7:37 am

start problems

Post by inadeau »

Hi,

Since yesterday, for all jobs I'm running (regarless of if it is Server or PX, access the BD or not), I'm getting the following errors :

Log as Info :
Contents of phantom output file => start problems

or

Log as Warning :
start problems
DataStage Job 635 Phantom 30268
DataStage Phantom Finished

I hope this will sound familiar to you.... thanks in advance !

Isabelle
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Check your DS project's file system to make sure you're not out of space. If nothing runs, that's usually the first issue. Next, verify that userids/permissions haven't changed on the project/jobs.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
inadeau
Participant
Posts: 11
Joined: Mon Jul 19, 2004 7:37 am

start problems

Post by inadeau »

kcbland wrote:Check your DS project's file system to make sure you're not out of space. If nothing runs, that's usually the first issue. Next, verify that userids/permissions haven't changed on the project/jobs.
Both things are OK....

Could it be DataStage that needs to be re-Index ?

Thanks for your help !
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
1. You can also check DSD.RUN file for &PH& to get process id for this datastage job.
Try to kill this process id.

2. You may also try to start the datastage daemon again.

Ketfos
trokosz
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 16, 2004 6:38 pm
Contact:

Post by trokosz »

This is a DataStage Admins responsibility but here is what I would do:

1. Execute a ps -ef | grep -I pha to determine if any phantom Server Jobs are running.
2. If there are phantoms then do a kill -9 on them.
3. Once this is done then stop the DataStage.
inadeau
Participant
Posts: 11
Joined: Mon Jul 19, 2004 7:37 am

start problems

Post by inadeau »

trokosz wrote:This is a DataStage Admins responsibility but here is what I would do:

1. Execute a ps -ef | grep -I pha to determine if any phantom Server Jobs are running.
2. If there are phantoms then do a kill -9 on them.
3. Once this is done then stop the DataStage.
Thank you Ted for your help !

I searched for phantom, but I couldn't found any... finally we had to re-index the datastage server and it solved the problem.

Isabelle
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Another thing that can cause start-up delays is a very full &PH& directory. You should regularly purge &PH& of old entries.
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