Running and debuging jobs through console (Advise needed)

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
akash_nitj
Participant
Posts: 27
Joined: Fri Aug 13, 2004 3:36 am
Location: INDIA

Running and debuging jobs through console (Advise needed)

Post by akash_nitj »

Hi
I have a problem here at my end wherein i can create the jobs through designer(PX 7.1) but running of job is giving me memory core dump error.



But the jobs are running perfectly from the backend using osh command.

Is it advisable to do the development following this approach as i suppose debugging will be a nightmare in this case.

Is my assumption correct. Correct me if my assumption is wrong

regards
akash
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Hi,

Activating a job from the DS director is not the same as using osh commends since you are running under the DS engine. There should be the same as activationg a job from the client or by using dsjobs from the unix.

You can add the debuging env variables (e.g APT_DUMP_SCORE)
Or start replacing stages with copy till you find the problematic stage.

HTH,
AMos
Post Reply