Search found 15603 matches

by ArndW
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

The empty value is in the KEY, you can identify the column of a compound key only by splitting the columns individually, for instance by another output stream to a sequential file that splits out each individual column.
by ArndW
Wed May 10, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decode Function
Replies: 4
Views: 1775

The CONVERT function is character based. You can use the EREPLACE function to do string based replacements and call it up twice, once for the "M" to "10" and another time for the "F" to "20" replacements.
by ArndW
Tue May 09, 2006 11:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inverse Hash File Lookup?
Replies: 7
Views: 2314

You still should load you hashed file to memory and lookup each row, but instead of using a reject link just put a RefLink.NOTFOUND constraint on your output.
by ArndW
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

Are you certain that you have recompiled, perhaps could ensure a clean compile by using the "force" recompilation in your test environment.
by ArndW
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...
by ArndW
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...
by ArndW
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...
by ArndW
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...
by ArndW
Mon May 08, 2006 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen
Replies: 4
Views: 2247

Umm, even with shared containers you don't need to use IPC stages if you have inter-process row buffering enabled.

Have you changed the IPC stage attributes from the default values? Are all 5 containers you use in your job from the same shared container?
by ArndW
Mon May 08, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Internal Tables
Replies: 11
Views: 10842

The Hawk repository is no longer the DataStage flavor of UniVerse. Informatica has never used UniVerse files and cannot access them (without the 3rd party ODBC drivers).
by ArndW
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

I am somewhat confused by these continued posts on this subject. On Friday I mentioned why it won't work, and Ray stated it again this morning.
by ArndW
Mon May 08, 2006 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcopen
Replies: 4
Views: 2247

Are you using IPC stages or do you have the job attributes set to use inter-process row buffering? If the second, what happens when you turn it off? Also, are these shared containers?
by ArndW
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

As Ray has said, the @NULL is the correct value to use. Are you certain that the column is nullable in the database? What is your rejection error that you are getting?
by ArndW
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...
by ArndW
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 ...