Search found 42189 matches

by chulett
Wed Oct 01, 2008 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data to the exising record
Replies: 5
Views: 1653

:? I don't see how that would happen. Post the details of your job design including constraints, stage variables, etc. As much detail as you can stand to document.
by chulett
Wed Oct 01, 2008 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01400: cannot insert NULL into
Replies: 4
Views: 1634

Well, there you go! Please mark the topic as Resolved using the button on the top of the page.
by chulett
Wed Oct 01, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data to the exising record
Replies: 5
Views: 1653

What's your target? Update action? :?
by chulett
Wed Oct 01, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending data to the exising record
Replies: 5
Views: 1653

Put your source keys into a work table if not already there. Join to existing keys and build a hashed file. Reference lookup drives update v. insert and gives the 'old' value to append to for the updates.

Pretty standard stuff.
by chulett
Wed Oct 01, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01400: cannot insert NULL into
Replies: 4
Views: 1634

Change the Array Size to 1 temporarily and see what record is logged as the problem child. Array Sizes over 1 can confuse the logging process.
by chulett
Wed Oct 01, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 10909

chulett wrote:When you use TO_DATE() all that matters is that your mask/picture matches the data.

Yours still doesn't.
by chulett
Tue Sep 30, 2008 9:17 pm
Forum: General
Topic: Limitation of DataStage to Process XML data?
Replies: 10
Views: 3785

eostic wrote:A good point lstsaur makes.

Ah... Ernie Ostic, the Yoda of DSXchange. :wink:
by chulett
Tue Sep 30, 2008 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading sequential file and loading into Oracle
Replies: 7
Views: 2065

So, what approach are you planning on taking? And you need to answer Ray's question.
by chulett
Tue Sep 30, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage designer
Replies: 2
Views: 1424

Odd, every post you've made so far has had the same subject - "datastage designer". You really need to put a teeny bit more effort into that please, make them germane to the topic being discussed.
by chulett
Tue Sep 30, 2008 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage and OCI stage
Replies: 2
Views: 1024

Between DRS and OCI? The DRS stage set to 'Oracle' uses OCI so I can't imagine there's really any difference performance-wise between the two.
by chulett
Tue Sep 30, 2008 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create separate DSX files for each job in single export.
Replies: 2
Views: 3154

In other words, you can't. But you can export everything and then hack it up into individual pieces.
by chulett
Tue Sep 30, 2008 12:57 pm
Forum: General
Topic: DataSatage Job Names Convention
Replies: 4
Views: 1359

Nope.
by chulett
Tue Sep 30, 2008 12:35 pm
Forum: General
Topic: DataSatage Job Names Convention
Replies: 4
Views: 1359

You can name jobs anything you like - as long as they start with a letter and contain only alphanumerics or underscores. :wink:
by chulett
Tue Sep 30, 2008 9:08 am
Forum: General
Topic: Environment Variables versus Hard Coded values
Replies: 12
Views: 4349

What's your exact version of DataStage?
by chulett
Tue Sep 30, 2008 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS connectivity to Netezza error
Replies: 6
Views: 8202

It's more of a third-party ODBC driver thing, you need to help DataStage find them. You would have had the same issue with HP-UX.