Page 1 of 1

How to find the logs pertaining to the current run?

Posted: Tue Sep 23, 2008 2:56 pm
by dsdoubt
Hi,

Using dsjob command, how to find the logs pertaining to the current run alone.
When I use

Code: Select all

dsjob -lognewest ProejctName Jobname FATAL
it gives the latest available fatal message irrespective of runs. So Iam also getting message from previous runs.
So, how to check the events only for the current run?

Thanks in Advance.

Posted: Tue Sep 23, 2008 3:52 pm
by ray.wurlod
Find the most recent "job starting" message and check the timestamps of this and the most recent "fatal" message.

Posted: Tue Sep 23, 2008 9:22 pm
by dsdoubt
Thanks for the input. But how to find that?
What is the exact command you referring to?

Posted: Tue Sep 23, 2008 9:35 pm
by ray.wurlod
Even minimal research on your part would have discovered it.
:roll:

Code: Select all

dsjob -lognewest ProejctName Jobname STARTED