Search found 42189 matches

by chulett
Sun May 02, 2010 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is datastage accept negative numbers
Replies: 6
Views: 4710

Yes, of course it will accept negative numbers. I must admit, however, your derivation confuses me... you multiple 9 by 0? To what end, just to get a zero? And then set a variable to either an 'N' or a negative number? Kind of an odd way to flip the sign, if you ask me. :? Other than that, why the d...
by chulett
Sun May 02, 2010 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit frequency when using Oracle Load/Append
Replies: 15
Views: 9745

For newcomers: to Suppress "Commit point reached" log add SILENT=FEEDBACK option like this: APT_ORACLE_LOAD_OPTIONS = OPTIONS(DIRECT=FALSE,PARALLEL=TRUE,SILENT=FEEDBACK) Not that that helps the commit frequency but may save a few seconds. FEEDBACK=SILENT makes more sense though, did you m...
by chulett
Sun May 02, 2010 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup
Replies: 4
Views: 2002

OK... both are the same version of Oracle or are they different? And what Oracle client do you have installed on your DataStage server?
by chulett
Sun May 02, 2010 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job failing with Error -4
Replies: 1
Views: 1113

From the Director, Reset the aborted job and let us know if a new log entry shows up labelled: "From previous run...". If so, post the contents.
by chulett
Sun May 02, 2010 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job failed
Replies: 1
Views: 1286

Not really, not without more information. First though, do an exact search for "Job control process has failed". You'll only get two matches but see if either one helps.
by chulett
Sun May 02, 2010 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to see the jobs in Designer as well as in Director
Replies: 6
Views: 3169

Right - this is a completely different problem unrelated to your posted issue, so please mark this one as Resolved (using the button at the top of the page) and start a new thread.
by chulett
Sat May 01, 2010 7:07 pm
Forum: General
Topic: can more than one job read a dataset at the sametime?
Replies: 2
Views: 1000

Read? Sure.
by chulett
Sat May 01, 2010 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 7
Views: 4902

You should check with your official support provider - I seem to recall a patch for this, or at least something very much like this with the OCI stage. :?
by chulett
Fri Apr 30, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attachment in notification
Replies: 7
Views: 1784

Sure... after the fact.
by chulett
Fri Apr 30, 2010 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 7
Views: 4902

Custom / user-defined SQL or generated?
by chulett
Fri Apr 30, 2010 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to see the jobs in Designer as well as in Director
Replies: 6
Views: 3169

This happens when you have users connected to the project, or any connected processes other than yourself, actually. Make sure you are all alone on the server before you run that - if that means you need to shutdown DataStage and then do it right after bringing it back up and before anyone else logs...
by chulett
Fri Apr 30, 2010 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attachment in notification
Replies: 7
Views: 1784

You can certainly do that, as long as you don't mind the extra characters in the data and you keep in mind the fact that the moment someone 'fixes' them it will revert back to the date it thinks it is.
by chulett
Fri Apr 30, 2010 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: attachment in notification
Replies: 7
Views: 1784

Right, that's what it does and there isn't a good way to stop it. Open the attachment in something like Notepad to see the 'real' source data. Change the extension if you want to prevent the file from being automatically associated with Excel.
by chulett
Fri Apr 30, 2010 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compressed character fields
Replies: 12
Views: 4178

So... no interest in posting the examples as requested?