Search found 15603 matches

by ArndW
Tue May 20, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise connectivity prob
Replies: 6
Views: 1711

Can you try using the "load" method to see if the error message is the same? Sometimes you can examine the generated load scripts to see what values DataStage is using.
by ArndW
Tue May 20, 2008 7:14 am
Forum: General
Topic: Rogue quotation mark appearing mid-file
Replies: 6
Views: 2059

Is [quote]"N""[quote] value represented that way in your source or the target. If the former, then you don't have a well-formed input file and cannot process it correctly in CSV varying length format. If in the output, then you have exposed a bug in the sequential file write stage. In either case, t...
by ArndW
Tue May 20, 2008 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying Datasets from One Environment to Another Environment
Replies: 3
Views: 1162

Use "orchadmin cp" to copy datasets in the same environment
by ArndW
Tue May 20, 2008 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise connectivity prob
Replies: 6
Views: 1711

Do you get the same error when using an update/insert method instead of load? For LOAD you need additional permissions to the table, I am fairly certain that they are documented in the installation guide.
by ArndW
Tue May 20, 2008 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB Enterprise connectivity prob
Replies: 6
Views: 1711

Is this a runtime error or do you get it when doing "view data"? If this is a write stage, what method are you using?
by ArndW
Tue May 20, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying Datasets from One Environment to Another Environment
Replies: 3
Views: 1162

You cannot copy datasets using FTP. Best thing is to copy the DataSet via a DataStage job to a sequential file and copy that, or use the unix "orchadmin dump" command.
by ArndW
Tue May 20, 2008 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: liby was compled on a sytem that is incompatible with this s
Replies: 5
Views: 925

I'm not in a position to check, but I thought under HP-UX you need to use "cc -aA" or the like to crate a shared library. Also, your entrypoint is called "ObjTestOne", not Sample1 - was this a typogrphical error?
by ArndW
Tue May 20, 2008 6:36 am
Forum: General
Topic: Removing missing or null warnings
Replies: 11
Views: 2900

Doing a lookup using a null key will generate the same error.
by ArndW
Tue May 20, 2008 6:33 am
Forum: General
Topic: Rogue quotation mark appearing mid-file
Replies: 6
Views: 2059

What does the input row l14784 ook like - does it have doubled double quotes correctly represented? Do you specify the double-quote as the quote character for both input and output?
by ArndW
Tue May 20, 2008 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: liby was compled on a sytem that is incompatible with this s
Replies: 5
Views: 925

bCC Sample1.cpp -o Sample1
run the exe file:
./Sample1
That doesn't look right to me - you either have an executable or a library. What OS are you running on?
by ArndW
Tue May 20, 2008 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: liby was compled on a sytem that is incompatible with this s
Replies: 5
Views: 925

You created an executable file, not a library.
by ArndW
Tue May 20, 2008 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Clarification
Replies: 5
Views: 1279

In the lookup stage, get the details of the reference link and add the link name in the "multiple rows returned from link" drop down box. You can only do this for one link per lookup stage.
by ArndW
Tue May 20, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge: Memory crash problem
Replies: 3
Views: 826

The message is clear - you have run out of temporary disk space. If you look at your APT_CONFIG file you will see one or more lines for each node reading resource scratchdisk "{path}" . That is the drive that filled up. Either make it larger or add additional scratch disks to you...
by ArndW
Tue May 20, 2008 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plugin Stage
Replies: 6
Views: 4477

I just looked at the Server documentation and the PDF describes the stage contents. Many people use DSXchange instead of trying somethin in an actual job; so if you explain what you have (unsuccessfully) tried so far you will get much more assistance than if you ask for a complete step-by-step descr...
by ArndW
Tue May 20, 2008 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer Stage
Replies: 11
Views: 5481

Drag it from the Stages category as mentioned above and drop it into the category of your choice.