Search found 6 matches

by rprajput
Wed Jun 13, 2012 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Leading Zeros
Replies: 4
Views: 2838

Re: Append Leading Zeros

Use the Str function for the derivation of the output column as -

Str("0", 8 - Len(inputcolumn)) : inputcolumn
by rprajput
Thu May 24, 2012 1:59 pm
Forum: General
Topic: Job not showing up in Director
Replies: 7
Views: 4207

As mentioned by Phil, quitting the client and reconnecting should resolve the issue but also make sure that you are not running out of memory on the box.
by rprajput
Wed May 16, 2012 9:32 am
Forum: General
Topic: Migration to 8.7 + Oracle connectivity
Replies: 9
Views: 6675

Re: Migration to 8.7 + Oracle connectivity

See the special configuration advice for Windows 2008 and 64 Bit systems - The DataStage job stages are 32 bit on both Windows 32 bit and Windows 64 bit installations. Consequently, all client libraries needed for connectivity (for example Oracle client support) must be 32 bit.

Hope this helps!
by rprajput
Fri May 11, 2012 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New Features in Server Jobs/API ( 8.5 vs 7.51A)
Replies: 7
Views: 3827

Here is the URL for the end of support dates DataStage 7.5.1A - April 30, 2012 Announcement letter: http://www-01.ibm.com/software/data/integration/service-news/end- of-service-2012-04.html DataStage 7.5.2 and 7.5.3 - April 30, 2013 Announcement letter: http://www- 01.ibm.com/common/ssi/ShowDoc.jsp?...
by rprajput
Mon Apr 05, 2010 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to Unidata v7.2.3
Replies: 2
Views: 2252

Thanks Ray.

Yes I did try to connect through Unidata stage and get the following error.

DB_NJS_LOG_Ext_Fr_Unidata..DB_NJS_LOG.DB_NJS_LOG_Ext: ds_udtopen() Unable to execute file SELECT - 30105 - UDT error

DB_NJS_LOG_Ext_Fr_Unidata..DB_NJS_LOG.DB_NJS_LOG_Ext: DSD.UDTOpen GCI $DS.UDTOpen error 24.
by rprajput
Mon Apr 05, 2010 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to Unidata v7.2.3
Replies: 2
Views: 2252

Upgrade to Unidata v7.2.3

We are using datastage v7.5.2 Server edition on Windows 2000. Currently, our source database is Unidata6.0 and target is Oracle 9i. We are in process of refreshing our infrastructure. As a first step, we will be upgrading the source system as follows Current Environment New Environment Hardware M80 ...