Search found 42189 matches

by chulett
Thu Aug 06, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

Then I would ensure you do not cache the lookup to this hashed file you are updating and see if that resolves your problem.
by chulett
Thu Aug 06, 2009 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key - wrong generation
Replies: 23
Views: 5153

A couple of points. First, that message is not an error or even a warning, it is strictly informational and means you told it to cache a hashed file lookup and it couldn't fit into memory. It simply reads it from disk in that case as if you hadn't asked it to be cached. Not a problem. And increasing...
by chulett
Thu Aug 06, 2009 1:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case and If statement issue in the sql
Replies: 15
Views: 8075

Ah... you can't. That's the only downfall to this method is the files cannot have parameters in them. I was able to "work around" this issue because I had a limited number of parameter values and so created a file for each parameter value with that coded into the file and the actual parame...
by chulett
Thu Aug 06, 2009 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server Enterprise stage
Replies: 3
Views: 1433

You only get those stages on a Windows server, as far as I know.
by chulett
Thu Aug 06, 2009 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data--Peoplesoft DataStage
Replies: 9
Views: 11446

If you do an Exact Search here for that error message, you'll find it doesn't just happen on string fields but can happen with unbound NUMBER fields as well. I'd suggest you search and see if any of the previous posts on the subject here help.
by chulett
Thu Aug 06, 2009 10:24 am
Forum: General
Topic: DS job aborts at different row each time.
Replies: 3
Views: 1206

Never seen that error before and the only post a search reveals here with that in it was for Informix and there was no resolution posted. :( Seems to me you'll need to get help from your official support provider on this one. Out of curiousity, what Oracle ODBC drivers are you using - wired or non-w...
by chulett
Thu Aug 06, 2009 10:17 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 2351

debrujr wrote:
chulett wrote:To me, it sounds like you are doing everything correctly. ...
Can you call my boss and tell them that?!?!?! :lol:
:wink:
by chulett
Thu Aug 06, 2009 9:48 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 2351

You might want to ping your official support provider and ask if there are any issues doing what you are doing in your version. To me, it sounds like you are doing everything correctly.
by chulett
Thu Aug 06, 2009 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dissapearing Log entries ?
Replies: 4
Views: 1504

Ah... that pesky Filter will do that to you if you don't notice it's on. :wink:
by chulett
Thu Aug 06, 2009 9:19 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 2351

To me that's odd as I've been doing that very thing for quite some time now - check just those two compiler options, use only an "OK" trigger to the next object and for any issues the job aborts, triggering the checkpoint handling. And for the Execute Command stage, any non-zero return sta...
by chulett
Thu Aug 06, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 12
Views: 3070

Yoda says: "Odd, I have always found that." :?
by chulett
Thu Aug 06, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selection of which Database for metadata repository?
Replies: 7
Views: 3830

Remind us what version of Oracle is required for this, plese - 10gR2 I do believe, but not positive.
by chulett
Thu Aug 06, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: call column value of job A in job B (both jobs in a same seq
Replies: 5
Views: 1608

Sounds like a job for USERSTATUS. Search here for that word and also "SetUserStatus" to find discussions on its use and example code.
by chulett
Thu Aug 06, 2009 8:48 am
Forum: General
Topic: Execute Command Restartability Issues
Replies: 11
Views: 2351

Are those two options you mentioned the only ones checked?
by chulett
Thu Aug 06, 2009 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import function
Replies: 5
Views: 1515

What kind of help are you looking for?