Search found 42189 matches

by chulett
Sun Nov 02, 2008 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access universe
Replies: 18
Views: 7379

Seems to me you are making this more complicated than it needs to be. What exactly do you think you need to see/do there? :?

ps. You don't need a userid or password for 'localuv'. Nor do you need ODBC.
by chulett
Sun Nov 02, 2008 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: access universe
Replies: 18
Views: 7379

:? What "universe database" are you trying to access? Why not explain what you are trying to accomplish - for example, do you have an external Universe source you need to connect to? DataStage hasn't had Universe under the covers for umpty.
by chulett
Sat Nov 01, 2008 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column comparision
Replies: 5
Views: 955

sandeepgs wrote:
mdbatra wrote:If not mistaken, this has been already replied.


Yes you are right....

but the issue is not yet resolved..

:evil: Good Lord. Don't start over again for something like that, just reply to the original thread and keep on going there.
by chulett
Sat Nov 01, 2008 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order By before Hashed Stage
Replies: 11
Views: 2984

Probably a victim of not understanding the destructive overwrite nature of the beast. Also known as "When Keys Collide". :wink:
by chulett
Fri Oct 31, 2008 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a dsjob executable with no command window pop up
Replies: 1
Views: 939

And the resolution is? [drum-roll]
by chulett
Fri Oct 31, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset Failure
Replies: 7
Views: 1563

So that's the official answer, eh? Yuck.

Still seems like a bug to me. [shrug]
by chulett
Fri Oct 31, 2008 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring multiple ORACLE_HOME directory
Replies: 10
Views: 2445

This doesn't, but point taken.

Left to right, beginning to end, front to back, wind to water, ying to yang - however you want to phrase it. :wink:
by chulett
Fri Oct 31, 2008 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in mail notification activity
Replies: 12
Views: 3929

There is no "pre-configuration setup" needed, assuming you can "sendmail" from the server. UNIX doesn't use the "SMTP Server" attribute so you can stop worrying about that, however it does require a "Senders" and "Recipients" email address. So... Are you sure both have values in them? Are you using ...
by chulett
Fri Oct 31, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring multiple ORACLE_HOME directory
Replies: 10
Views: 2445

Now I goto datastage administrator and set the values as ORACLE_HOME="/oracle/product/10.2.0" LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib32 will the value of LD_LIBRARY_PATH become $LD_LIBRARY_PATH:/oracle/product/9.2.0/lib32:oracle/product/10.2.0/lib32 Will the 9i as well as 10G lib path be ...
by chulett
Fri Oct 31, 2008 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicates using inrownum
Replies: 1
Views: 939

No, the only time that happens AFAIK is when the job is run on more than 1 node.
by chulett
Fri Oct 31, 2008 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does the AT Scheduler ID 999 Max Problem Still Exist?
Replies: 4
Views: 1292

Hmmm... don't recall seeing mention of this here before. Was this a Windows problem or a DataStage problem?
by chulett
Fri Oct 31, 2008 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 39207

If the path to the script can change from environment to environment, then yes it needs to be another Job Parameter that you then leverage in the stage:

Command: ksh
Parameter: #SCRIPT_PATH#/script.sh #SCRIPT_PARAM1# #SCRIPT_PARAM2#
by chulett
Fri Oct 31, 2008 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring multiple ORACLE_HOME directory
Replies: 10
Views: 2445

It will point to whatever you tell it to point to. Make sure the one you want to use is listed first if you can't arrange for only one or the other to appear.

ps. Never seen a need for ORAHOME, ORACLE_SID or ORASID being set. YMMV, of course.
by chulett
Fri Oct 31, 2008 10:35 am
Forum: General
Topic: Conditional Lookup to Hash File
Replies: 5
Views: 3030

That's because the UV stage requires an Account based, not a Pathed file. So you'll need to create a VOC record for it so the stage can find the hashed file you've named. Search for SETFILE to see examples of the syntax.
by chulett
Fri Oct 31, 2008 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 39207

Simply put your shell of choice in the command prompt, say "ksh", and then the complete command with whatever parameters you need in the parameter prompt.