Environment problem

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
rmmr
Participant
Posts: 6
Joined: Mon Sep 18, 2006 4:39 am

Environment problem

Post by rmmr »

Hi,

The job is in running state continuosly. When we open log file it shows it is not move forward after environment variable setting. The same job is working fine in another environment.

Please assist on this.

Thanks,
Madan
Nageshsunkoji
Participant
Posts: 222
Joined: Tue Aug 30, 2005 2:07 am
Location: pune
Contact:

Post by Nageshsunkoji »

Hi,

If a job running continously in a environment, we have to perofrm kill operation by using PID of the same. We can perform this by using DataStage director, Cleanup resources operation. Where you will get PID of your job and perform Stop operaion their. it will stop your job from running continously state. You can perofrm UNIX kill operation also, if you have permissions on the same.
NageshSunkoji

If you know anything SHARE it.............
If you Don't know anything LEARN it...............
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What happens when you try to stop the job in the director? What is your job doing (i.e. sometimes a job can seem to "hang" when the database it is writing to hangs)
rmmr
Participant
Posts: 6
Joined: Mon Sep 18, 2006 4:39 am

Post by rmmr »

Our problem is not of stopping job.We need main_program initialization for the job after enviromental settings information in the log.
In the same enviroment the job previous to it got opened, compiled and finished successfully.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What, then, is the problem? What does
We need main_program initialization for the job after enviromental settings information in the log.
mean?
Post Reply