Search found 53125 matches
- Tue Jul 18, 2006 6:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MQ Stage...ds_loadlibrary: error in dlopen
- Replies: 5
- Views: 1066
- Tue Jul 18, 2006 6:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job parameters
- Replies: 13
- Views: 3716
You can certainly, and safely, call Job1 twice in a row, as you suggest in your sequence. The second invocation does not start until the first invocation has finished, so it's never trying to run two instances. However, if Job1 aborts the first time it will not be in a runnable state the second time...
- Tue Jul 18, 2006 6:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not Able to fetch values from a Hashed File
- Replies: 2
- Views: 638
The most likely cause (he stated, leaping to all sorts of assumptions) is that one of your data sources has trailing space characters and the other does not. For a lookup to a hashed file to succeed the two values must match exactly as character strings. For example, 0004 will not match 4 (even thou...
- Tue Jul 18, 2006 6:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic code
- Replies: 10
- Views: 2988
I can see where Shree's confusion arose. I meant "online" as "immediately available". I grew up (and was educated) before the invention of the World Wide Web, even before ARPAnet. No terminals for us - it was all punched cards and batch runs, and spoolers and despoolers were real hardware that used ...
- Tue Jul 18, 2006 5:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there a place where all error messages are documented?
- Replies: 6
- Views: 1284
There is no single location. Such a document is promised in the next ("Hawk") release. Chapter 12 of the Orchestrate User Guide provides some interesting information about the format of Orchestrate error messages which may aid your diagnosic processes, particularly the section on which environment v...
- Tue Jul 18, 2006 5:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer stage
- Replies: 2
- Views: 928
- Tue Jul 18, 2006 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is this possible in DataStage? Setting the data format
- Replies: 9
- Views: 2871
199901 is not a valid date in YMD format. There is no month 99. Threrefore it is returning the original data. The routine was written according to your original specification, which showed dates in YMD order. Adapt it to suit. You could do other comparisons for other formats in the same routine, but...
- Tue Jul 18, 2006 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is this possible in DataStage? Setting the data format
- Replies: 9
- Views: 2871
- Tue Jul 18, 2006 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic code
- Replies: 10
- Views: 2988
- Tue Jul 18, 2006 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is this possible in DataStage? Setting the data format
- Replies: 9
- Views: 2871
It would be easy to do with a server job (or a BASIC Transfomer stage). The Iconv() function is largely agnostic to the format of a date, except for the order of the components (see Date Conversion with ICONV for more information).
- Tue Jul 18, 2006 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Stage - Handling packed decimal NULL values
- Replies: 2
- Views: 2367
There is a qualiification you can make to decimal types, which is "Allow All Zeroes". A packed decimal field completely filled with zeroes is normally illegal; this setting overrides that and allows an all zeroes packed decimal field to be understood to represent 0.0. This may help, although you say...
- Tue Jul 18, 2006 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job parameters
- Replies: 13
- Views: 3716
Ah, memories. The Axcel PACK was a chargeable component prior to 5.2 that did nothing more than enable multi-instance capability. From version 5.2 (after much grizzling in customer land about value for money) it was built in to the base product and not separately charged. You WILL need it to run mul...
- Tue Jul 18, 2006 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Design Time
- Replies: 4
- Views: 2269
This can happen if you import only the executable job from an export file (without importing the design-time components). Or it may mean, by whatever mechanism, the ROOT record for that job has been removed from the DS_JOBOBJECTS table. With expert help (for example Advanced Technical Support at IBM...
- Tue Jul 18, 2006 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE Exception
- Replies: 9
- Views: 9401
- Tue Jul 18, 2006 6:40 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can profileStage help for this
- Replies: 9
- Views: 5625
ProfileStage is about telling you what's there (profiling), not what to do with it. You go through a systematic series of analyses: column analysis to determine the type and nature of data in each individual column (for example domain of values, proportion of nulls, etc) using the entire table (a sa...