My Job behaving very peculiar

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
suresh.narasimha
Premium Member
Premium Member
Posts: 81
Joined: Mon Nov 21, 2005 4:17 am
Location: Sydney, Australia
Contact:

My Job behaving very peculiar

Post by suresh.narasimha »

Hi,

Today i aborted a job and compiled it to re-run.

Surprisingly after compiling the job started running with Zero rows per second and some 50000 rows being processed.

I'm able to compile again and again but not able to run.

Please help why this is so and what could be the solution for this..



Regards,
SURESH NARASIMHA
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

1. What does the job do?

2. What are the stages that were used in the job?

3. How did you design the job?

4. Does it give out any warnings or error messages?

Always, more info about your job will help.

Whale.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Post by Sreedhar »

This sort of behaviors is observed quite a number of times, one of the reason that would result in the peculiar behavior is, when you abort the job from the director, it my not have been terminated, the process must be still running at the background on the unix server.

So is the reason that it is getting complied but not able to run the job as the instance of the jobs is already under execution.

The solution to this should be, catch the PID of the job and Kill it explicitly on the unix server (but be careful in using the Kill command on the unix box and make sure that you catch the right PID, ) seek help from your Unix Admin if possible.

Please do let us know your observations...
Regards,
Shree
785-816-0728
caltog
Premium Member
Premium Member
Posts: 39
Joined: Thu May 22, 2003 7:32 am

Post by caltog »

What about the LOG ? Do you have any warning messages (from the DB ? ) ?

What do you mean by not able to run it again ?
suresh.narasimha
Premium Member
Premium Member
Posts: 81
Joined: Mon Nov 21, 2005 4:17 am
Location: Sydney, Australia
Contact:

My Job behaving very peculiar

Post by suresh.narasimha »

HI Sridhar and All,

Problem is now resolved. Might be you are correct. This situation lasted for 5 mins and after that i was able to run my job.

Thanks for all replies.
Suresh N
SURESH NARASIMHA
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Rows/sec, as I have often asseverated, is meaningless. 0 is reported if the run finishes in less than 0.5 sec, because the time is rounded to whole seconds, and divide by zero errors are avoided.

Heck, if you want good statistics, all you have to do is wind back the system clock while the job is running - elapsed time is calculated by subtraction of start time from end time. This will also boost rows/sec. Have I mentioned how meaningless rows/sec is as a metric?
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