Sequencer looping failure

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
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Sequencer looping failure

Post by dspxlearn »

Hello,

I was designing a sequencer in which a loop executes more than 280 times. Inside the loop there are couple of execute command stages executing few UNIX commands.

At 258th iteration the sequencer is getting aborted with the below error.

Code: Select all

Attempting to Cleanup after ABORT raised in stage CSV_Modifications..JobControl
I took a detour as of now. But, can someone tell me what is causing this error?
While doing a search, i found out the below link where it was confirmed that this was a bug in 7.5.2 and an ecase was opened with IBM.

viewtopic.php?t=116154&start=0&sid=5c27 ... 58425be6f3
Thanks and Regards!!
dspxlearn
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I've seen the same bug and there *is* a client side patch for it, ask your support provider for it. Keep in mind it is a client patch that changes the compiled code in this case, so if someone else without the patch compiles your fixed job, it will be... unfixed. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply