Search found 42189 matches

by chulett
Sat Jul 19, 2008 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key generator using DB SEQ option
Replies: 6
Views: 4430

Well... they are "associated" with tables in the sense that they are generally (as in a best practice) named after the table that the sequence will be used with, but you're right that they are standalone objects and can be named anything you like.
by chulett
Sat Jul 19, 2008 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge Lookup Design Issue
Replies: 5
Views: 1290

I've got several that fall squarely into that camp, hence the question about actually trying it before judging it evil. :wink:
by chulett
Fri Jul 18, 2008 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Store Procedure Call incomplete
Replies: 5
Views: 1748

Then you'll need to ensure there is always at least one record delivered. If the job delivers 'dynamic table names' what table would you create when no rows are generated?
by chulett
Fri Jul 18, 2008 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Store Procedure Call incomplete
Replies: 5
Views: 1748

What is the 'flaw' here? What do you think needs to be fixed? :?
by chulett
Fri Jul 18, 2008 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hide parameters in Execute Commnad Stage
Replies: 3
Views: 1083

Clarification, in case I wasn't clear. For Windows you should have these as equivalents to the UNIX SH(ell) functions:

ExecDOS
ExecDOSSilent


From what I recall... no Windows servers here.
by chulett
Fri Jul 18, 2008 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to Hashed File
Replies: 4
Views: 1554

Well... for one thing you are actually only writing to the hashed file on the first call to the routine per hashed file name - i.e. when the name is not found in the list of opened files.
by chulett
Fri Jul 18, 2008 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hide parameters in Execute Commnad Stage
Replies: 3
Views: 1083

Welcome. :D You'll probably need to write your own version of the Execute Command as a custom routine to leverage the 'Silent' version of the appropriate Exec function. For example, on UNIX servers there is: ExecSH ExecSHSilent I'm assuming the same is true for a Windows server. If not, you could ea...
by chulett
Fri Jul 18, 2008 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to Hashed File
Replies: 4
Views: 1554

You are probably going to need to post your modified routine.
by chulett
Fri Jul 18, 2008 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: strange compiling problem in transformer
Replies: 8
Views: 4744

:!: Without posting your derivation or the compiler errors, no-one is going to be able to provide much help.
by chulett
Fri Jul 18, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation of DS 7.5.2 on AIX 5.3
Replies: 5
Views: 2141

For HP-UX on Itanium, the installer either doesn't install a link for an Oracle library or it puts it in the wrong place. Support sent me the command to create a softlink so that DataStage could find what it needed for Oracle connectivity, nothing Oracle related worked before that even though I had ...
by chulett
Fri Jul 18, 2008 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage error
Replies: 6
Views: 2020

No problem. The Merge stage is a frequent source of confusion as there are two stages with the same name that bear pretty much zero resemblance to each other. :wink:
by chulett
Fri Jul 18, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5.1.A to 7.5.3 upgrade issue with decimal columns in UDB
Replies: 4
Views: 892

Sorry, can't really help with your specific UDB issues as I have no experience with it. However, just wanted to comment on your "Both of these jobs were fine before the upgrade so I am at a loss to explain it." comment. You see things like this from an upgrade for two different reasons. The first is...
by chulett
Fri Jul 18, 2008 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: return error code with deffun fucntion ?
Replies: 8
Views: 2496

Welcome. :D I don't believe so as DEFFUN doesn't return a status. Or at least not easily. I suppose one could query the repository to verify it exists but then what? Abort if it can't be found? End result seems pretty much the same to me. And I would wager if you checked deeper in your logs the miss...
by chulett
Fri Jul 18, 2008 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge Lookup Design Issue
Replies: 5
Views: 1290

Your problem, of course, is that you now need to do 10 lookups for each record rather than one. Have you tried putting all 10M records into one hashed file, even if you need to make it 64BIT to do so? Build both and constrast the speeds. If you can, what I'd do is partition the input data in the sam...
by chulett
Thu Jul 17, 2008 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer just closes with no error messages
Replies: 10
Views: 6016

And be careful where you poke your... browser. :wink: