Search found 11 matches

by Nagalakshmi.Krishna
Sun Nov 14, 2010 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage variable increment not working
Replies: 12
Views: 11566

Transformer Stage variable increment not working

Hi, In DS Transformer stage , I use one stage variable STGVAR1 of IINTEGER with starting value 0.And then I use the expression that STGVAR1+1.The values in the output not coming correctly,output I pasted below.Can you help me the reason why it is not incrementing properly? 1 1 2 3 4 5 6 7 8 9 10 2 3...
by Nagalakshmi.Krishna
Wed Aug 11, 2010 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stage Write method
Replies: 5
Views: 2818

Use Write Method=Write and Write Mode=Append
by Nagalakshmi.Krishna
Wed Dec 09, 2009 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find number of actual records deleted from target TBL
Replies: 1
Views: 1241

How to find number of actual records deleted from target TBL

Hi, My requirement is that find the actual number of records is deleted from target table with reference of source data. If we have 2 stages i.e 2 DB2 stages one is for the data to be deleted and another one where the data to be deleted.In target because of some rules not all the count of data is de...
by Nagalakshmi.Krishna
Tue Jun 02, 2009 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 4530

chulett wrote:Can you confirm for us that you did not enable the 'Do not checkpoint' option in the Job Activity stage? ...
Hi Craig,
I have tested with both options that by check/un-check 'Do not checkpoint' option in the Job Activity stage. I can see same.

Thanks,
LK
by Nagalakshmi.Krishna
Tue Jun 02, 2009 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 4530

Did the Sequence show a status of 'Aborted/Restartable'? (it must) Did you just Run it or did you Reset it first? You want to do the former as the latter will remove all of the checkpoints. ... Hi Craig, I have tried both. Sequence showed a status of 'Aborted/Restartable'.Once I reset it and ran an...
by Nagalakshmi.Krishna
Tue Jun 02, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 4530

Not working means what? Tell exactly whats happening ..Also this has been discussed many times in the forum ...do a search you can find solution .. Hi , My Sequence has two Datastage jobs Lets say Job1,Job2.In first run Job1 ran successfully and Job2 jot failed.When I ran next time it again started...
by Nagalakshmi.Krishna
Tue Jun 02, 2009 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 4530

Handling 'Restartability' in Sequencer - Parallel jobs

Hi, I have to handle the Restartability in sequencer to make sure that Sequncer runs from the point where it got failed before. I have tried by checking the option "Add CheckPoints so sequence is Restartable on Failure" in sequncer properties.But this is not working. Is anybody have inputs...
by Nagalakshmi.Krishna
Tue Apr 21, 2009 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage usage in parallel job of data stage
Replies: 14
Views: 19213

Thanks

Don't even bother trying to read it with a Sequential File stage, rather use the External Source stage in a Parallel job as noted [url=http://dsrealtime.wordpress.com/2007/12/04/reading-xml-content-as ... Thanks a lot Craig, You made my work so easy and I am able to finish my job. Thanks once again...
by Nagalakshmi.Krishna
Tue Apr 21, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage usage in parallel job of data stage
Replies: 14
Views: 19213

Re: XML input stage usage in parallel job of data stage

Hi, Folder stage is not available in Parallel jobs,It is available only in Server Jobs. Thanks, LK Hi, You can read XML file using sequential file also!! even folder stage can be used. But in the XML Input stage you have to meniton the X-path(hierachy) for each and every output columns and repeative...
by Nagalakshmi.Krishna
Mon Apr 20, 2009 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage usage in parallel job of data stage
Replies: 14
Views: 19213

XML input stage usage in parallel job of data stage

I have a requirment that need to convert XML files data into db2 tables data.This I have to do it in parallel jobs.Is it possible?If yes how can I achieve this. I actually I have tried this by using sequential stage with data type of LongVarChar(9999), and then XML input stage.But it is not converti...
by Nagalakshmi.Krishna
Tue Apr 10, 2007 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Parallel Jobs
Replies: 1
Views: 1284

Datastage Parallel Jobs

Can somebody help on below mentioned question

How can we achieve Dynamic Lookup concept in Parallel jobs..?

Thanks,
Lakshmi :?: