Search found 15603 matches

by ArndW
Fri Nov 13, 2009 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bat file returns invalid command in datastage
Replies: 10
Views: 4275

Strange indeed. Are you passing a constant string value for "hostname" in your DS job?
by ArndW
Fri Nov 13, 2009 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bat file returns invalid command in datastage
Replies: 10
Views: 4275

Is drive "E" a local drive or a remotely mounted one?
by ArndW
Fri Nov 13, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed
Replies: 13
Views: 5386

I don't know the "-h" option of df but could you confirm that your Scratch and Datasets directories are mounted, perhaps with the "mount" command and grepping for "Scratch"?
by ArndW
Fri Nov 13, 2009 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim function not applied
Replies: 1
Views: 1161

Two common reasons:

1. The field is CHAR(5) somewhere in the stream

2. The extra characters are not whitespace. Try a derivation of SEQ(In.KeyField[3,1]) to a peek to see the ASCII value of that character.
by ArndW
Fri Nov 13, 2009 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed
Replies: 13
Views: 5386

That is unlikely. Could you post the APT_CONFIG file used for the run, that will contain the paths.
by ArndW
Fri Nov 13, 2009 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SCD - Execution Error
Replies: 2
Views: 1711

What SQL write statement are you using, in particular do you have a stored procedure involved, which can cause a bad cursor. This is a database error and is most likely caused there.
by ArndW
Fri Nov 13, 2009 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading the Dataset
Replies: 5
Views: 2531

Just to make Craig's note clearer, he was addressing the response to naveen19 since DataStage will dynamically repartition datasets to the required number of nodes.
by ArndW
Thu Nov 12, 2009 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not load module libgciudt6.so
Replies: 13
Views: 8066

I'm not at a DS system now, or an AIX one, but check up on the "ldd" command with this library to see if all the links from it are OK.
by ArndW
Thu Nov 12, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Plgu in Config
Replies: 7
Views: 1857

I have a "mqsco.so" object in my "$DSHOME/../DSComponents/bin" directory. Where are you getting this file from and where is the error message being generated?
by ArndW
Thu Nov 12, 2009 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date to Timestamp conversion
Replies: 14
Views: 2816

Our problem is that we don't understand what your problem is.
by ArndW
Thu Nov 12, 2009 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Plgu in Config
Replies: 7
Views: 1857

Think of it like DataStage opening up a sequential file - it need a path and a filename. MQ is not different to DataStage, it needs a Queue Manager and Queue name. I am assuming you do have MQ installed witha local queue manager - is that the case?
by ArndW
Thu Nov 12, 2009 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized top level format: date_format="yyyy-mm-dd&
Replies: 7
Views: 3141

Just to confirm, you specified this in the column metadata?
by ArndW
Thu Nov 12, 2009 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Could not load module libgciudt6.so
Replies: 13
Views: 8066

No, you mistyped the last one (but the others look good)
"ls -al $DSHOME/lib/libgciudt6.so" (there is no pipe in the command)
by ArndW
Thu Nov 12, 2009 11:10 am
Forum: General
Topic: DSJOB Help
Replies: 4
Views: 2039

Is is best to cut-and-paste error messages, but in this case the gist of it is visible. It would seem you have a cluster configuration, with DataStage running across more than one machine and your access rights for rsh are not set up correctly.
by ArndW
Thu Nov 12, 2009 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Plgu in Config
Replies: 7
Views: 1857

You don't need to configure DataStage for MQ. If you need to configure your MQ Series local manager then you will need to look elsewhere, there are plenty of documents and also MQ-Series specific forums.