Search found 42189 matches

by chulett
Wed Dec 30, 2009 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing in same Dataset parallely
Replies: 3
Views: 1421

Other than data loss and corruption, no. :wink:
by chulett
Wed Dec 30, 2009 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 8514

:? How is that other post not helping? In short you need to understand why you are violating that check constraint (look it up in the database or talk to your DBA if you are unsure) and then ensure in your job that you pass only "good" values to that column. That could mean setting "b...
by chulett
Wed Dec 30, 2009 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from DB2 table with multiple SQLs and load into a file
Replies: 8
Views: 2423

Either do a UNION there or use multiple source stages and a Funnel.
by chulett
Wed Dec 30, 2009 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hi, I am with a litlle problem and I would like your help.
Replies: 3
Views: 1736

Please explain what "does not pass" means. I'll wager you have nulls in there you're not handling properly and all you get out the other side is an empty string. And please do a better job of picking subjects, they should be indicative of the actual problem. We already know you are having ...
by chulett
Wed Dec 30, 2009 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Oracle Database Table from Server Routine
Replies: 11
Views: 8058

Ugh, that's going to be an unwieldy solution, not to mention harder to code and maintain then you can possible imagine. You'd have to go "BCI" and leverage ODBC and then deal with the fact that the supplied ODBC drivers are not licensed for use outside of the GUI. Far better to stick with ...
by chulett
Wed Dec 30, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reference match
Replies: 2
Views: 868

This looks like something that should be posted in the QualityStage forum. :?
by chulett
Wed Dec 30, 2009 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration of DS from one server to another
Replies: 4
Views: 1504

Hashed files? Pathed ones can be simply copied over to any path on the new server, but account based ones won't be in the export and will require more manual effort to migrate.
by chulett
Wed Dec 30, 2009 9:01 am
Forum: Enhancement Wish List
Topic: New wish list
Replies: 1
Views: 2574

For the uninitiated, can you explain what a "transparent" lookup would be? I'm also curious what you meant by "Writing to hash files required a full fledged coding and a tiresome job".
by chulett
Wed Dec 30, 2009 8:54 am
Forum: General
Topic: which process is faster
Replies: 2
Views: 959

I don't see what (1) has to do with loading Oracle. And a bulk load will always be the fastest way to get pure inserts into a database, without really needing to mess with the control file.
by chulett
Wed Dec 30, 2009 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage 'ls' Command Issue
Replies: 12
Views: 7217

There's no way the find command is taking 27 minutes. Seek your bottleneck elsewhere.
by chulett
Wed Dec 30, 2009 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from 7.0.1 to 8.1
Replies: 5
Views: 1641

Reconfigured? No, I don't believe so. Have you gone thru the documentation yet? Just to be safe, have you confirmed that 8.1 is supported on AIX 6.1?
by chulett
Wed Dec 30, 2009 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting OLE DB provider error: Unspecified error. Warning
Replies: 1
Views: 1230

No idea, and an "unspecified error" doesn't give anyone much to go on. Are there any other messages logged? Can your DBA help by tracing your activity and seeing if there are any issues they can see from their end? If the job is aborting, Reset it and let us know the contents of any 'From ...
by chulett
Tue Dec 29, 2009 3:35 pm
Forum: General
Topic: Change Data Capture
Replies: 5
Views: 3094

This is not typically any kind of choice that "you" (or any of us for that matter) make but rather have thrust upon us. Between infrastructure / admins / The Powers That Be they'll let you know which one you'll be using. :wink:
by chulett
Tue Dec 29, 2009 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage not using the oracle table index
Replies: 2
Views: 1134

There's no parameter for that. Suggest you involve your official support vendor as that smells somewhat buggy to me. Could be in the Oracle client, could be in the stage, best to ask them.