Search found 42189 matches

by chulett
Thu Jun 25, 2009 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Failed to open project Status code = 80011
Replies: 13
Views: 23209

Check out the use of the -file option as one way to not include credentials on the command line.
by chulett
Thu Jun 25, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Failed to open project Status code = 80011
Replies: 13
Views: 23209

Not sure but you should be able to search here and find it. Someone else discovered this earlier and it has been "retweeted" a couple of times. And they included an example, from what I recall.
by chulett
Thu Jun 25, 2009 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Failed to open project Status code = 80011
Replies: 13
Views: 23209

And from what I recall, for version 8.x you have to add the "-domain" option to the command line credentials.
by chulett
Thu Jun 25, 2009 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Line breaking in sequential file
Replies: 5
Views: 1217

Convert should work fine... can you post the syntax you tried?
by chulett
Thu Jun 25, 2009 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza - Replace table - Order of Columns not preserved
Replies: 4
Views: 3047

Have no way to check this myself, but... any chance that field3 is marked as a Key field?
by chulett
Thu Jun 25, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP does not work with the Stored Procedure Stage
Replies: 5
Views: 1980

I don't recall the Stored Procedure stage having any kind of 'pass thru' capabilities. Input columns get mapped into the proc and output is strictly driven by the proc.
by chulett
Thu Jun 25, 2009 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import tar.gz files without staging(in memory)
Replies: 7
Views: 2277

No problem, glad you got it working. If you have other issues, please start new threads and don't just dog pile on this one. :wink:
by chulett
Thu Jun 25, 2009 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

It's in $DSHOME, i.e. the DSEngine directory.
by chulett
Thu Jun 25, 2009 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import tar.gz files without staging(in memory)
Replies: 7
Views: 2277

You should be able to see enough to get you much futher with this, the rest is gravy. Did you try changing it to untar to standard out? If so, what happened?
by chulett
Thu Jun 25, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

I was asking if the Server OCI stage was installed: Stage Types -> Server -> Database. Post your dsenv if you want us to check it but basically all it needs is ORACLE_HOME and your 'shared library path' to be correct.
by chulett
Thu Jun 25, 2009 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

You shouldn't have to 'register' it AFAIK. Have you verified the stage is actually installed? Check in the Manager. Have all of the dsenv changes that Oracle needs been made?
by chulett
Thu Jun 25, 2009 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to rename Datastage job using script
Replies: 2
Views: 1755

There's no official API that would allow you to rename anything outside of the GUI.
by chulett
Thu Jun 25, 2009 7:56 am
Forum: General
Topic: script works when called in AIX - but not from DataStage
Replies: 7
Views: 1959

Still not sure if the "execSH stage" means the before/after job routine or the "Execute Command" stage. For whatever reason, I was assuming they meant the latter. Shouldn't really matter if the first line of the script calls out the shell needed as asserted.
by chulett
Thu Jun 25, 2009 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

Is there really such a thing as a "PX only" install? Sequence jobs use the server engine, after all. Hmmm. You may not be using them but that shouldn't mean you couldn't if you needed to. Or wanted to for a test. :? Regardless, not sure how to help without knowing how in the heck everythin...
by chulett
Thu Jun 25, 2009 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing plug-ins
Replies: 12
Views: 2475

OE != OCI, the latter is a Server stage. Are you able to use the OCI stage in a Server job? Is this something that worked before your 'migration'?