Search found 42189 matches

by chulett
Wed Sep 09, 2009 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "0x7c911982" referenced memory at "0x00000004
Replies: 3
Views: 1595

If it only happens to you on your PC, then it could be your client installation or your workstation itself. First try a reinstall of the client right over the version you have out there now and see if that fixes anything, sometimes dlls get updated by other software and this puts things back the way...
by chulett
Wed Sep 09, 2009 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate name registration for: splitvec
Replies: 3
Views: 1651

Are you sure you uninstalled everything, including any filesystem cleanups you may have to do? Still think you should be involving your support provider.
by chulett
Wed Sep 09, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Multiple lines into single line
Replies: 4
Views: 1143

... and a newline would be represented by CHAR(10).
by chulett
Wed Sep 09, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling OSH script from UNIX Server
Replies: 22
Views: 13403

Oh, I'm sure it's possible, a script is a script after all and that's where they run. I just don't see the point in worrying too much about it. That was probably how it was all done in the Old Days when Torrent Systems marketed Orchestrate, which is the product Ascential bought that is now the paral...
by chulett
Wed Sep 09, 2009 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling OSH script from UNIX Server
Replies: 22
Views: 13403

Sorry, I was being somewhat facetious and serious at the same time. You "run the script" by running the job and the job runs the script along with everything else that it does.

Why are you thinking you have a need to call just an OSH script? :?
by chulett
Wed Sep 09, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling OSH script from UNIX Server
Replies: 22
Views: 13403

You would run the OSH script using 'dsjob'.
by chulett
Wed Sep 09, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate name registration for: splitvec
Replies: 3
Views: 1651

Some kind of installation issue, I would guess. Probably best to involve your support provider on that one.
by chulett
Wed Sep 09, 2009 8:03 am
Forum: General
Topic: Datastage V8 certification - training material ?
Replies: 6
Views: 4370

devesh_ssingh wrote:Why have two similar posts?????
Because the first one was in the wrong forum and I asked them to repost it here.
by chulett
Wed Sep 09, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i need to know where it is stored "DSParams" file
Replies: 11
Views: 9415

What are you asking? :?

The filename is literally "DSParams" and the location has been spelled out for you as well.
by chulett
Wed Sep 09, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv is not pointing properly
Replies: 13
Views: 6504

What, now you're not being helped? :?

Check the running user's .profile and see if that is the culprit.
by chulett
Wed Sep 09, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in routine
Replies: 9
Views: 4112

No, you cannot. It's an artifact of how the value is returned, something you have no control over, which is why I said it needed to be stripped afterwards.
by chulett
Wed Sep 09, 2009 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv is not pointing properly
Replies: 13
Views: 6504

You are missing much more than simply the ORACLE_HOME and what little is there is in a different order. Seems like something else is overriding that LD_LIBARY_PATH setting. :?
by chulett
Wed Sep 09, 2009 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in routine
Replies: 9
Views: 4112

"an error"? :?

You need to convert() after the routine call and where you are using it, typically in either a trigger or parameter derivation... or nested condition stage.
by chulett
Wed Sep 09, 2009 6:01 am
Forum: General
Topic: Training material for Datastage V8 certification
Replies: 1
Views: 1300

Suggest you post this in the proper forum, a.k.a not here. The General forum seems the most appropriate.

**Note: Topic Relocated - Content Editor **
by chulett
Wed Sep 09, 2009 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv is not pointing properly
Replies: 13
Views: 6504

OK, that looks fine, return-wise. Can you post the LD_LIBRARY_PATH value from the log entry that lists them all? Just that one line, not the whole darn thing.