Search found 42189 matches

by chulett
Wed Jun 18, 2008 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage hangs on opening Oracle Stage
Replies: 6
Views: 14342

Sending emails to the webmaster does not get a quicker response to the forum. Bad boy Kart, naughty naughty. Now... when you uninstalled, was it a complete uninstall as Ray mentioned? The would involve uninstalling, rebooting, removing all directory traces, using regedit to remove all Ascential key...
by chulett
Wed Jun 18, 2008 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tool to export jobs without their related shared container
Replies: 15
Views: 5667

Wow... you can schedule the Manager to run unattended and export all projects on a Server to date stamped directories? :shock:

( :wink: )
by chulett
Wed Jun 18, 2008 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance issue with reading from hash file via routine
Replies: 6
Views: 1653

Well... first off, welcome. :D Secondly, I'd be curious what your 'simple job to test' this looked like. I've got a routine like this, but it's only for doing a singleton select, typically in the Initial Value area of a stage variable. One and Done, as they say. Unless you've gone out of your way to...
by chulett
Wed Jun 18, 2008 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Biztalk
Replies: 1
Views: 1360

You'd need to post in the TX forum to get the attention of the 'right' peoples.
by chulett
Wed Jun 18, 2008 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command not working
Replies: 13
Views: 4568

Yes.
by chulett
Wed Jun 18, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scheduling the project export
Replies: 10
Views: 2230

:!: Please start a new thread for this. And when you do, give specifics on the errors you are getting.
by chulett
Wed Jun 18, 2008 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert date to charactor
Replies: 3
Views: 1156

Code: Select all

Convert("/","",YourField)
by chulett
Wed Jun 18, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 3
Views: 1131

Or "? < STARTDATE". As posted, you'd need "STARTDATE >= ?" I assume.
by chulett
Wed Jun 18, 2008 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 1860

Somehow? :D

Remove anything from the string you don't want with either Convert or EReplace. Both have been discussed ad nausem here.
by chulett
Wed Jun 18, 2008 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DataStage server 7.5.2
Replies: 12
Views: 6410

Seems... fine... although your Oracle changes are not where they would typicall go and you have 'extra stuff' in your second LD_LIBRARY_PATH setting. Change $ORACLE_HOME/lib to $ORACLE_HOME/lib32 if that exists on your server. And you need to verify your ORACLE_HOME and TNS_ADMIN settings. Is the la...
by chulett
Wed Jun 18, 2008 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml input stage AIX
Replies: 8
Views: 2771

:? Just how big *is* the file? What shows as 'From previous run...' now if you reset the job?
by chulett
Wed Jun 18, 2008 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DS on Linux
Replies: 7
Views: 1630

That checks for client connections and if the 'rpc' deamon is running. The engine can start but it can fail, which I assume is what happened to you. What does that check show now?
by chulett
Wed Jun 18, 2008 6:35 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: how to fetch last row record
Replies: 3
Views: 2795

First suggestion would have been to wait for this question to reposted in the correct forum. However, since we've now gone down this road...

Moderator please move to the Server forum
by chulett
Wed Jun 18, 2008 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of DS on Linux
Replies: 7
Views: 1630

That's not how you check to see if the 'engine' is running. Shut it down and then execute your commands.
by chulett
Wed Jun 18, 2008 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server function to extract a particular string
Replies: 8
Views: 1860

Actually, I meant without 'firing your function' - i.e. on the original output. Why not just suppress all of that extra who-ha so all you get is the answer? Your DBA can educate you on the how of that.