Pivot job aborted with errors

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

Pivot job aborted with errors

Post by sravanthi »

hi,

I have a server job which has

[hash]-->[transformer]--->[pivot]--->[file]


The job is aborting with

DataStage Job 1898 Phantom 6648
Access violation.
Attempting to Cleanup after ABORT was raised in stage testjob..Pivot_145
DataStage Phantom Aborting with @ABORT.CODE = 3


There are no other messages...

I'm unable to fix this..Please advice!
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Reset the aborted job and let us know the contents of the "From previous run..." log message if it shows up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

Post by sravanthi »

chulett wrote:Reset the aborted job and let us know the contents of the "From previous run..." log message if it shows up. ...
Resetting Job pivotjob.
Resetting stage pivotjob..Transformer_117.
pivotjob..ValidateFile.ValidateFile: Write link private caching enabled, cache size (128MB)
pivotjob..Hashed_File_157.DSLink156: Write caching disabled
Finished Resetting stage pivotjob..Transformer_117.
Resetting stage pivotjob..Pivot_145.
Finished Resetting stage pivotjob..Pivot_145.
Job pivotjob has been reset.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

So... in other words... one didn't show up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Dump the hashed file into a text file and pivot that. See if the error persists.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

Post by sravanthi »

DSguru2B wrote:Dump the hashed file into a text file and pivot that. See if the error persists. ...
i have tried this option too..but got
Arithmetic overflow
|-100|
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

Post by sravanthi »

My problem got resolved after changing all my columns to same data type and length for pivot stage.

Not sure whether this is correct solution but it worked for me.
Post Reply