Search found 24 matches

by Vidyut
Tue Feb 15, 2011 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10744

Actually i was having data in a single stream only....but Teradata Enterprise Stage Silently drop all the duplicates....
Thats y i separated the data into two different streams....one for faster load (around 95% of data) and one for slower load(duplicate records)
by Vidyut
Tue Feb 15, 2011 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10744

Load same teradata table 2 times in a single job

Hi Is there any way that i can load a same teradata table 2 times in a single job.... The reason i need this is that i want to load duplicates in the table and if I use Mload for all the records than it effect the performance... So what m trying to do is load the remaining data using the Teradata En...
by Vidyut
Tue Feb 15, 2011 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compare values in transformer stage
Replies: 27
Views: 14779

The logic seems fine....jst make sure ur data is sorted
by Vidyut
Wed Feb 02, 2011 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REMOVE DUPLICATES IN TRANSFORMER STAGE
Replies: 4
Views: 7531

Ray is right without sorted data u cant remove duplicates using transformer.
What you can do is sort the data on key and then use two stage variables to remove the duplicates.
one having the last value and one current and by comparing both u can remove the duplicates
by Vidyut
Mon Dec 06, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp error
Replies: 12
Views: 27096

Re: string to timestamp error

Hi
Try this. hope this helps

StringToTimestamp(DSLink442.a,'%mmm %dd %yyyy %hh:%nn:%ss:%SSS')

Make the target column as Timestamp Extended
by Vidyut
Thu Oct 21, 2010 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Migrating to V8.1 Issue with Sort Stage
Replies: 4
Views: 3605

Hi

The issue is now resolved after installing Fix Pack 1(FP1)

Thanks for all your support.....
by Vidyut
Wed Oct 13, 2010 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using DB2 EE stage
Replies: 1
Views: 2107

Re: error while using DB2 EE stage

In Datastage Administrator go to properties of the project, now here in environment variables set APT_DB2INSTANCE_HOME = (path of your database installation for example /home/ibm/sqllib)
by Vidyut
Wed Oct 13, 2010 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Migrating to V8.1 Issue with Sort Stage
Replies: 4
Views: 3605

have set all the parameters in ulimit file as unlimited for root as well as dsadm user in both the servers i.e.datastage and database
The problem still exists....
Thanks
by Vidyut
Wed Oct 13, 2010 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Migrating to V8.1 Issue with Sort Stage
Replies: 4
Views: 3605

After Migrating to V8.1 Issue with Sort Stage

We just migrated our development environment to V8.1 from 7.5.2. Have done all the configuration known to me. We have one Datastage Server(04) and one Database Server(05) Everything is running fine except the SORT Stage. Sort is running fine if i change Sort Utility from datastage to Unix. We are ge...