Search found 7 matches

by yammanur.dwhcareer
Thu Jul 31, 2014 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JSON Composer:Prob in loading array with multiple objects
Replies: 1
Views: 2855

JSON Composer:Prob in loading array with multiple objects

I'm trying to compose a JSON file using the input data coming from Netezza Database. In the output JSON file I've to put some of the fields inside an array into two different objects. Input Fields: (I just mentioned the fields which should insert into an array) PROD_CATG_CODE_PRE_1 RPT_BRAND_GROUP_P...
by yammanur.dwhcareer
Tue Oct 04, 2011 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Handling with DB2 Stage
Replies: 1
Views: 1727

Reject Handling with DB2 Stage

Hi All! My job design looks like the below. Dataset->T/R -->Db2-->(Rejectlink)Dataset. Write Mode-->Insert Table action-->Append For the testing purpose we are processing some duplicate records and trying to collect the rejected records which are not able to insert in the DB2 table. RCP is enabled b...
by yammanur.dwhcareer
Fri May 20, 2011 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS stage
Replies: 1
Views: 1998

Re: RDBMS stage

Hi!
I am not able to understand why it throws error like 'Update prepare failure'. Are you using it as a target?

Then, coming to RDMS stage you should create a ODBC connection first.
by yammanur.dwhcareer
Fri May 20, 2011 12:24 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: how to send multiple values of one column as a parameter
Replies: 2
Views: 4422

Re: how to send multiple values of one column as a parameter

Hi!
You can send anyone of the values(0 or 4 or 5) through a parameter.
Do you want to send all the values at a time?
by yammanur.dwhcareer
Thu May 19, 2011 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture Triggering false changes
Replies: 5
Views: 3429

CDC Problem

Hi!

Make sure that your fields are in same order for before and after links..
by yammanur.dwhcareer
Wed May 18, 2011 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get full outer join using join stage
Replies: 10
Views: 8211

Re: How to get full outer join using join stage

Hi Vijay! As per my understanding you are struggling at the first join whenever it displayed left record and right record. You can send the both left and right records and put a transformer after the join and write a condition like if the left record is null then populate the right one otherwise lef...