Routine within a Transformer

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
Buknuy
Participant
Posts: 2
Joined: Tue Mar 04, 2008 2:54 pm

Routine within a Transformer

Post by Buknuy »

Hi,

I have this routine that basically gets the log summary (DSGetLogSummary) of a job (passed as parameter) returning the fatal error messages of the last run.

This routine is being called inside a Transformer and from the Transformer stage, the output is copied to a sequential file.

When i run the job the first time, it works (only a few seconds of runtime). But the second time, it will run for several minutes and then fails with the following error message:

"BuildErrorRecord,1: dspipe_init(2605146): open(/tmp/ade.TESTPROJECT.ErrorLogger_Changed.#1.BuildErrorRecord.WriteErrorLog-Output) - No such file or directory"

Any help that you can give will be greatly appreciated.

Thanks,
Buknuy
Datastage - Newbie
Buknuy
Participant
Posts: 2
Joined: Tue Mar 04, 2008 2:54 pm

Re-created Transformer

Post by Buknuy »

Hi All,

I re-created the Transformer which is where the job is failing with the said error mesage (deleting the old stage and creating a new one with exactly the same columns and derivations) and it worked. I'm not sure what happened. My guess here is that the OSH script that was generated by the transformer was somehow corrupted or creating the problem.

Anyhooz, it's working now.

FYI. Thanks!
Datastage - Newbie
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Congratulations on finding a solution (even if we don't know what the cause of the problem was)! Please mark this thread as Resolved.
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