Job fails when executed by a sequence

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
dsxneitek
Premium Member
Premium Member
Posts: 1
Joined: Wed Sep 19, 2012 3:49 pm

Job fails when executed by a sequence

Post by dsxneitek »

I have the

tablex --> transformer --> tablex_upd

It was working fine but now it just failed when it was executed by the sequence... If I executed the job alone, it works fine...
Neitek
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Going to need a wee bit more information than that to be able to help you. I split this post out from the five year old one you jumped on the end of - is your error related somehow? Regardless, we'll need the details of your error please. And next time, please start your own post when needing help with an issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: Please do not continue to run around and jump on the end of anything you can find that you think is related. I've deleted those posts and added the details for you in this post.
dsxneitek wrote:I'm having the same error message but before it I get the

"ORA 0006 deadlock detected while waiting for resource"

and then after telling it could not perform the update, now it shows the:
" ORA-24381: error(s) in array DML. "

This fails when I exectue the sequence and in the sequence is a job that does the update but if I execute the job alone, this errors do not appear.
Let's keep the conversation here, please.
Last edited by chulett on Mon Jun 24, 2013 10:12 am, edited 1 time in total.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rsomiset
Premium Member
Premium Member
Posts: 46
Joined: Fri Sep 21, 2007 7:16 pm

Post by rsomiset »

Could you please give us the details of on how many nodes and partitions the sequence job ran when it failed and the parallel job ran when it succeeded?

--
Raj
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Along with that are you writing to that table from more than one job in that sequence.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply