Search found 42189 matches

by chulett
Tue May 26, 2009 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Transaction Frequency
Replies: 3
Views: 1199

Me, I would ask your asker what the heck that means.
by chulett
Tue May 26, 2009 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with ODBC Stage
Replies: 4
Views: 1381

All things being equal, I'd venture to guess it was the data and not the stage.
by chulett
Tue May 26, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to import the table metadata from Oracle Database
Replies: 6
Views: 3915

Just the normal stuff in dsenv is what is needed, as documented in the pdf manuals. So, can you use any of the Oracle stages in a job, like the OCI stage in a Server job or is that not working as well?
by chulett
Tue May 26, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to import the table metadata from Oracle Database
Replies: 6
Views: 3915

Make sure you're using the 32bit Oracle libraries unless you are certain that DataStage is also 64bit on your platform.
by chulett
Tue May 26, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OID Generation failed
Replies: 9
Views: 3209

I've never seen it and it hasn't been posted here before. Perhaps this might help?

http://tinyurl.com/qm4eyy

:wink:
by chulett
Tue May 26, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer looping failure
Replies: 1
Views: 1005

I've seen the same bug and there *is* a client side patch for it, ask your support provider for it. Keep in mind it is a client patch that changes the compiled code in this case, so if someone else without the patch compiles your fixed job, it will be... unfixed. :wink:
by chulett
Tue May 26, 2009 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to toracle
Replies: 8
Views: 6567

Do you actually have an Oracle client installed on your DataStage server? :?
by chulett
Tue May 26, 2009 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access EV4 data files using DataStage
Replies: 2
Views: 887

We're gonna need some help here, I've never heard of "EV4" either and Google isn't any help turning up explanations.
by chulett
Tue May 26, 2009 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Zip a file
Replies: 28
Views: 9975

In other words, you'll need something executable from the command line of your O/S for DataStage to initiate the zip. The registered version of WinZip has that as an option, other tools exist as well.
by chulett
Mon May 25, 2009 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDKSequences in DS 8
Replies: 5
Views: 1783

:roll: Oy, you so right. I was speaking of the KeyMgmt routines in the sdk branch of the repository, the ones that create/leverage the aforementioned hashed file name, and not noticing that little discrepancy.
by chulett
Mon May 25, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator (Counting grouped Data)
Replies: 9
Views: 2569

You need to set it back to 1 rather than increment it when the group changes. In other words, change that "else SVValue" to "else 1". That Initial Value is an 'at the moment the job starts' value.
by chulett
Mon May 25, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle Upsert
Replies: 2
Views: 1493

From what I recall, but can't check now, is that you can specify 'custom' update/insert and then only include the insert. Better, of course, to prequalify your data and only do the inserts for key values that don't already exist. Me, I would never build something that would purposefully violate RI c...
by chulett
Mon May 25, 2009 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator (Counting grouped Data)
Replies: 9
Views: 2569

Since there's no real 'aggregation' - a couple of thoughts are here, more can be found by searching for 'key change column'.
by chulett
Mon May 25, 2009 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject link enterprise stages
Replies: 17
Views: 5180

Sure, you could 'cheat' and demote them with a message handler. Doesn't change the Best Practice of handling them properly in your job and the need to update jobs when RI changes is just part of the game, I'm afraid.