Search found 219 matches

by parag.s.27
Mon Jun 11, 2018 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integrating an iLOG Jrules (ODM) stage with a Java XOM
Replies: 0
Views: 2264

Integrating an iLOG Jrules (ODM) stage with a Java XOM

All, Till date we have been using the ODM Jrules stage in the capacity of Dynamic XOM with the input as XML payload. Recently we have received a ODM Ruleset Jar as a Java XOM. We are not able to integrate the Java XOM because the Ruleset name in the input expects one value and the Java XOM has many ...
by parag.s.27
Tue Oct 24, 2017 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML construction for repeating duplicate values
Replies: 1
Views: 1778

XML construction for repeating duplicate values

Hi, I have a data condition where a customer has multiple addresses and phone numbers. I have a flat data set which looks like: - ProfileID1 Address1 Phone1 ProfileID1 Address1 Phone2 ProfileID1 Address2 Phone1 ProfileID1 Address2 Phone2 When I am constructing the XML messages via XML composer, the ...
by parag.s.27
Thu Mar 02, 2017 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XSD for the DataStage XML job report
Replies: 4
Views: 4195

Thanks for the reply.

I thought about it and then created my own XSD and used XML parser. It is working as expected
by parag.s.27
Wed Mar 01, 2017 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XSD for the DataStage XML job report
Replies: 4
Views: 4195

XSD for the DataStage XML job report

Hi, I am trying to automate the process of documenting the DataStage job details such as 1. what all stages are used 2. If DB connector is used then what is the query/table used 3. what properties are selected for real time stages etc I am generating the DataStage job report from designer by selecti...
by parag.s.27
Mon Sep 23, 2013 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage in 8.1 is unnecessarily grouping elements
Replies: 4
Views: 4022

Hi, I cannot use aggregate because the H1Party Node which is the key, repeats with each ORParty (repeating element) element. My requirement is to have the H1 party node appearing only once which cannot happen in Aggregate becuase it will create those many business Payload nodes. So I get something l...
by parag.s.27
Fri Sep 20, 2013 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output stage in 8.1 is unnecessarily grouping elements
Replies: 4
Views: 4022

XML output stage in 8.1 is unnecessarily grouping elements

All, I have a task where I have a complex set of repeating elements that are expected in the XML message going to MQ. I have been trying for 2 days now but I am seeing that for the complex repeating elements, the value is automatically getting deduped - grouoped even though the trigger column is som...
by parag.s.27
Thu Oct 13, 2011 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in reading data with CFF stage for binary file
Replies: 0
Views: 2065

Issue in reading data with CFF stage for binary file

After reading many posts we still could not find the solution hence posting it here. We are trying to read a mainframe file using CFF stage. In the input binary file we are receiving "!" sign as part of FIRST_NAME column as per the mainframe system DB2 table. When we are reading this file ...
by parag.s.27
Sun Aug 14, 2011 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading ,Writing German and Portuguse data from Datastage
Replies: 2
Views: 5076

Re: Reading Brazil and Portuguse data from Datastage

I think you need to see the database settings. The Brazilian and Portugese data will mostly be a double byte character set which may not be written through DataStage using UTF-8.
by parag.s.27
Sun Aug 14, 2011 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving Special characters in XML
Replies: 9
Views: 11525

That is so true Ernie. Though I've been working with XML and WSDL in IIS for quite some time now, but every day is a new learning. I am just loving, how you can implement many things in DataStage which are not part of IIS architecture
by parag.s.27
Thu Aug 11, 2011 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving Special characters in XML
Replies: 9
Views: 11525

Though I got partial success but I think I'll resolve it further. By partial success I meant that in Internet explorer it is showing the entire element as text(in black color) but on Tibco side it is able to parse it but not completely because I did not send all elements for testing. I used somethin...
by parag.s.27
Thu Aug 11, 2011 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving Special characters in XML
Replies: 9
Views: 11525

Thanks Chulett for your time.

I resolved it in a cleaner way. The Idea is similar to what you said.
by parag.s.27
Thu Aug 11, 2011 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving Special characters in XML
Replies: 9
Views: 11525

What I wanted to say is, if Data Element property is set then as you said, DataStage will not handle the Special characters such as &, <, > etc in that element. Also if I have some repeating elements then I need to perform some transformations in a transformer prior to XML stage to create a repe...
by parag.s.27
Thu Aug 11, 2011 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving Special characters in XML
Replies: 9
Views: 11525

Resolving Special characters in XML

We are facing an issue with special characters coming in XML message. For e.g. "&","<",">" etc. Now these special characters are automatically handle by DataStage for all the elements except the "repeating elements". I could figure out that issue is happen...
by parag.s.27
Mon Apr 18, 2011 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid sending null elements in XML message
Replies: 11
Views: 16510

I know about this setting, but on XML side only those elements should be dropped for which "min occur = 0", or basically the element is optional. In some cases the element is mandatory but it can accept the empty tag. I am not sure whether DataStage can itself determine based on the XSD th...
by parag.s.27
Mon Apr 18, 2011 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid sending null elements in XML message
Replies: 11
Views: 16510

Avoid sending null elements in XML message

We have been dealing with XML messages using DS 8.1 for more than 2 yrs now. Did not switch to 8.5 yet. We have found one typical issue in the integration of DataStage using MQ with any workflow based tools such as TIBCO. For e.g if an element in XSD is having a Date Time data type, then TIBCO will ...