Search found 42189 matches

by chulett
Fri Jul 31, 2009 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

No, you do not need any "type conversion", your problem is all in the command you are executing. And we need to see the individual log message from when that particular Execute_Command_DEFAULT stage ran, we need details not summary information. Details. :?
by chulett
Fri Jul 31, 2009 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing oracle10g database in Datastage 7.5.2
Replies: 3
Views: 867

Yes, you can use the OCI stage in a Server job to access 10g, that's what it is there for. The setup steps are documented - an Oracle client on the DataStage server and changes to your dsenv file are all you need.
by chulett
Fri Jul 31, 2009 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

No, not possible. Please answer my previous questions... and now also explain what "couldn't able to" means here as well.
by chulett
Fri Jul 31, 2009 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 3
Views: 1455

Please mark your post as Resolved using the big button at the top of the screen.
by chulett
Thu Jul 30, 2009 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Doesn't matter, integer or string it will work. Post the log message where it shows the command being run, it will list the 'Output from command' as well. I'll wager it's not what you think it is.
by chulett
Thu Jul 30, 2009 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 3
Views: 1455

That's an error code. I'd suggest opening the routine and see why/where you are getting it. Permissions? It may not be able to create the hashed file it uses to store the keys.
by chulett
Thu Jul 30, 2009 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine based on row count
Replies: 3
Views: 1640

A couple of points: First, there's no need for the if-then-else construct in a trigger, just the expression itself is all that is needed: Convert(@FM,"",Execute_Command_Stage.$CommandOutput)='0' Secondly, this technique is fine as long as the file does not have a header record, then you ne...
by chulett
Thu Jul 30, 2009 5:28 pm
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

I'm unsure exactly what kind of changes those processes would need to be aware of, and things have (seemingly) been fine without a 'bounce' but point taken.
by chulett
Thu Jul 30, 2009 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rcp doesn't work correctly
Replies: 11
Views: 2914

You know the next question - define "never". And "finishes" while we're at it. How long did you give it before deciding it was never going to finish? What did the job look like at that point - were rows processing slowly, not at all, was it part way thru when you stopped it or ha...
by chulett
Thu Jul 30, 2009 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Aborting with @ABORT.CODE = 1
Replies: 12
Views: 6160

It looks like you've got a reject link coded to abort the job after 1 row is sent down it.
by chulett
Thu Jul 30, 2009 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment of row number
Replies: 9
Views: 2307

Can you not do something like Shane posted as #2 above - retrieve the max value using SQL and pass that as a job parameter that is the starting value for the job run.
by chulett
Thu Jul 30, 2009 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing data of 1 column into separate column
Replies: 4
Views: 958

Which Pivot stage did you use and what exactly did you try?
by chulett
Thu Jul 30, 2009 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Aborting with @ABORT.CODE = 1
Replies: 12
Views: 6160

Job design?
by chulett
Thu Jul 30, 2009 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Ah good, either way should work but as noted it can depend on your version as "earlier" versions don't support the same variety of expressions that the "later" ones do.

Please make sure you mark your post as Resolved using the big button at the top of the screen. Thanks!
by chulett
Thu Jul 30, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Encryption within DataStage
Replies: 11
Views: 16743

Also keep in mind the fact that encrypted data takes most of the "T" out of "ETL" unless (for example) you perform matching encryptions to things like lookup data as well. Less of an issue if you're just moving the data through the job, of course.