Page 1 of 1

No log entries in Director

Posted: Wed Sep 07, 2011 2:59 am
by dssubhani
Hi All,

When jobsequence run through script ,status of the sequence completed successfully.
But, when able to check in director,when click on that jobseq name unable to find entries,it shows 0 job entries in repository of dsdirector.

Please help,
Thanks in advance,
_______________________
subhnai

Posted: Wed Sep 07, 2011 3:00 am
by ray.wurlod
Start by dreaming up meaningful subjects for your posts!
:evil:

Posted: Wed Sep 07, 2011 6:51 am
by chulett
Already had this 'conversation'... once again I've had to change it for you. :?

Posted: Wed Sep 07, 2011 5:04 pm
by ray.wurlod
Can you identify the job number? Execute this command in Administrator client command window.

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job name>>';
Use that number (nnn) to see whether there are any entries in the log.

Code: Select all

SELECT COUNT(*) FROM RT_LOGnnn;
This will determine whether the problem is in the logging mechanism or in the Director client.

Posted: Thu Sep 08, 2011 4:40 am
by priyadarshikunal
Is it really a 7x server job?