Compilation of job

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Compilation of job

Post by dodda »

Hello

I have a small clarification to make. I have actually deployed a new catageory of jobs from one environment to another environment and i did run multiple compile of jobs from datastage manager by selecting the jobs under that specific catageory. I did force compile all the jobs. After running the jobs i could see all the jobs still in compiled status even though they ran in finished status except sequence which showed the finish status only the corresponding jobs showed compiled status even though they ran successfully. I wasnt able to see the logs for individual jobs where i could see them for sequence.

Can any one please help me

Regards
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

My first thought is that you didn't run the jobs that you thought you had run. What happens if you start one of these jobs manually from the director - does the status change and the log entries show up?
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post by abc123 »

Also, are any of these multi-instance jobs?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is your Director connected to the correct project? Did you run the jobs in this project?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Post by dodda »

No these are not Mulitple instance jobs and the datastage director is connected to the same project where we executed the jobs. Our sequence finished successfully and it is showing the direcotr status as sucessful its only individual jobs which the sequence is executing that are showing the compiled status and also i could not retrieve the job log where as i could retrieve the job log for sequence.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

ArndW wrote:...What happens if you start one of these jobs manually from the director...
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Post by dodda »

when i ran a single job individually its showing finished status its only when i run through script it showed Compiled status. Is there any reason.

Thankyou for your help
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Post by dodda »

i have run the sequence from the script again the sequence shows in finished status and individual jobs in compiled status but when i looked at the log it says clearing file RT_STATUS178. Am i missing something?

Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You have automated log clearing enabled.
Now that you have a job that has already run, if you re-run the script what is the last-run-time of the job you manually started? Has it changed or does it remain the same?
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

Post by dodda »

it remains in finished status the reamining jobs which i havent run them manually remained in compiled status

Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Finished with the previous run date/time? Please add an after-job ExecSH call to the command "touch /tmp/ThisIsAnEmptyFile.txt". Then compile the job and run the job sequence. Is the state of the job still "compiled" and does that file exist in /tmp?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try View > Refresh in Director.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply