Search found 42189 matches

by chulett
Mon Jan 17, 2011 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User maintained MQTs
Replies: 1
Views: 1260

You're not required to import metadata, it can be created by hand. You could also create a temp table that looks like your MQT and then import from that.
by chulett
Sun Jan 16, 2011 10:50 pm
Forum: General
Topic: Reading mainframe variable length file
Replies: 5
Views: 2136

Start by posting in the correct forum (the Site forum wasn't a proper place for this but I have moved it) and by letting us know your particulars - version, O/S, etc etc. Do this by going back and editing your original post - the one right above mine - now that you're in the correct forum that infor...
by chulett
Sun Jan 16, 2011 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute failed on statement INSERT INTO values (?, ? ,? ,?)
Replies: 3
Views: 6023

Jack, please start your own thread with your details rather than jumping oh here and saying you have the "same problem". That will go a long ways towards getting your problem solved.
by chulett
Sun Jan 16, 2011 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key in transformer
Replies: 2
Views: 1809

OK... in the new release you can access the same core functionality built into the SKG stage directly in a Transformer via the tab you mentioned. And it's nicely documented in the docs in the 'Transformer stage: Surrogate Key tab:' section of the Parallel Job Developer Guide pdf. Don't see any burni...
by chulett
Sun Jan 16, 2011 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key in transformer
Replies: 2
Views: 1809

So, now suddenly you are on the 8.x release rather than 7.1 in your other thread on this subject?
by chulett
Sun Jan 16, 2011 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate a sequence number in transformer
Replies: 10
Views: 30071

Re: how to generate a sequence number in transformer

I have a requirement of implementing scd type2 where i want to insert the previous record and the updated record, in which i dont want to disable constraints, so for this i want to make use of composite primarykey for the key column and uniue sequence number. I don't see how any of that precludes y...
by chulett
Sun Jan 16, 2011 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate a sequence number in transformer
Replies: 10
Views: 30071

Re: you should use sequential mode

the Surrogate Key will do the same behavior if it is operat in parallel , to resolve that you should use either the Surrogate Key or the Tansformer in sequential mode If you are saying that the Surrogate Key Generator stage will "do the same" if not run sequential, as in not produce uniqu...
by chulett
Sat Jan 15, 2011 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue loading data using Oracle Enterprise stage
Replies: 6
Views: 1931

dsadm_ws wrote:Volume of data is about 10million records. No there are no indexes on the Target table.
Hoping you inferred from my question that "no indexes" would not be the preferred answer, yes?
by chulett
Sat Jan 15, 2011 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue loading data using Oracle Enterprise stage
Replies: 6
Views: 1931

Apples and oranges, of course.

What kind of volume are we talking about here? And since you are doing "updates only" are your key columns (the fields in your where clause) indexed in the target table?
by chulett
Sat Jan 15, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate a sequence number in transformer
Replies: 10
Views: 30071

You'll find several versions of the formula here if you do an exact search for NUMPARTITIONS in the forums, which should help answer your question. This one allegedly works fine. :wink:
by chulett
Sat Jan 15, 2011 12:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate a sequence number in transformer
Replies: 10
Views: 30071

Welcome.

Just for grins, why the "in transformer" part of your question? Why not use the stage that exists just to generate sequence numbers - i.e. the Surrogate Key Generator stage?
by chulett
Fri Jan 14, 2011 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 5391

You really should have your own thread for all this. And at this point I'm just going to repeat the standard advice - do an exact search for the first line of your error message. Lots of ideas out there.
by chulett
Fri Jan 14, 2011 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 5391

Hopefully by now there was one. I've got no idea what all might generate an error like that but I did an exact search here for "glibc detected" and got 23 hits... perhaps the answer was out there somewhere.
by chulett
Fri Jan 14, 2011 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File
Replies: 19
Views: 20686

Aha! Had to be in there somewhere. :wink:
by chulett
Fri Jan 14, 2011 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File
Replies: 19
Views: 20686

When you issue the "del #pathname##filename#" command, make sure there is no extra space there between the hash signs or in the two values.