Parallel job reports failure (code 256)

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
vgundavarapu
Premium Member
Premium Member
Posts: 22
Joined: Wed May 08, 2013 8:38 am
Contact:

Parallel job reports failure (code 256)

Post by vgundavarapu »

Hi All,

I am getting the following error when I am running DS Job with DB2 USB Load Stage with create data file and load script, so could you please let me know if you have solutions.

Parallel job reports failure (code 256)

JVMDUMP006I Processing dump event "abort", detail "" - please wait.
JVMDUMP032I JVM requested System dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/core.20140511.003753.14652.0001.dmp' in response to an event
JVMDUMP010I System dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/core.20140511.003753.14652.0001.dmp
JVMDUMP032I JVM requested Java dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/javacore.20140511.003753.14652.0002.txt' in response to an event
JVMDUMP010I Java dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/javacore.20140511.003753.14652.0002.txt
JVMDUMP032I JVM requested Snap dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/Snap.20140511.003753.14652.0003.trc' in response to an event
JVMDUMP010I Snap dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/Snap.20140511.003753.14652.0003.trc
JVMDUMP013I Processed dump event "abort", detail "".
Thanks,
Venkata Gundavarapu
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

your job core dumped. You have to look in the director logs to see if you can determine which stage aborted.

The information you gave us is not enough for us to devine your failure cause.
vgundavarapu
Premium Member
Premium Member
Posts: 22
Joined: Wed May 08, 2013 8:38 am
Contact:

Parallel job reports failure (code 256)

Post by vgundavarapu »

Thank you for your reply.

This error is getting when use the DB2 USD Load stage to create data file and control files.

First time I am using this stage.

Thank you in advance for any kind of help.



Thanks,
Venkata
Thanks,
Venkata Gundavarapu
vgundavarapu
Premium Member
Premium Member
Posts: 22
Joined: Wed May 08, 2013 8:38 am
Contact:

Re: Parallel job reports failure (code 256)

Post by vgundavarapu »

Hi All,

I am getting the following error when I am running DS Job with DB2 USB Load Stage with create data file and load script, so could you please let me know if you have solutions.

DB2 USB Load Stage is creating the issues and it looks to me that some environment variables are missing as per the error.

Thank you in advance for any help.


Parallel job reports failure (code 256)

JVMDUMP006I Processing dump event "abort", detail "" - please wait.
JVMDUMP032I JVM requested System dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/core.20140511.003753.14652.0001.dmp' in response to an event
JVMDUMP010I System dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/core.20140511.003753.14652.0001.dmp
JVMDUMP032I JVM requested Java dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/javacore.20140511.003753.14652.0002.txt' in response to an event
JVMDUMP010I Java dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/javacore.20140511.003753.14652.0002.txt
JVMDUMP032I JVM requested Snap dump using '/opt/IBM/InformationServer/Server/Projects/dstage1/Snap.20140511.003753.14652.0003.trc' in response to an event
JVMDUMP010I Snap dump written to /opt/IBM/InformationServer/Server/Projects/dstage1/Snap.20140511.003753.14652.0003.trc
JVMDUMP013I Processed dump event "abort", detail "".



Thanks,
Venkata
Thanks,
Venkata Gundavarapu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What exactly is a DB2 USB Load stage? Does it load onto a USB device?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vgundavarapu
Premium Member
Premium Member
Posts: 22
Joined: Wed May 08, 2013 8:38 am
Contact:

Parallel job reports failure (code 256)

Post by vgundavarapu »

Actually the stage name: DB2 UDB Load stage. Sorry for wrong name.

I am basically creating Datafile, control file and batch file using this stage, so that we can load the data into DB2 table later using this script and data files.



Thanks,
Venkata
Thanks,
Venkata Gundavarapu
Post Reply