Job Logs

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
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Job Logs

Post by zulfi123786 »

I was trying to write onto a hahsfile but the permission were not allowing me to do so, the file was written using "allow stage write cache" and for each record i was getting a warning which was been written to the log file.
Since the source had large number of records i stopped the job still the log i see was constantly being updated though i clear the log file entries keep on making (may be because of cache feature), from where are these warnings flowing into the log file as i see no files in the PH directory?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Some of it is cache delay but your job might not be as dead as you think. Try a "ps -ef |grep phantom |grep -v grep" from your command line and kill (NOT a kill -9 but just kill) any left-over processes you can find for it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply