Search found 15603 matches
- Wed May 10, 2006 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempted WRITE with NULL record ID
- Replies: 2
- Views: 1601
- Wed May 10, 2006 4:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decode Function
- Replies: 4
- Views: 1775
- Tue May 09, 2006 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inverse Hash File Lookup?
- Replies: 7
- Views: 2314
- Tue May 09, 2006 10:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal error with Basic Transformer
- Replies: 2
- Views: 881
- Tue May 09, 2006 10:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem of Partial Dataset Read
- Replies: 1
- Views: 656
The log message doesn't affect the number of rows being read, just the number of concurrent files that the process has open. Your error must be coming from elsewhere. What do you mean by "with pre-defined limit of 100 records"? Do you set a limit yourself somewhere? The number 100 is too round to be...
- Tue May 09, 2006 9:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL Capacity Planning
- Replies: 1
- Views: 1662
The disk sizings for similar jobs can vary greatly. If you read a database and pre-sort the data on the select then a typical job might not need any interim storage even for gigabytes of data. If the incoming data isn't sorted then any aggregation or similar operation might trigger a temporary stora...
- Tue May 09, 2006 9:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming convention Doc.
- Replies: 3
- Views: 938
Naming conventions are not absolute. Most organizations that use DataStage already having general naming conventions in place and adapt those so that they fit DataStage. The good and comprehensive naming conventions that I've seen or worked upon are all proprietary to their respective companies. A g...
- Tue May 09, 2006 9:06 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Wildcard search and replace ?
- Replies: 3
- Views: 2799
Yes, but it depends in which type of object you wish to do this. If you want to do changes in the Designer you can do them along the lines you put, but there is no standard interface to do this for all objects in the repository (although you can work with the repository directly, although it is neit...
- Mon May 08, 2006 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcopen
- Replies: 4
- Views: 2247
- Mon May 08, 2006 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Internal Tables
- Replies: 11
- Views: 10842
- Mon May 08, 2006 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Mon May 08, 2006 2:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcopen
- Replies: 4
- Views: 2247
- Mon May 08, 2006 1:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help in setting Null value..
- Replies: 9
- Views: 3881
- Sun May 07, 2006 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error writing from ds to look file set
- Replies: 2
- Views: 794
Deeps - I have had that happen to me as well. It reminds me of a post in an aircraft log where the pilot wrote "Evidence of oil leakage in starboard engine number 2 found" and the maintenance engineer repleid "evidence removed" Seriously, there is nothing anyone can do with that statement. Could you...
- Sun May 07, 2006 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading comp-3 field from AS400 with Ascential driver
- Replies: 17
- Views: 5310
Gillu, until you know what your data is you will not find a solution and nobody here will be able to help you. NLS and character sets are irrelevant to comp-3 data since you need to make sure you don't apply any mapping at all to this binary data. Please use your favorite editor which is capable of ...