Search found 210 matches

by suryadev
Thu May 14, 2015 10:07 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 24566

Thank you very much for your inputs. 1) This can be used if the service is being called from different clients. 2)This can be used if single client is sending multiple requests. As my requirement is single client sending multiple requests, I will check for the array options where number of requests ...
by suryadev
Wed May 13, 2015 12:29 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 24566

Chulett,

I will put this in an other way...

Can number of records be passed as single request to the webservice?

as an array or xml?
by suryadev
Wed May 13, 2015 11:41 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 24566

Multiple requests to a webservice in ISD

Hello, A webservice is created and deployed in ISD. WSDL has been generated and shared with the user who calls the webservice. Their requirement is to call the webservice by sending thousands of requests in a minute. so they expect the responses same time. Is there any limit on that or they can call...
by suryadev
Fri Sep 05, 2014 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

Thank you!

We are using 8.7 version and I used XML Output stage earlier to generate XML file but never used it with two different keys. I will check the document and see if I can find with two keys. Thanks again!
by suryadev
Thu Sep 04, 2014 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

Thank you Ernie! I gave two different outputs from XML Input stage, did the required transformations and loaded as two different XML files. They seem to be correct as they open in Explorer. Now I have to combine them to look like my Original source XML. How can I achieve that just by joining those X...
by suryadev
Wed Sep 03, 2014 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

I loaded the parsed XML into a file and the element I used as key gave all the values but the other one which I thought to be a repetition element came out only once like below Version SourceId TransactionId ID Data ItemId ItemType 5 RDB 3200000006196 User0 03 01 97 5 RDB 3200000006196 User1 01 01 9...
by suryadev
Tue Sep 02, 2014 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

ok, thanks! Now I gave ID as key because it is the lowest. Able to parse the columns but when used XML output, it did not combine to a XML file. When opened the XML file, it did not open in Explorer. What should I give for the UserFields and Userfield in XML OUTPUT. Usually for parent tag we give ''...
by suryadev
Tue Sep 02, 2014 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

Here is my xml <Tran> <Version>5</Version> <SourceId>RDB</SourceId> <TransactionId>3200000006196</TransactionId> <UserFields> <UserField> <ID>User0</ID> <Data>03</Data> </UserField> <UserField> <ID>User1</ID> <Data>01</Data> </UserField> </UserFields> <Item> <ItemId>01</ItemId> <ItemType>97</ItemTyp...
by suryadev
Tue Sep 02, 2014 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input with 2 Repetitions
Replies: 10
Views: 6404

XML Input with 2 Repetitions

Hello,

Used XML Input to parse an XML but I see that there are 2 repetition elements in the XML. How do I give two columns as keys? can anyone please suggest. thanks!
by suryadev
Mon Aug 25, 2014 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input error
Replies: 0
Views: 2051

XML Input error

Hello, I am trying to parse an XML file so imported the metadata and the derivation has ns1: in all the columns which gave an error for prefix After that I loaded the namespace declaration and now I get the below error XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemI...
by suryadev
Fri May 09, 2014 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading record levels from a file using CFF
Replies: 6
Views: 4531

I could read the file properly but the segments are falling in others positions. I took the max of occurrences for B segment as only it has the occurrences and gave occurs 2 times giving it as a group but it did not read the 2 records from B segment and I gave 1 as occurrence it worked. Below is how...
by suryadev
Fri May 09, 2014 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy book import into Complex flat file stage
Replies: 9
Views: 4950

I received the same message earlier. see if you have more than one 01's in your copybook?
by suryadev
Wed May 07, 2014 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading record levels from a file using CFF
Replies: 6
Views: 4531

Thank you Franklin Following the below approach Best practice is to keep every record the same length, identify record types with a consistent first column (two positions is standard), and construct the FD with each record-type layout defined under a "redefines" of the first one. I can see...
by suryadev
Mon May 05, 2014 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading record levels from a file using CFF
Replies: 6
Views: 4531

01 AMCBCB02-CB-HEADER-REC. 05 AMCBCB02-CB-REC-ID PIC X(6) VALUE 'HEADER'. 05 AMCBCB02-CB-CYCLE-NUM PIC X(2). * INNOVIS PROGRAM IDENTIFIER 05 AMCBCB02-RP-CB-CTL-NUM-1 PIC X(10). * ABC PROGRAM IDENTIFIER 05 AMCBCB02-RP-CB-CTL-NUM-2 PIC X(10). * DEF PROGRAM IDENTIFIER 05 AMCBCB02-RP-CB-CTL-NUM-3 PIC X...
by suryadev
Mon May 05, 2014 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading record levels from a file using CFF
Replies: 6
Views: 4531

Reading record levels from a file using CFF

Hello, I have a file which needs to be read using CFF. The file is divided into segments and each segment has columns seperately. A1 B1 C1 D1 E1 A1 has 4 columns, B1 has 3 columns, C1 has 5 columns, D1 has 4 columns, E1 has 5 columns for example C1 had 5 columns but there are 5 records for 5 columns...