Search found 42189 matches

by chulett
Mon Feb 09, 2009 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric Loop Value
Replies: 7
Views: 3104

Your Convert() syntax is wrong, looks more like Field() syntax.

Code: Select all

Convert(@FM,"",getCountValue.$CommandOutput)
Assuming you want to strip any field marks from the output.
by chulett
Mon Feb 09, 2009 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help! Getting an output file full error
Replies: 7
Views: 6428

I don't believe so. Try doing an exact search for "no more output files", it is saying that you are having a scratch space issue.
by chulett
Mon Feb 09, 2009 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage SQLLOADER issue
Replies: 3
Views: 1534

There should be an APT variable to "preserve blanks" from what I recall. Ah, yes, found it - set $APT_ORACLE_PRESERVE_BLANKS to TRUE.
by chulett
Mon Feb 09, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help! Getting an output file full error
Replies: 7
Views: 6428

One way - add a "before job" ExecSH call to "ulimit -a" (without the quotes) or whatever flavor of ulimit you'd like to run. Then check the logs.
by chulett
Mon Feb 09, 2009 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help! Getting an output file full error
Replies: 7
Views: 6428

Hmmm... well, then I guess someone else will need to chime in. FYI, you'd need to check the ulimits from inside a job, not 'with the same user' at the command line.
by chulett
Mon Feb 09, 2009 11:18 am
Forum: General
Topic: Error calling DSSetParam
Replies: 13
Views: 16773

Whenever you change parameters in a job being run from a Sequence job, you need to 'refresh' the job in the Job Activity stage so it can reflect those changes in the stage.
by chulett
Mon Feb 09, 2009 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help! Getting an output file full error
Replies: 7
Views: 6428

First place to look would be, I assume, wherever you are writing the file. Note you could also have exceeded your ulimit filesize max, typically 2GB.
by chulett
Mon Feb 09, 2009 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding best option to load to oracle database
Replies: 2
Views: 1063

Well... your rollback requirement means no direct path bulk loads. So you'll need to stick with conventional loads but we'd need more information to give better advice - always inserts? A mixture of inserts / updates? If a mixture, any idea about the ratio?
by chulett
Mon Feb 09, 2009 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import selected command line
Replies: 7
Views: 2049

Don't believe that's possible, AFAIK they import whatever was exported.
by chulett
Mon Feb 09, 2009 9:26 am
Forum: General
Topic: Parameters in Sequence
Replies: 4
Views: 1144

Sorry, someone else will need to clarify if that is a manual or automatic thing. I don't have any 8.x access.
by chulett
Mon Feb 09, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage Analysis of a File
Replies: 6
Views: 2079

Usage Analysis works for files as well if you've stored metadata from the file and linked the metadata to the job by importing it. Or search for "CSeqInput" for a way to query the repository for this. You'll need "CSeqOutput" as well but the search will turn that up.
by chulett
Mon Feb 09, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate Two string
Replies: 3
Views: 2448

To answer the question as asked, the colon is the concatenation operator so you could use it to put the two strings together and then convert that string to a timestamp.
by chulett
Mon Feb 09, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Failure on Oracle OCI
Replies: 7
Views: 4341

Post the complete, unedited error from your logs. Was there an "ORA" component for it?
by chulett
Mon Feb 09, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: result rows are not showing up-total mismatch
Replies: 18
Views: 4875

How can anyone suggest anything without knowledge of your "third pary plugin"? You'd need to involve your support provider for that.
by chulett
Mon Feb 09, 2009 7:57 am
Forum: General
Topic: Error calling DSSetParam
Replies: 13
Views: 16773

You get this where? Is this a Sequence job or your own job control or ...? Also note there's no reason to "set" a parameter using an environment variable, it will inherit it automatically. That ... It's a sequence job Craig!!!!!!! Jeez, was there a special on exclamation points yesterday ...