Search found 42189 matches

by chulett
Tue Feb 10, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How t0 remove special characters
Replies: 0
Views: 1410

Why 'remove' them? What is the NLS_LANG setting of your Oracle database? Is your DataStage install NLS enabled?
by chulett
Tue Feb 10, 2009 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 18765 Memory fault(coredump),code 139
Replies: 2
Views: 3187

What exact version of the Oracle client is installed on the DataStage server?
by chulett
Tue Feb 10, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle bulk load stage
Replies: 5
Views: 1260

If we're still talking the Server stage, its behaviour depends on the 'mode' setting - Manual or Automatic. Manual means create the .ctl and .dat files and nothing more. Automatic performs the actual load without instantiating those files.
by chulett
Tue Feb 10, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobInvocationId missing value
Replies: 9
Views: 5831

What value were you expecting to get from that macro? How about using the DSJobName macro instead?
by chulett
Tue Feb 10, 2009 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping the records of DS_AUDIT
Replies: 15
Views: 5584

In other words, search the forums for UNNEST to find the syntax that will help.
by chulett
Tue Feb 10, 2009 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobInvocationId missing value
Replies: 9
Views: 5831

Then what makes you think you can use the DSJobInvocationId macro? What are you trying to accomplish here? :?
by chulett
Tue Feb 10, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric Loop Value
Replies: 7
Views: 3104

Did you 'check' this suggestion? Putting an expression in a trigger isn't going to help as you can't actually change the $CommandOutput value from there.
by chulett
Tue Feb 10, 2009 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobInvocationId missing value
Replies: 9
Views: 5831

Is this a multi-instance job? Did you supply an Invocation ID when you ran it? Post your derivation for that column as well, please.
by chulett
Tue Feb 10, 2009 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage Analysis of a File
Replies: 6
Views: 2079

To capture output, search for "COMO ON" and you'll find "COMO OFF" as well. Output will be written to the "&COMO&" directory in the attached project.
by chulett
Tue Feb 10, 2009 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql to oracle data error
Replies: 4
Views: 1619

Trying to. :?

Hmmm... none of those are 'unsupported'. According to the docs, it doesn't support: BLOB, FILE, LOB, LONG, LONG RAW, MSLABEL, OBJECT, RAW, REF or ROWID.

One of those must be in your job or target table. Is this a runtime or compile time error?
by chulett
Mon Feb 09, 2009 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import selected command line
Replies: 7
Views: 2049

Not from the command line. :wink:
by chulett
Mon Feb 09, 2009 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel warnings
Replies: 7
Views: 2255

The latter.
by chulett
Mon Feb 09, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Error due to Key field "A" not found
Replies: 3
Views: 10048

Search the forums for "not found in input schema" and see if any of those matches help, this has been discussed here before.
by chulett
Mon Feb 09, 2009 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine for deleting Dataset
Replies: 12
Views: 3554

Or just put the commands in a ".bat" or "batch" file, the Windows equivalent of a shell script.
by chulett
Mon Feb 09, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric Loop Value
Replies: 7
Views: 3104

Sounds like you're doing this directly in the Loop Definition "To:" field and, while this can work in a Trigger expression, you cannot do it directly in the Loop Definition. You'd either need to send this in as a job parameter to the Sequence job and use the job parameter in the Start Loop...