Search found 15603 matches

by ArndW
Thu Aug 13, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer - text inside exec command activity
Replies: 3
Views: 1403

Export the whole project into a .dsx file. Use your favorite editor to find occurrences of those strings. The usage analysis, while powerful, doesn't yet go into that level of detail.
by ArndW
Thu Aug 13, 2009 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS setting
Replies: 1
Views: 1121

The whole trick is to find out what your database NLS settings are and use exactly those setting for the Database stage in DataStage. The rest (almost) automatic. Also, the "View Data" designer functionality should not be used to determine if NLS works or not.
by ArndW
Thu Aug 13, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day in Date
Replies: 18
Views: 3831

Yes, you can use a BASIC transform stage in a PX job to do this. It can cause performance issues and is generally not recommended, though.
by ArndW
Thu Aug 13, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day in Date
Replies: 18
Views: 3831

ICONV() and OCONV() do not exist in parallel jobs and are thus, unfortunately, not an option here.
by ArndW
Thu Aug 13, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Day in Date
Replies: 18
Views: 3831

Page 31 of the DataStage Parallel Developer Guide tells you what date mask to use. For the day-of-week in text form you would use the mask of "%eee"
by ArndW
Thu Aug 13, 2009 8:06 am
Forum: General
Topic: DSParams
Replies: 11
Views: 13133

It does work, but there are 2 sections for environment variables in the DSParams and both need to be changed/edited in order for it to work.
by ArndW
Thu Aug 13, 2009 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-Instance "Missing Parameters"
Replies: 13
Views: 8421

I cannot find the eCase, either in the project docs or under my name at support.
by ArndW
Thu Aug 13, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERT useing Oracle stage fails - Special characters
Replies: 17
Views: 4682

I don't know what to add. With an Oracle insert and a array size of 1 I don't see how a row could fail to go down the reject link.
by ArndW
Wed Aug 12, 2009 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Oracle Stage
Replies: 2
Views: 891

I would suggest looking for a paid-for service for "ASAP" support, this is a volunteer forum.

Could your problem be this IBM APAR?
by ArndW
Wed Aug 12, 2009 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8.1 Error
Replies: 3
Views: 4245

Can you connect to the web console? If yes, did you configure the installation? Since messages of the type at com.ascential.acs.security.auth.client.AuthenticationService.getLoginException(AuthenticationService.java:1000) pop up several times in the log excerpt, I would look at userids and authentic...
by ArndW
Tue Aug 11, 2009 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archive datasets using tar unix command
Replies: 3
Views: 1435

You have been (successfully) archiving the dataset descriptors; but the actual data resides in the location(s) pointed to by the disk resource in your active APT_CONFIG file.
by ArndW
Tue Aug 11, 2009 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status 99
Replies: 18
Views: 8044

Note that the change only gets triggered after a job runs; that means you could change a job to 2 days that has weeks worth of log information, but that log won't get purged until after the job runs again.
by ArndW
Tue Aug 11, 2009 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't create a project in 8.1 on Linux
Replies: 8
Views: 3567

Hmm, then I am not sure what the cause might be. Could it be UNIX access for the DataStage user?
by ArndW
Tue Aug 11, 2009 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't create a project in 8.1 on Linux
Replies: 8
Views: 3567

What does "ldd $DSHOME/uvdlls/libodbc.so" return?
by ArndW
Tue Aug 11, 2009 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,1: Null string argument.
Replies: 15
Views: 22610

If you replace the derivation with a simple constant value, does the job run without that warning? The expression itself does not look like it would cause that error message (I assume you didn't cut-and-paste as there is a sytactical error with parenthesis in the statement).