Search found 42189 matches

by chulett
Mon Jun 29, 2009 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 5266

Still curious why the perceived need to update environment variables... to what purpose?
by chulett
Mon Jun 29, 2009 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SLEEP function clarification
Replies: 8
Views: 2384

This is regarding the DataStage SLEEP function rather than the one at the operating system level, yes?
by chulett
Mon Jun 29, 2009 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameter from table
Replies: 16
Views: 4382

USERSTATUS is a 'single value' job level area that anyone can query after-job and see what is in there from the last run. Sequence jobs are the easiest way to leverage that, use the 'Insert Parameter Value' helper in any stage downstream of a Job Activity stage to see that <StageName>.$UserStatus is...
by chulett
Mon Jun 29, 2009 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit frequency when using Oracle Load/Append
Replies: 15
Views: 9745

We'd have to know precisely what kind of "load" you are doing to be able to answer that, Kryt0n.
by chulett
Mon Jun 29, 2009 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Just a small question about sorting order and lookup...
Replies: 2
Views: 968

Consider it verified. A Server job cannot re-order records in a Transformer stage.
by chulett
Mon Jun 29, 2009 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't shutdown DataStage server as 'dsadm' user
Replies: 7
Views: 4705

Ah... thanks for posting the resolution Tony. :wink:
by chulett
Mon Jun 29, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perserving column order to target Teradata Enterprise Stage
Replies: 8
Views: 2817

Seems like it. Odd that they work that way, even if there are being consistent. Would be interesting to ping IBM or your official support provider for an explanation, see what (if any) reasoning is behind that decision.
by chulett
Mon Jun 29, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameter from table
Replies: 16
Views: 4382

Database table means "database stage" to retrieve. Why not use one? Read the value, stick it in USERSTATUS and then anything downstream can use it as a parameter fairly easily via a Sequence job.
by chulett
Mon Jun 29, 2009 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle client version 0 is NOT supported.
Replies: 6
Views: 3470

It may be a 32bit v. 64bit issue, see if you have a $ORACLE_HOME/lib32 directory (instead of just lib) and try that one instead if it exists.
by chulett
Mon Jun 29, 2009 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perserving column order to target Teradata Enterprise Stage
Replies: 8
Views: 2817

Interesting... we just recently had the same problem crop up with Neteeza, I wonder if this information helps at all:

viewtopic.php?t=127940
by chulett
Mon Jun 29, 2009 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't shutdown DataStage server as 'dsadm' user
Replies: 7
Views: 4705

I don't really understand what "file" it is referring to. :?

Here is the kind of thing I was finding online, but it doesn't seem applicable:

http://zotline.com/shownote.zot/NoteNum/2738.html
by chulett
Mon Jun 29, 2009 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle client version 0 is NOT supported.
Replies: 6
Views: 3470

OK. So you have an Oracle client installed on the DataStage server and you've made the required changes to the 'dsenv' file, yes? Can you post the changes that you made?
by chulett
Mon Jun 29, 2009 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read unix file from Server job or sequence
Replies: 8
Views: 1489

Several ways. Server job could write it to a file and then you 'cat' it in the Sequence to capture it. Or search here for USERSTATUS as another (probably simpler) option.
by chulett
Mon Jun 29, 2009 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin issue
Replies: 6
Views: 2825

Please define what "got shifted" means. I suspect I know, but would rather not guess or assume.
by chulett
Mon Jun 29, 2009 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage -Transformer
Replies: 19
Views: 7325

Unfortunately, Oracle is the source here so hard to swap it out for something else... except pehaps for an ODBC stage.