Search found 1213 matches

by SURA
Sun Jul 24, 2011 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 11)
Replies: 5
Views: 5587

Re: Parallel job reports failure (code 11)

I guess it might be the lengh issue. When i used lengthy invocation id , i got the same error.
by SURA
Thu Jul 21, 2011 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Read multile .csv files in Sequential stage
Replies: 11
Views: 6057

Datastage cant find this file name at all.

Let us know the detail info like, what you have mentioned in the stage level.

Then it will be easy to guide.

DS User
by SURA
Thu Jul 21, 2011 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Stage type (CUSTOM)
Replies: 1
Views: 1063

Parallel Stage type (CUSTOM)

Hello All

I created a Parallel Stage type (CUSTOM) and it is working fine. Is there is any way to make this job as a Read Only Job to the rest of the users?

Thanks
DS User
by SURA
Mon Jul 18, 2011 6:03 pm
Forum: General
Topic: One more iteration in the loop activity
Replies: 2
Views: 1370

Thanks craig

I used Trim(R) to take out the last delimiter and it worked fine.

Thanks

DS User
by SURA
Mon Jul 18, 2011 12:55 am
Forum: General
Topic: One more iteration in the loop activity
Replies: 2
Views: 1370

One more iteration in the loop activity

Hi All I did a Looping job. job design, Command Activity --> UserVariable Activity --> StartLoop --> Routine Activity --> EndLoop Command Activity will read a .csv file (cat filename) file is having the below values. One| Two| UserVariable Activity (Convert(@FM,'', ReadSourceData.$CommandOutput)) In...
by SURA
Sun Jul 17, 2011 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff code having different value
Replies: 5
Views: 4223

Hi Andy Sorrell Thank you very much for your valuable reply. Hereafter I will try to post as much as I can. I will follow as you guided. Yes I need RCP and Multiple Instance. My source is going to create new tables at all time (each table relates to a device. If new device installed, then few tables...
by SURA
Sun Jul 17, 2011 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff code having different value
Replies: 5
Views: 4223

Hi Thanks for the reply. You are right, I should give more details. But in this case, I don't have much as I am not getting any warning / error. Anyhow I will explain it in detail. Herewith my job design. SQL Server | SQLServer ----> Checksum ----> DiffStage----> TFM ---->SQL Server RCP enables for ...
by SURA
Thu Jul 14, 2011 8:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Diff code having different value
Replies: 5
Views: 4223

Diff code having different value

Hello All

I did a job using RCP to find difference for before and after datasets using Difference stage. Job is working fine, but DiffCode value is 28416 for insert records. I am not sure why I am getting this value ?

Please give some suggestions in this.

Thanks
DS User
by SURA
Thu Jul 14, 2011 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage using RCP
Replies: 2
Views: 1849

Apologies for the delay to reply for this post. I did my own custom stage to handle this situation.

Thanks
DS User
by SURA
Thu Jul 14, 2011 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD2
Replies: 4
Views: 2089

Re: SCD2

If you use Change Capture, work will be straight forward.

If you use join & tfm then you need to build your own conditions, null handling.

You wont find much difference.

otherwise, get the checksum and compare that.

DS User
by SURA
Wed Jul 13, 2011 5:56 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3133

I tried it from 8.5 to 8.1 but no luck. I might missed something..
by SURA
Tue Jul 12, 2011 9:00 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3133

Still it wont allow to import again:)
by SURA
Thu Jul 07, 2011 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement the incrementing Sequence Number logic
Replies: 2
Views: 2103

Re: How to implement the incrementing Sequence Number logic

Create a table having Batch id and col with int to handle it. then apply logic
by SURA
Thu Jul 07, 2011 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage using RCP
Replies: 2
Views: 1849

Join stage using RCP

Hi there


Is it possible to use RCP for the stages like Join, lookup, CDC etc?

I am trying to impliment RCP for my job design.

Source and Reference: SQL Server tables
Using full outer join and then load into file.

How this can be handled using RCP?

Thanks
DS User