How do u view log file for a particular job?
Answers were Sorted based on User's Feedback
Answer / danny archer
we can view the log of a job in datastage director. for
example you are in datastge designer window and you are
running the job. Now goto tools menu and click "run
director". Now you can see datastage director, click the
log button on the tool bar. Here you could view log of your
job.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / bond
YOU CAN REFFER FROM THE DATASTAGE DIRECTORY OR EACH JOB
WILL CREATE LOG FILE AND STORED IN REPOSITARY.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajesh reddy
Log you can find this in DataStage Director,It can show
Errors and Warnings for a particular job.
Tools>Run Director>log
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi this is Poorna Chandra,
For any job, we can vew log file through DataStage
Director or Through using Unix Command .
If we want to view the log file in Director this is the
approach that you have to follow .
Go To DataStage Director , Select the Job and right CLICK
then it will open one list there select log file
or
By selecting Job and by clicking job log icon we can see
the job log file .
This are the approaches to see the log file in
Director ,but through this method you can not see the
complete log file list ,If you want to see the complete
list Better use UNIX command to see the log file .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramesh
view log means if job is fail inthat time see the view log find the errows.
| Is This Answer Correct ? | 0 Yes | 2 No |
how many rows sorted in sort stage by default in server jobs
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
where we use column generator stage in real time scenario?
How To find the location of APT_confid file
Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me
What is quality stage?
what will happen if we allow duplicates in datastage lookup abort drop record 1st value of duplicate record none
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?
i have seq file that contents 10 million records load to target any data base.. in that case it takes lot of time for loading..how do performance tuning in that situation...?