Search found 20 matches

by lkganta
Mon Feb 25, 2013 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ message header to Column
Replies: 1
Views: 1942

MQ message header to Column

Hi, we have MQ read stage in datastage 8.1Px reading the data and passing to next stage with one column-A output. This works fine. Now, we would like to capture header of each message that comes in MQ to column-B along with column-A. Could you please tell me how to do this? Any MQ properties setting...
by lkganta
Mon Apr 09, 2012 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLoutputPX stage error
Replies: 3
Views: 1990

It worked

Thank you Eric, I have found that the issue was with the input data having special characters for one record.

It helped a lot. Thank you.
by lkganta
Sat Apr 07, 2012 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLoutputPX stage error
Replies: 3
Views: 1990

XMLoutputPX stage error

Hi, I have a datastage job with XMLoutputPX stage which has aborted with the below error in the job. Surpisring today in production after successfully running 30 days. I am unable to find the solution for this problem since it is not showing any stage name in the director but red lines coming for XM...
by lkganta
Fri Aug 27, 2010 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configure a new grid queue problem APT_GRID_QUEUE
Replies: 1
Views: 1549

Configure a new grid queue problem APT_GRID_QUEUE

Hi,

A new grid queue has been created for the project with 2 new nodes. Can you please tell me how to configure this queue to my project and
run my parallel jobs ?

Your quick response is appreciated.

Thanks
lkganta
by lkganta
Mon Aug 16, 2010 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage with NULL output
Replies: 4
Views: 2696

Merge stage with NULL output

Hi, I have tried to use Merge stage as follows, but the output is coming as NULLs for other selected merge columns. ( I have Sort asc before the Merge stage) Input 1 C1 C2 C3 -------------- 1 a 10 2 b 20 Input 2 C1 C2 C4 ------------- 1 a 100 2 b 200 Input 3 C1 C2 C5 -------------- 1 a 1000 2 b 2000...
by lkganta
Fri Jun 25, 2010 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC stage Defaulting values in output
Replies: 1
Views: 2544

CDC stage Defaulting values in output

HI, Can some one help me to figure out the below CDC stage problem. I have a datastage job with CDC stage. Basically the CDC stage as two inputs which have exactly the same metadata. in the CDC stage I am excluding two columns on which the change should not be looked. Inputs have 10 columns in it. E...
by lkganta
Fri Apr 09, 2010 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -14 DSJE_TIMEOUT Error
Replies: 3
Views: 7941

Status code = -14 DSJE_TIMEOUT Error

Hi I have a DS sequence job which internally invokes 3 more jobs. I am able to run the sequence job from the DS-Designer fine. But when I tried to run it from the UNIX command line with help of 'dsjob' it gives me the below error. Error running job Status code = -14 DSJE_TIMEOUT I tried to find the ...
by lkganta
Wed Mar 31, 2010 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round Robin collection
Replies: 5
Views: 2311

can some one help me here?
by lkganta
Wed Mar 31, 2010 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round Robin collection
Replies: 5
Views: 2311

Round Robin collection

Hi, I am trying to implement the roundrobin collection from below datasets. Dataset1 ----------- 10 20 30 40 Dataset2 ---------- AA BB CC DD Dataset3 ------------ XX YY ZZ PP Expected OUTPUT ------------------ 10 AA XX 20 BB YY 30 CC ZZ 40 DD PP Can somebody help me to implement this with help of an...
by lkganta
Tue Mar 16, 2010 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column generator with reject condition
Replies: 3
Views: 2012

Hi, My question is "Can I send my input to output as below fashion in the lookup stage then ? Input stream ----> Lookup Stage----> Link1 and Link2(Reject) Link1 --------- Matched Records (I have to set one column from reference as "1") + Reject records (I have set one column from refe...
by lkganta
Tue Mar 16, 2010 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column generator with reject condition
Replies: 3
Views: 2012

Column generator with reject condition

I have created a job 7.5 Px with column generator stage for adding new column C20 to the main stream. But I need to assign a default value "0" to the newly added column. After that I have lookup stage with reject consition, can I pass some value to the new column C20(from lookup stage), If...
by lkganta
Mon Mar 15, 2010 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment a alphabet value to the next
Replies: 4
Views: 2364

Thank you very much for the reply. If the previous values reaches Z then I need to put the value "AA" and then increment it to AB,AC,AD...etc
It is kind of implementing the recursion concept correct?



Thank you,
by lkganta
Mon Mar 15, 2010 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment a alphabet value to the next
Replies: 4
Views: 2364

Increment a alphabet value to the next

Hi, I have the situation where I need to increment my input value as per below in the datastage 7.5 PX INPUT ------ 1234 44346 656566 44346 656566 44346 44346 OUTPUT ---------- 1234 44346 656566 44346A 656566A 44346B 44346C Here I am adding the alphabet to the number incase it comes again by increme...
by lkganta
Mon Mar 08, 2010 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling multi instance job from sequencer
Replies: 3
Views: 2882

Thank you for the response; I am planning to use some other external script to verify these logs of the multi instance job. Incase I find some errors, I will stop the processing the next steps. So, is there any way to pass many invocation ids in parallel and execute one multi-instance job in PX ? Th...
by lkganta
Mon Mar 08, 2010 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling multi instance job from sequencer
Replies: 3
Views: 2882

Calling multi instance job from sequencer

Hi, I have implemented loop type logic (Start & End Loop stages) in my datastage sequencer job, which makes call to a multi-instance datastage job based on the loop counter value. But, I found that the loop is waiting until the multi-instance job is completed, for the passing the next value and ...