Search found 42189 matches

by chulett
Sat Jun 14, 2008 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a formatted XML output
Replies: 11
Views: 2709

No need to email anything, just copy/paste it (or a representative sample) here wrapped in Code tags. And it doesn't seem like formatting is the cause of your validation failure - it is telling you that 'ABS' is not a valid enumerated value for the bus-unit element. So, the first question is - is it...
by chulett
Sat Jun 14, 2008 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

Then it seems your requirement is flawed. Either switch to using $PROJDEF in the job and let us know if THAT works or open a support case with IBM. Ask them what the heck is going on.
by chulett
Sat Jun 14, 2008 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a formatted XML output
Replies: 11
Views: 2709

Hmmm... turning it off gives you one long continous line of XML, there should be no formatting at all. And what you have now looks more like what formatting on should look like. Your original has too much white space / returns in it. Which makes me wonder if your issue isn't data related. Can you tr...
by chulett
Sat Jun 14, 2008 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a formatted XML output
Replies: 11
Views: 2709

Turn off the formatted ouput option. It's not needed and the 'formatting' that option does is... odd. :?
by chulett
Sat Jun 14, 2008 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

Yes.

pravin1581 wrote:Do we need to use -local option as well in the dsjob command.

Could be, try it both ways and let us know.
by chulett
Sat Jun 14, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

What? $PROJDEF is 'job only' but $UNSET and $ENV are perfectly valid for use in the Administrator. :?
by chulett
Sat Jun 14, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using routie in custom condition in Jobactivity stag
Replies: 6
Views: 1434

[shrug] Common widget, I assume.
by chulett
Sat Jun 14, 2008 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Splitter vs Transformer with FIELD function
Replies: 7
Views: 2386

Well... for me, it's a personal preference, so no.
by chulett
Sat Jun 14, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Value in the Table to pass as parameter
Replies: 5
Views: 1377

Or land the value and then cat it into the Initial Value of a stage variable. Depends on where you need to use it in your job, it will need to be a job parameter to use in source SQL but a stage variable can be used without needing a Sequence (or other job control) to arrange the passing of same.
by chulett
Sat Jun 14, 2008 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "oracle datatype not presently supported".
Replies: 5
Views: 1860

He means in the job, not in the database, in an effort to work around the simple fact that BLOBs are not officially supported. What datatype are you currently using?
by chulett
Sat Jun 14, 2008 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault type is 11
Replies: 5
Views: 2038

Well... you know what the first question is going to be. What changed? Anything that you are aware of, O/S or Oracle-wise, on your DataStage server? Patches, upgrade of the Oracle client, etc etc.
by chulett
Sat Jun 14, 2008 6:36 am
Forum: General
Topic: How to run the job as parameter driven
Replies: 6
Views: 1452

Consider a 'Multi Instance' job if you'd like to run multiple 'plants' simultaneously, which could serve as the InvocationID. You would then use the DSJobInvocationId macro in place of the job parameter.
by chulett
Fri Jun 13, 2008 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Env variables through dsjob
Replies: 23
Views: 6134

We're going around in circles here. If "the requirement" is to set the job's default value to $ENV then the proper value must exist in the environment before the job is started. You don't pass anything to it on the command line. So why not try setting the environment variable to the proper value in...
by chulett
Fri Jun 13, 2008 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Selection Issue
Replies: 7
Views: 1587

Re: Date Selection Issue

dodda wrote:but when i Run the DAta Stage Job i am Ending up With Error.

Please Post the Actual Error.