Search found 32 matches

by bj_ds7
Mon Jan 20, 2014 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending bulk records in a single webservice call
Replies: 10
Views: 4004

Thanks Ernie ! I was able to implement this scenario using xml input and xml output stage. Your blog was helpful in doing the same. I also referred http://www.ibm.com/developerworks/webservices/library/ws-complexws/index.html .Wanted to know if its possible to implement , same same scenario using XM...
by bj_ds7
Sun Jan 19, 2014 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending bulk records in a single webservice call
Replies: 10
Views: 4004

Could you please let me know to how to aggregate multiple input rows for binding it to a single row using new 'xml' stage ?
by bj_ds7
Fri Jan 17, 2014 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending bulk records in a single webservice call
Replies: 10
Views: 4004

sending bulk records in a single webservice call

Kindly suggest a way pass bulk records in a single webservice call in datastage. The webservice operations that i am dealing with ,can accept multiple records in a single webservice call. Kindly advice me the best way to do this scenario.
by bj_ds7
Fri Jan 10, 2014 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Inputs to one CSV
Replies: 4
Views: 3648

Re: Multiple Inputs to one CSV

You can use funnel stage if all the input files records have to be stacked up in a csv file.(if metadata are same) If its a column wise addition you can use join stage or merge stage or look up stage
by bj_ds7
Fri Jan 10, 2014 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create multiple xml files during datastage runtime.
Replies: 3
Views: 2686

create multiple xml files during datastage runtime.

In business scenario i have a requirement to write records to file created during run-time. .(number of files to be created and name of the files to be created is unknown) Its based on the input records.(for each group of records has to loaded to a file with that particular group name).I have implem...
by bj_ds7
Thu Jan 09, 2014 8:10 am
Forum: General
Topic: Capturing error message of failed DS job and notifying it
Replies: 0
Views: 633

Capturing error message of failed DS job and notifying it

Kindly suggest best way to capture the error message,when a job fails and sent the error message in notification. Which is the best dsjob command to do the same ?
by bj_ds7
Wed Jan 08, 2014 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging issue while making transaction.
Replies: 2
Views: 1631

Job hanging issue while making transaction.

In my business requirement ,i have a requirement to make update on the source table simultaneous while its inserting record to the target table.For implementing this i have used a single oracle connector with multiple input link to the connector ,so that both transaction happens simultaneously. Afte...
by bj_ds7
Tue Jan 07, 2014 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table transaction capabilities in DataStage
Replies: 4
Views: 1983

Oracle table transaction capabilities in DataStage

In one of my business scenario , i have to do transaction of data to two tables simultaneous.(one is update and other is insert) transaction of records to both tables have to happen simultaneously, since even during the fail over of the job, for all the inserted records to one table, update-ion of o...
by bj_ds7
Fri Dec 27, 2013 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice call for larger volume records
Replies: 5
Views: 2217

Thanks Ernie for reply. In my scenario i have sent those records to a live running App.Will there be any other option which let us to call webservice by creating request file for batch records ,instead of calling one by one using webservice stage ?