Search found 15603 matches

by ArndW
Fri Jan 27, 2006 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Sequencer
Replies: 1
Views: 861

How is this post different from your other one? Double-posting won't make you any friends and won't get you a faster response.


Moderator - Please remove this duplicate post
by ArndW
Fri Jan 27, 2006 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobReport.dsx for version 5.2
Replies: 3
Views: 1201

Muriel,

even though it might not work correctly, you can edit the .dsx and change the line that reads ToolVersion "4" to version 3. I don't know if the DSJobReport uses functionality not available at Version 5 but I suspect that it will work.
by ArndW
Fri Jan 27, 2006 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Iconv and Status function
Replies: 10
Views: 2724

You still need to print out the bad value in your routine; it obviously is getting a different one from what you expect. Another approach that you can take is to use the debugger in the designer to find out the invalid value. Or you can put an output link in your transform with the value of data_lin...
by ArndW
Fri Jan 27, 2006 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Host name not valid (81011) error on offline laptop
Replies: 4
Views: 2084

I've worked with offline systems before and have always used localhost as the hostname. You can test that by going to a DOS command window and typing "telnet localhost" and you should get a DataStage login prompt. Are you logging into to a domain or using workgroups? Perhaps you could try to force y...
by ArndW
Thu Jan 26, 2006 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Iconv and Status function
Replies: 10
Views: 2724

Status() of 1 on an ICONV is that your first parameter, the value to be converted, is bad. If your test works then it will work in a job if the formats are the same.
by ArndW
Thu Jan 26, 2006 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve Performance by reducing if clauses in Transformer
Replies: 8
Views: 2256

The statement as you listed it, if entered on one line, should work. What error are you getting?
by ArndW
Thu Jan 26, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage - Hash files
Replies: 7
Views: 1782

You should tell us what error message it failed with before you can get an answer. A common error is trying to write an empty key.
by ArndW
Thu Jan 26, 2006 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: single job in more job sequence.
Replies: 2
Views: 1039

Please read the product documentation dealing with multi-instance jobs. You will need to use this to have the same job run at the same time from different sequences.
by ArndW
Thu Jan 26, 2006 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write to ORA_BULK stage
Replies: 13
Views: 2746

So you had DS create more than 1 data file and an explicit control file and it still failed? I am surprised that it failed and that you managed to reproduce it so quickly. It looked like a memory issue caused by getting too much data in one file. You can debug your core file to get a detailed cause;...
by ArndW
Thu Jan 26, 2006 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write to ORA_BULK stage
Replies: 13
Views: 2746

I am using the Oracle 8.1 Bulk Loader, which also comes with the product at version 7.1.
In your version 7 loader, specify a control file and 2 data files and see if they are generated; you can then run them from UNIX to see if you get a better error message.
by ArndW
Thu Jan 26, 2006 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Iconv and Status function
Replies: 10
Views: 2724

Put calls to DSLogInfo() in your function to debug what values are actually being passed to your routine at runtime. The status of 1 means that your date string is invalid.
by ArndW
Thu Jan 26, 2006 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write to ORA_BULK stage
Replies: 13
Views: 2746

At Version 7.1 there is an automatic/manual option.(I have my 7.1 designer open at the screen that has it...)
by ArndW
Thu Jan 26, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write to ORA_BULK stage
Replies: 13
Views: 2746

As Craig has mentioned, switching modes in Oracle might make a difference or produce a better error message.
by ArndW
Thu Jan 26, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Warning Message- Thoughts on it.....
Replies: 6
Views: 1584

The Printer-memory-segment-removed message comes when a UNIX DataStage process is terminated abnormally and another process is generated with the same PID and attempts to allocate space in the engine. This is detected by DS and the prior process' printer segment is removed. The message itself is inf...
by ArndW
Thu Jan 26, 2006 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Warning Message- Thoughts on it.....
Replies: 6
Views: 1584

This is not a strange warning message. It is informating you that a background (phantom) process has finished. Where are you getting this error message?