Search found 53125 matches
- Sun Sep 24, 2006 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server dsrpcd is taking 6 gig of memory.
- Replies: 5
- Views: 2067
- Sun Sep 24, 2006 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to invoke Orchadmin?
- Replies: 8
- Views: 4048
- Sun Sep 24, 2006 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "$DSP.Close" is not in the CATALOG
- Replies: 9
- Views: 2773
- Sat Sep 23, 2006 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: @INROWNUM ?
- Replies: 23
- Views: 14823
- Sat Sep 23, 2006 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "$DSP.Close" is not in the CATALOG
- Replies: 9
- Views: 2773
Has this always been so? If so, it may be that the project was not installed correctly. If not, it may be that someone has overwritten or deleted the VOC entry for DSP.Close. Inspect this entry in any other project, and mimic it in the project that's having the problem. Before you do that, however, ...
- Sat Sep 23, 2006 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RT_STATUSnnn files
- Replies: 3
- Views: 1341
- Sat Sep 23, 2006 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: simple date conversion
- Replies: 6
- Views: 1109
If it's a timestamp with "-" as delimiters in the date part, and all you want to do is change these to "/", then the Convert() function is perfect.
Code: Select all
Convert("-", "/", InLink.TheTimestamp)- Sat Sep 23, 2006 3:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Debugging a builop code
- Replies: 1
- Views: 807
- Sat Sep 23, 2006 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stringtodecimal conversion error
- Replies: 6
- Views: 1783
- Sat Sep 23, 2006 3:29 pm
- Forum: IBM QualityStage
- Topic: Getting error: Error convert
- Replies: 3
- Views: 1564
- Fri Sep 22, 2006 5:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server dsrpcd is taking 6 gig of memory.
- Replies: 5
- Views: 2067
Is the debugging option (-d option on command line) used when dsrpcd is started? This certainly seems to be way too much memory. Your support provider will be able to help; they can guide you through configuring malloc tracing. [Note to all others: I will NOT discuss malloc tracing on DSXchange - it...
- Fri Sep 22, 2006 5:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Proof of concepts for DS and Informatica
- Replies: 3
- Views: 1158
Hang on, you're the consultant, you're being paid for this POC? But you want us to do your work for you for free? If you are interested in a commercial arrangement, please revert in those terms. Both tools are good - otherwise they would not be where they are in the marketplace. The approach the ETL...
- Fri Sep 22, 2006 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Plan to move to Production
- Replies: 2
- Views: 892
- Fri Sep 22, 2006 5:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Error
- Replies: 9
- Views: 5570
- Fri Sep 22, 2006 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating/updating an unique number for each call of the sequ
- Replies: 13
- Views: 4457