Page 2 of 2

Re: log files

Posted: Mon May 12, 2008 8:40 am
by AmeyJoshi14
veera24 wrote:
AmeyJoshi14 wrote:
bikan wrote:Can sumbody tell me column defination of RT_LOGnnn file. ( I searched on forum but could not get it)

I want to dump log file for each job into delimiter file.


Also by Dsjob command can I copy complete log into file I have tried
c:\Ascential\DataStage\Engine\bin\dsjob -logdetail #$DS_PROJ_NAME# <Job Name> > #$DS_LOG_FILE_DIR#\LFM_Load_Cust_Vech_Dtl_CapRej.txt
but it's not working.
when I try
:\Ascential\DataStage\Engine\bin\dsjob -logaum #$DS_PROJ_NAME# <Job Name> > #$DS_LOG_FILE_DIR#\LFM_Load_Cust_Vech_Dtl_CapRej.txt
there warning msg are getting trucated.
Yes,from DSjob Command you can copy complete log into file.

$path/dsjob -logsum -type INFO -max 30 PRJCT_NAME JOB_NMAE > /path/log.txt

Now if you want only Warning , instead of INFO use warning...

For detail logs use -logdetails.
hi amey
please excuse me.. since am new to datastage i couldn understand ur point so could you pls. explain in detail so that it will be helpful for me.. hope you will..
Your time ll b highly appreciated...
thanks in adv...
veera...
Hi ,
Can you please tell me what detail exactly you want so that i can give you the same. :)

Re: log files

Posted: Wed May 21, 2008 9:18 pm
by veera24
AmeyJoshi14 wrote:
bikan wrote:Can sumbody tell me column defination of RT_LOGnnn file. ( I searched on forum but could not get it)

I want to dump log file for each job into delimiter file.


Also by Dsjob command can I copy complete log into file I have tried
c:\Ascential\DataStage\Engine\bin\dsjob -logdetail #$DS_PROJ_NAME# <Job Name> > #$DS_LOG_FILE_DIR#\LFM_Load_Cust_Vech_Dtl_CapRej.txt
but it's not working.
when I try
:\Ascential\DataStage\Engine\bin\dsjob -logaum #$DS_PROJ_NAME# <Job Name> > #$DS_LOG_FILE_DIR#\LFM_Load_Cust_Vech_Dtl_CapRej.txt
there warning msg are getting trucated.
Yes,from DSjob Command you can copy complete log into file.

$path/dsjob -logsum -type INFO -max 30 PRJCT_NAME JOB_NMAE > /path/log.txt

Now if you want only Warning , instead of INFO use warning...

For detail logs use -logdetails.
Could you pls. explain what you are trying to say for dsjob?