Search found 42189 matches

by chulett
Thu Sep 29, 2005 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle module could not be found
Replies: 8
Views: 2096

ml wrote:I think that may be you need to add the ORA home directory in your ..DSEngine/dsenv file.

Only valid advice for UNIX servers, I'm afraid. No such thing on Windows.
by chulett
Thu Sep 29, 2005 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Semaphores / batch queues
Replies: 5
Views: 1155

Yup, very nice stuff that we use extensively. In the past his KBA Job Control Utilities have been freely available for download from his website and I imagine they still are.
by chulett
Thu Sep 29, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Serverjob - Parameters in column derivation
Replies: 8
Views: 3446

I can verify this - while sql functions work just fine in a column derivation of active stages like an OCI stage, for some reason Job Parameters cannot be part of the mix. Bug or feature I have no idea, but there have been a couple of times I really wanted to do that and have to keep remembering tha...
by chulett
Thu Sep 29, 2005 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_loadlibrary Error
Replies: 4
Views: 2028

Don't use this stage, but I vaguely remember you need some portion of MQ Series installed on the DataStage server and it seems to be complaining it can't find it. If you do have it installed, then its path needs to get added to whatever Windows uses to control that - PATH perhaps? On a UNIX server i...
by chulett
Thu Sep 29, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changes in Job sequencer not taking effect
Replies: 8
Views: 1483

Any such patches would be found on Ascential's eServices website.
by chulett
Thu Sep 29, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer output counts not totalling input count
Replies: 9
Views: 2685

Wait, I want to play too... the difference is the number of rows where input.colX is null. :wink:
by chulett
Thu Sep 29, 2005 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during running the PX program having transformer
Replies: 2
Views: 1141

The error message tells you the problem. The transformer stage is actually compiled rather than generated osh script, so a C++ compiler is needed. And it either couldn't find yours or didn't like what it found. :wink:
by chulett
Thu Sep 29, 2005 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to see any parallel jobs in Job category
Replies: 4
Views: 1359

Call it what you will, but the Reporting Assistant is old and does not support Parallel jobs. I believe that "they" expect you to be using MetaStage for that kind of functionality across all job types nowadays.
by chulett
Wed Sep 28, 2005 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run a job from command line?
Replies: 3
Views: 1071

As Ken noted, the 'dsjob' executable is used to (amongst other things) run jobs from the command line. In addition to the script he linked you to, read the documentation that comes with the product - in particular the Command Line Interface chapter in the Server Job Developer's Guide manual.
by chulett
Wed Sep 28, 2005 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a Project
Replies: 25
Views: 6869

Right... so you:

1) Create new project
2) Export everything from old project
3) Import into new project
4) Delete old project

You may want to wait for a day or two after step 3 before doing step 4. :wink:
by chulett
Wed Sep 28, 2005 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to view the properties dialog box of the stages
Replies: 7
Views: 1765

Great... even better. :roll:
by chulett
Wed Sep 28, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Lookup Multiple values
Replies: 8
Views: 1928

You won't as it is not a valid option for a hashed file - you'll only find that option there when the link is to a UV stage or an ODBC stage. I'm not going into the gory details as they been posted here ad nauseum, but you can point a UV stage to an existing Hashed file and then you can get the hash...
by chulett
Wed Sep 28, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming a Project
Replies: 25
Views: 6869

Doesn't matter what project an export from made from. You can take a full export from any project and import it into any other project, regardless of the project name on either end of the process.
by chulett
Wed Sep 28, 2005 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Lookup Multiple values
Replies: 8
Views: 1928

Hashed files do not natively support 'Multiple row result sets'.

kollurianu - it's a Link property. Get to it by right-clicking on the lookup stage from inside the Transformer.
by chulett
Wed Sep 28, 2005 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to run the routine
Replies: 3
Views: 1154

Edit your first post and repost the routine code with Code tags around it so it preserves the indentations and we can actually read it.