Search found 15603 matches

by ArndW
Thu Feb 21, 2008 9:57 am
Forum: General
Topic: Meet some DSXchange Premium Posters in Tampa
Replies: 9
Views: 2135

I'm watching the rain slowly metamorph into sleet here... So even though I can't make it, could you have a picture taken, sign it and then e-mail it to me? I promise not to flog it on eBay and might just use it as my windows background image :D
by ArndW
Thu Feb 21, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connection oracle9i
Replies: 4
Views: 1756

nexus2me - you have no idea how bothersome it is to see the EXACT same question posted almost weekly. Even though it would seem to be common sense to use the Search before posting a question like this it seems that many, including yourself in this case, do not do so. The NLS_LANG environment variabl...
by ArndW
Thu Feb 21, 2008 4:48 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 2052

Martin - GREAT suggestion, that will work. The OP didn't mention if they are willing to use server but if so, using a type 1 or 19 hashed file and updating/appending records will work like a charm. The only downside is performance, but the coding will take only minutes.
by ArndW
Thu Feb 21, 2008 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long query
Replies: 6
Views: 1685

I think you get a Windows error message when you do that, something to the effect that the data size exceeds the allocated space and it tells you the number of bytes. There is no solution but to reduce the query size. You can shorten the query (Use x.KeyCol instead of FullyQualfiedTablePathAndNameAs...
by ArndW
Thu Feb 21, 2008 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL tool migration
Replies: 5
Views: 1801

Normally I would have just stated "Hire competent DataStage consulting", but several days ago I heard that IBM/Ascential has a software tool that assists Informatica to DataStage (unsure of whether Server or PX/EE) conversions; this tool is not, as far as I know, for sale or use outside of IBM.
by ArndW
Thu Feb 21, 2008 4:37 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 2052

There is no easy, builtin way to do this with DataStage. There are ways to code this that are more or less complicated. If you have a known and limited number of output files then you can hard-code the paths in a DataStage job. If your list of customers/output files changes over time or is large the...
by ArndW
Thu Feb 21, 2008 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file routine - handling incomplete files?
Replies: 9
Views: 2372

I like to FTP the file using a script and using a suffix such as ".in_process" and then, once the FTP is successful, rename the file to the correct name.
by ArndW
Thu Feb 21, 2008 2:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed for record id 'PCFPSXLR533'
Replies: 7
Views: 4918

did you check to see if the key you are writing is null or if the file system is full?
by ArndW
Tue Feb 19, 2008 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file not matching
Replies: 4
Views: 1195

Try rewriting a test job from your original that outputs the KEY and the SeqFile.single_column[1285,10] as separate columns into a text file and find out why the lookup fails.
by ArndW
Tue Feb 19, 2008 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a link breaks a transformer
Replies: 7
Views: 1901

Which ones won't change specifically - I haven't seen that and rename my links frequently.
by ArndW
Tue Feb 19, 2008 3:35 am
Forum: General
Topic: returning failed record and feild
Replies: 5
Views: 1513

ray.wurlod wrote:...This may or may not contain the name of a column...
by ArndW
Tue Feb 19, 2008 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: eliminate warning messages in Datastage server edition
Replies: 4
Views: 1608

DataStage server jobs do not have "message handling" but the Server portion of the product is designed so that all warnings can be eliminated through good development.
by ArndW
Tue Feb 19, 2008 3:23 am
Forum: General
Topic: returning failed record and feild
Replies: 5
Views: 1513

Yes, DataStage PX/EE does this by having the designer put a "reject" link out of the passive output stage. For databases this will contain the SQL error code but in neither case does it explicitly tell you which column caused the reject.
by ArndW
Mon Feb 18, 2008 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 5
Views: 1264

I think I answered your question, but not your problem. It would seem that the column does not contain what you think. Is it a string or do you use OCONV() somewhere? If you were to post the problem and result you will get an answer, otherwise nobody here will be able to guess what is happening with...
by ArndW
Mon Feb 18, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 9
Views: 6082

There should be more to the error message (something with segmentation fault). Can you post that? Also, if you reset the job do you get an entry in your log with "from previous run"?