No log entries in Director

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
dssubhani
Participant
Posts: 38
Joined: Wed Jul 14, 2010 11:12 pm

No log entries in Director

Post 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
subhani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Start by dreaming up meaningful subjects for your posts!
:evil:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Already had this 'conversation'... once again I've had to change it for you. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
Last edited by ray.wurlod on Thu Sep 08, 2011 4:37 pm, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Is it really a 7x server job?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply