Search found 79 matches

by suja.somu
Fri Mar 22, 2019 9:40 am
Forum: General
Topic: Keep Sequencer waiting to trigger a job at a particular time
Replies: 7
Views: 4482

Thanks Ray and Karthik for the response. Currently I am checking the time in a shell script and executing the Job, it works fine. I want to simplify the design to get rid of shell script and also I don't want to use touch or done file. I am more inclined towards Ray solution. Could you please elabor...
by suja.somu
Thu Mar 21, 2019 5:40 am
Forum: General
Topic: Keep Sequencer waiting to trigger a job at a particular time
Replies: 7
Views: 4482

Keep Sequencer waiting to trigger a job at a particular time

A Sequence job is scheduled to trigger daily at 10 PM and it runs multiple jobs . There is one Parallel DataStage job(say X) in that sequence that has to run at a particular time at 2 AM. Even if the Preceding jobs finish early before 2 AM, the sequence job should keep running and wait till 2 AM to ...
by suja.somu
Wed Jun 22, 2016 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write 1 record in sequential file
Replies: 2
Views: 2053

Write 1 record in sequential file

Is it possible to write 1 record in a sequential file ? I want to run the job in 4 node config I am reading 10 records from Database and want only 1 record in a file. I used the Filter option ( head -1) in sequential file stage. The job aborted with error. Export failed, write() failed. Broken Pipe....
by suja.somu
Tue Apr 14, 2015 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage in version 11.3
Replies: 4
Views: 3323

Thanks Ray.

Currently the jobs are in production in 8.5. The client wants to migrate the code to 11.3 with no change. Installing patch will help to fix this issue? Need suggestions.


Current version is
DataStage Core/Client Rollup Patch V2
11.3.1.0
by suja.somu
Mon Apr 13, 2015 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage in version 11.3
Replies: 4
Views: 3323

warning in lookup stage in version 11.3

We are in the process of migrating the jobs from version 8.5 to version 11.3. In version 8.5, the job runs with out warnings. In version 11.3 , the same job runs with a warning. warning: "Ignoring duplicate entry at table record 003; no further warnings will be issued for this table " Job ...
by suja.somu
Thu Nov 13, 2014 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector error
Replies: 3
Views: 2604

What does Code1 error mean ?
by suja.somu
Thu Nov 13, 2014 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector error
Replies: 3
Views: 2604

Yes. Thanks Ray. I am able to successfully connect to the Queue manager using the test button in the connector.
by suja.somu
Thu Nov 13, 2014 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ connector error
Replies: 3
Views: 2604

MQ connector error

I am writing a message to MQ using WebSphere MQ connector stage. on a server mode config, with Queue manger, Username, password and Queue name defined. job aborts with a fatal error. there are no other error message in the log except below. Parallel job reports failure (code 1) Could someone help me...
by suja.somu
Fri Nov 07, 2014 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error
Replies: 3
Views: 4301

Thanks Ray.

No meaningful messages other than the below.

node_node2: Player 2 terminated unexpectedly.
main_program: APT_PMsectionLeader(2, node2), player 2 - Unexpected exit status 1.

main_program: Step execution finished with status = FAILED.
by suja.somu
Fri Nov 07, 2014 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage error
Replies: 3
Views: 4301

XML stage error

job reads a comma delimited flat file and creates a XML. All the source fields are mapped ( totally 9 fields) and none of the columns have NULL or any special character data . The job aborts with the below fatal error message. XML_304,0: Fatal Error: CDIER0401E: An error occurred during XML parsing ...
by suja.somu
Tue Jul 29, 2014 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single XML to Multiple XMLs based on count
Replies: 7
Views: 6866

could you please help me to locate the property in assembly XML editor.

can we send the count as a parameter to the XML ?
by suja.somu
Tue Jul 29, 2014 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single XML to Multiple XMLs based on count
Replies: 7
Views: 6866

Split single XML to Multiple XMLs based on count

There is a job which creates a very large XML. Requirement is to split the single large XML to multiple XML's based on count. For an example : large XML has 900 records, I need to split into 3 small XML's of 300 each. The count 300 does not vary. Is that doable in new XML stage in Version 8.5 . I ne...
by suja.somu
Tue Mar 18, 2014 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increasing the heap size, JVM could not be created error
Replies: 1
Views: 4768

Increasing the heap size, JVM could not be created error

We tried to increase the heap size in XML stage, from 512MB to 1024 MB , job gave the following the error. XML_22: [Input link 0] The JVM could not be created. Error code:-6 (::createJVM, file CC_JNICommon.cpp, line 454) XML_22: Error occurred during initializeFromArgs(). Error occurred during initi...
by suja.somu
Thu Mar 13, 2014 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML job fails for more records
Replies: 4
Views: 3250

Thanks for the reply Ray. There are only 2 options for Hjoin stage join types: 1. Disk Based 2. In-memory. Earlier I had the DISK BASED join, job did abort frequently. IBM had suggested to use IN-MEMORY join in all documentation , so I changed to In-Memory and this could help to process only up to 2...
by suja.somu
Wed Mar 12, 2014 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML job fails for more records
Replies: 4
Views: 3250

XML job fails for more records

XML job has multiple source links with HJOIN steps being performed on each source links. The job ran fine for 2000 records in XML. The XML schema is complex with over 250 elements and multiple complex groups which are unbounded. The job fails for more than 2000 records in target with the below error...