Somehow you've lost everything else that should be in LIBPATH. To see what I mean echo $LIBPATH in some other (non-DataStage) process. I suspect that, somehere in dsenv, there is LIBPATH=pathname instead of LIBPATH=$LIBPATH:pathname.
Do you also use LD_LIBRARY_PATH?
Search found 53125 matches
- Wed Jan 23, 2008 7:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsrecords command not working properly
- Replies: 5
- Views: 4774
- Wed Jan 23, 2008 7:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open Administrator
- Replies: 4
- Views: 1330
- Wed Jan 23, 2008 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Large numbers hanging BASIC routine
- Replies: 8
- Views: 2692
If you have the time it would be interesting to diagnose whether the problem is occurring in Exp() or Pwr() functions or in the final arithmetic. I have a suspicion that you are hitting a precision limit here, that something, somewhere, only works with numbers that can be described in 32 bits. Divid...
- Wed Jan 23, 2008 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to split into n number of records from one record
- Replies: 7
- Views: 1699
- Wed Jan 23, 2008 7:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ignore one or more keys of an hashed file in a lookup
- Replies: 14
- Views: 3652
- Wed Jan 23, 2008 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: address cleansing
- Replies: 7
- Views: 1799
Who's going to maintain this code into the future as the requirements increase - particularly after you've moved on? Can you guarantee to meet key performance indicators (whatever "performance" is) using a hand-coded approach? What testing regime exists? Do you know what all the possible values to b...
- Wed Jan 23, 2008 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: location of uvodbc.config file on unix
- Replies: 2
- Views: 1185
- Wed Jan 23, 2008 8:45 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Create Excel format files from all exception tables
- Replies: 1
- Views: 2104
- Wed Jan 23, 2008 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage
- Replies: 4
- Views: 1333
- Wed Jan 23, 2008 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File to be FTP'd with column headings
- Replies: 3
- Views: 926
If you create the sequential file with First Line is Column Names set to True then the column names will be in the file. FTP is simply a matter of invoking the appropriate command (I prefer to wrap it in a shell script) and invoking that from DataStage, perhaps via an after-job subroutine, perhaps v...
- Wed Jan 23, 2008 8:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsrecords command not working properly
- Replies: 5
- Views: 4774
- Wed Jan 23, 2008 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with importing table definition
- Replies: 5
- Views: 1628
- Wed Jan 23, 2008 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort in Ascending or Descending based on parameter
- Replies: 8
- Views: 1960
- Wed Jan 23, 2008 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting BigInt(Int64) to Integer(Int32) in Modify Stage
- Replies: 4
- Views: 3623
OutputColumn:int32=InputColumn or OutputColumn:nullable int32=InputColumn Input column is of data type int64. This will generate "possible loss of precision" warning. You can create an additional specification containing just the single token NOWARN to suppress the warnings: this is probably not a ...
- Wed Jan 23, 2008 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer compilation
- Replies: 6
- Views: 1608