Log files

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
mohanraj
Participant
Posts: 48
Joined: Sat Mar 25, 2006 12:40 am
Location: bangalore

Log files

Post by mohanraj »

hi friends

Please tell me where can I find the log file for the job I will run and what information basically it contains.

Thanks in advance
Regards
mohan
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

A DataStage job log is a database table, not a file. You view it through the Director client. Otherwise you need to select rows from it using the DataStage API, or using SQL. The name of the table is RT_LOGnnn where nnn is the internal DataStage number for that job, which mapping can be found from DS_JOBS table.

Are you really sure you want to do this?

You can search the forum for more information; some of the keywords in the text above may help guide your search.

By the way, it all changes substantially in the next version.
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 »

What information it contains can be easily seen via the Director client tool.
-craig

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