job got aborted due to failure during the execution of logic

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
rameshybr
Participant
Posts: 20
Joined: Mon Sep 08, 2008 11:42 pm
Location: chennai

job got aborted due to failure during the execution of logic

Post by rameshybr »

Hi,

I doing the migration of prallel jobs from 7.5 to 8.7 Server.One of job got aborted due to failure during the execution of the logic.

The job design is

dataset---->Transformer---->Table.

and the transformer has no constraint to not propogate the records.

I run several times by deleting the data from the table and still i am not able to resolve the issue.

I am suspecting there is setnull() populated to a timestamp column.Is this creating the problem,if yes please let me know its equivalent functionality to implement in the 87.

Appreciate your help on this
RAMESH.YBR
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can you post the actual complete error message(s) you are seeing?
-craig

"You can never have too many knives" -- Logan Nine Fingers
rameshybr
Participant
Posts: 20
Joined: Mon Sep 08, 2008 11:42 pm
Location: chennai

Post by rameshybr »

Craig,

it is showing the below error:

TableName,0:Failure during execution of operator logic.
RAMESH.YBR
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

What are messages before and after this one?
rameshybr
Participant
Posts: 20
Joined: Mon Sep 08, 2008 11:42 pm
Location: chennai

Post by rameshybr »

Tere are no error message before ,but after we have two erroe messages

TableName,0:Fatal Error:Operation Cancelled.
node_node2:Player1 terminated unexpectedly.
RAMESH.YBR
saiwelcomes
Participant
Posts: 22
Joined: Thu Apr 19, 2012 3:31 am
Location: India

Post by saiwelcomes »

Please post the logic written for all columns inside the transformer
Regards,
Sai Krishna
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

1) After how many rows job is getting aborted ?
2) Are you able to view the data in dataset ?
3) Is there any trnasformation logic written inside transformer for any column ?
4) Is the timestamp column you are referrring was getting passed as senull() is the key column in table ?
Rohit
Post Reply