Search found 42189 matches

by chulett
Sun May 12, 2013 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental load solution required.
Replies: 4
Views: 997

I agree, that's a perfectly valid solution.
by chulett
Sun May 12, 2013 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort and Hash grouping methods of the aggregator stage
Replies: 10
Views: 4272

While Ray goes into internal specifics, it is also documented in Chapter 6 of the Parallel Job Developer's Guide. Search for "Aggregator stage: Options category: Method".
by chulett
Sat May 11, 2013 10:32 am
Forum: General
Topic: datastage 8.7 installation on windows 8
Replies: 10
Views: 8689

"Too new" I would imagine so there hasn't been time to fully certify it yet. Nothing gets supported "by default"...
by chulett
Sat May 11, 2013 9:03 am
Forum: General
Topic: Problem logging into a DS project
Replies: 10
Views: 2760

Other than the one you just quoted?
by chulett
Sat May 11, 2013 7:29 am
Forum: General
Topic: Datastage 8.7 software
Replies: 2
Views: 1400

Emphasis on the word buy - there's no free version, I'm afraid.
by chulett
Sat May 11, 2013 7:26 am
Forum: General
Topic: Database information in DS Jobs
Replies: 2
Views: 1343

Or Re-Open Topic and away we'll go...
by chulett
Fri May 10, 2013 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 2758

both tables are in huge volume so my understanding is ETL will be more efficient Generally that would not be true. Suggest you leave the Join stage for when you absolutely need it, i.e. for disparate sources. Now, if the source database is under-powered or over-utilitized and you are just making ma...
by chulett
Fri May 10, 2013 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 2758

Are those two tables in the same database by chance? Wondering if you really need to be doing the join "in job" and can't tell from what you've posted so far...
by chulett
Fri May 10, 2013 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 2758

It's not about how long it takes to "load" but rather how long before the first record gets to the target. I'd look into optimizing your source SQL as much as possible.
by chulett
Fri May 10, 2013 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage - Cannot Process data
Replies: 9
Views: 3416

Why start by not post your "structure error"? That an confirm that you have accurately posted the sample XML in question.
by chulett
Fri May 10, 2013 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 2740

In my experience, you can use a lower version Oracle client to connect to a higher version Oracle instance without issue. However, the reverse could be problematical.
by chulett
Fri May 10, 2013 6:45 am
Forum: General
Topic: CORBA TRANSACTION_ROLLEDBACK
Replies: 4
Views: 12421

No problem... and it gives me a chance to get it in the proper forum. :wink:
by chulett
Thu May 09, 2013 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert not working (mode is update then insert)
Replies: 6
Views: 4912

It could be the complete message, the Connector errors can be a little... sparse. However, it does say 'row not updated' rather than 'cannot be done' so it should just mean your key values are not matching up like you think they should be. Then as you've noted, the updat is considered to have 'faile...
by chulett
Thu May 09, 2013 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert not working (mode is update then insert)
Replies: 6
Views: 4912

Thanks... but I meant the entire "update cannot be done" error message.
by chulett
Thu May 09, 2013 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Binary Excel file
Replies: 4
Views: 1699

Re: Create Binary Excel file

I had created xls file using Sequential file stage with the extention of xls but it is not creating in binary format. Sorry, but... of course not. The extension of a file in UNIX doesn't have the significance that it does in Windows world so all you got was a flat file with ".xls" at the ...