Java Integration stage makes job fail with 262276 code

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
franek
Participant
Posts: 4
Joined: Wed Jul 05, 2017 3:28 am
Location: Warsaw

Java Integration stage makes job fail with 262276 code

Post by franek »

First, I want to say hello to all of you! I'm new in Data Stage, previously I was working with MS SSIS. Here is my problem:

I am trying to run some Java code in Java Integration stage. To get some training I wanted to use code from IBM website. I compiled this code with Java 1.6, succesfully set class in stage properties and cannot run job (parallel with row generator and Java SimplePeak) - job fails with code 262276, message ID is IIS-DSTAGE-RUN-E-0372. I couldn't find anything on the web. DS version is 11.5 and it runs on AIX server. I would be thankful for any suggestions.

Update:
I enabled extended logging and I see, that last step before fatal error is:

main_program: Calling Java_Integration_13::initializeFromArgs_().
Post Reply