Search found 42189 matches

by chulett
Mon Mar 16, 2009 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce Integration using web service
Replies: 5
Views: 1737

You should be able to pass that 'missing' information through the stage I would think, which is what - the WS Transformer? :?
by chulett
Mon Mar 16, 2009 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ensuring hashed file is created when the job executes
Replies: 11
Views: 4139

Edit/Delete post is only letting me edit, not delete the extra post caused by hitting back in my browser. So sorry for the extra post (this one). You can delete a post as long as no-one has replied to it yet, which is why I always check for duplicates right away if there's any delay in posting... d...
by chulett
Mon Mar 16, 2009 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Generator
Replies: 2
Views: 1058

Or the ROWNUM system variables - @INROWNUM or @OUTROWNUM. Or a database sequence. The answer can depend on if you need to worry about concurrency or not.
by chulett
Mon Mar 16, 2009 7:14 am
Forum: General
Topic: Performance differences between the DRS and native stages
Replies: 7
Views: 1729

Ray is being... funny. You'll get used to his sense of humor. Eventually. :wink:
by chulett
Sun Mar 15, 2009 9:51 pm
Forum: General
Topic: Performance differences between the DRS and native stages
Replies: 7
Views: 1729

When dealing with Oracle, I still prefer the OCI stage over DRS (even though they both use a native connection) for a couple of reasons. One is it has more 'update action' choices and two, it uses numbered bind parameters rather than the pita positional question marks like ODBC. But that's just me. ...
by chulett
Sun Mar 15, 2009 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage in IBM Information Server V 8.1
Replies: 12
Views: 3626

How should i take care of Oracle SID? I don't have tnsnames.ora file any where on my unix box. You don't need $ORACLE_SID set for this to work. You do, however, need a tnsnames.ora file somewhere on the server. It will look for one in $ORACLE_HOME/network/admin by default or you can set $TNS_ADMIN ...
by chulett
Sun Mar 15, 2009 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage in IBM Information Server V 8.1
Replies: 12
Views: 3626

Interesting, that would definitely be something to check on for Oracle as well.

RaviReena - yes, definitely. Chat with your DBA as they should be the ones making any kind of change like that.
by chulett
Sun Mar 15, 2009 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage in IBM Information Server V 8.1
Replies: 12
Views: 3626

I would say so - what are the permissions on that file? Sounds like you will need to have your DBA open things up a bit.
by chulett
Sun Mar 15, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Enterprise Stage in IBM Information Server V 8.1
Replies: 12
Views: 3626

Make sure you are pointing to the 32bit Oracle libraries in your environment variables. That would typically mean changing '$ORACLE_HOME/lib' to '$ORACLE_HOME/lib32'.
by chulett
Sun Mar 15, 2009 8:13 am
Forum: General
Topic: Error while saving Parallel jobs & Compiling
Replies: 4
Views: 2508

Does this post help at all?

viewtopic.php?t=116311
by chulett
Sun Mar 15, 2009 8:09 am
Forum: General
Topic: Performance differences between the DRS and native stages
Replies: 7
Views: 1729

To the best of my knowledge and from various discussions here (like this one which talks about why the stage came into existence) there really shouldn't be any difference in performance. It still uses the same ODBC or native drivers under the covers that the dedicated stages would use for that conne...
by chulett
Sat Mar 14, 2009 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Universe Routine
Replies: 9
Views: 5523

rachit82 wrote:
chulett wrote:I'd be surprised if you could actually pass @SM or @VM characters into the test harness correctly. :?
I have not passed any @VM or @SM expressions. i have passed the equivalent delimiters
Which is exactly what I meant. :roll:
by chulett
Sat Mar 14, 2009 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Universe Routine
Replies: 9
Views: 5523

I'd be surprised if you could actually pass @SM or @VM characters into the test harness correctly. :?
by chulett
Fri Mar 13, 2009 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Access violation
Replies: 8
Views: 2004

Why not humor us and pre-create the hashed file manually as a -64BIT hashed file and see if it then works?
by chulett
Fri Mar 13, 2009 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Universe Routine
Replies: 9
Views: 5523

For the sake of our sanity, can you explain in words what this routine is meant to accomplish / return? I really don't want to infer anything based on a reading of the code.