Search found 76 matches

by Naren12345babu
Thu Mar 17, 2016 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set Unique value for a set of records
Replies: 2
Views: 2172

Hi, I have used below solution, I have created a serial number for each record from source. such as ID, COUNTER A, 1 B, 2 C, 3 D, 4 E, 5 F, 6 G,7 H,8 I,9 J,10 K,11 L,12 M,13 N,14 O,15 F,16 Now, I because I want to make set of 5 records , I have divided COUNTER with 5. When I divide , the integer of ...
by Naren12345babu
Thu Mar 17, 2016 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set Unique value for a set of records
Replies: 2
Views: 2172

How to set Unique value for a set of records

Hi, I have n number of records in source database. Now for every 500 records extracted from source, I should be able to assign a unique value for the whole set, and for next 500 records , I should be able to assign another unique value and so on. here , we are not given source count. How can I achie...
by Naren12345babu
Wed Mar 09, 2016 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Hierarchiel Stage Error while Grouping
Replies: 4
Views: 2139

Hi , the issue got resolved. I am creating a XML file. I changed regrouping and it did not throw me error...
by Naren12345babu
Wed Mar 09, 2016 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Hierarchiel Stage Error while Grouping
Replies: 4
Views: 2139

Ohh!! Missed to type actual question. How to resolve this error. Any solution ? Not able to understand where to look to resolve this issue.
by Naren12345babu
Tue Mar 08, 2016 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Hierarchiel Stage Error while Grouping
Replies: 4
Views: 2139

XML Hierarchiel Stage Error while Grouping

Hi, I am using Hierarchiel stage to group records based on some grouping definitions. When I am runninng this job, the job is failing with the following error, Hierarchical_Data_86,0: 2016-03-07 11:28:20,671 Error [XML_Composer] [] com.ibm.e2.core.exceptions.E2IllegalStateException: CallAfterLastIte...
by Naren12345babu
Mon Feb 15, 2016 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Hi, Finally the job finished and I am able to Post the XML file to Webservices. Thank you eostic , Criag , ray for your valuable suggestions. Job 1 :- DB2 --> Transformer --> Hierarchical stage (XML File creation with groups) Used Hierarchical stage to do grouping. Job 2 :- Folder stage --> Transfor...
by Naren12345babu
Mon Feb 15, 2016 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Hi, I created Soap Project with wsdl in Soap UI. I opened method and clicked on Request. I got below information with Soap Envelop. In the below text , which one is Soap Header ? <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:acc="http://www.accentur...
by Naren12345babu
Wed Feb 10, 2016 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Any idea, How to resolve this issue.
by Naren12345babu
Wed Feb 10, 2016 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Hi, I used Hierarchiel transformer to do regrouping. And I got an XML file with desired output. Currently my Job design is as below : Oracle DB --> Transformer --> Hierarchical Data --> WS Client Now I am getting te below error : TGT_WBS_LISTEDVALUES,0: Info: JOB_INT_LISTEDVALUES_JDE_CAS_FinalStep_T...
by Naren12345babu
Mon Feb 08, 2016 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Ernie, Can I use WS transformer for complex XMLs? I have a complex one. I just created a sample one for illustrating example. Also, the purpose is to avoid file storage on any disk before sending these files to Webservice. I believe you are asking me to work using XML Output stage for testing purpose.
by Naren12345babu
Mon Feb 08, 2016 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Hi Ernie,

Thank you, I will try the method you explained.
by Naren12345babu
Mon Feb 08, 2016 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice Client Stage - Data issue
Replies: 12
Views: 5754

Webservice Client Stage - Data issue

Hi , I am sending messages to Webservices through Webservices client Stage. Output is XML message. Input records : ID , Code 1 , 123 2 , 345 Output to Webservices - two records are creating two seperate XML Objects as show below, <Header> <IntegrationObjectID>ListedValues</IntegrationObjectID> </Hea...
by Naren12345babu
Mon Feb 08, 2016 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Client - Error
Replies: 19
Views: 5861

Hi All,

The issue is resolved. I changed fatal errors to Info, then job finished and posted data to webservices.
by Naren12345babu
Fri Feb 05, 2016 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Client - Error
Replies: 19
Views: 5861

Hi Erine,

I did all the steps mentioned in my previous posts in SOAP UI , and it worked fine.

In datastage I used webservices client and did job in both server as well as parallel.
by Naren12345babu
Fri Feb 05, 2016 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices Client - Error
Replies: 19
Views: 5861

Hi craig,

Noted. Sorry, I was not aware of the trouble you are facing.