Page 1 of 1

Running and debuging jobs through console (Advise needed)

Posted: Thu Dec 09, 2004 11:12 pm
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

Posted: Sun Dec 12, 2004 2:26 am
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