Search found 42189 matches

by chulett
Wed Jun 06, 2012 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid property value
Replies: 11
Views: 13048

Might be worth getting this in front of your official support provider, may turn out to be something they can patch. Or explain. :wink:
by chulett
Wed Jun 06, 2012 10:20 am
Forum: General
Topic: Exception Handler
Replies: 3
Views: 1311

Seems to me just having an "OK" trigger and setting the option to "Automatically handle activities that fail" might work in this case. No need for any Exception Handler if you don't need to do anything other than stop if they don't run 100% clean.
by chulett
Wed Jun 06, 2012 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Last record in a hash file
Replies: 1
Views: 987

Well, first off there's no such thing as the "last record" in a hashed file, any more than there is one in any other database table. Why do you ask? What are you trying to accomplish? As to the count, for an account-based hashed file (i.e. one with a VOC record) you can use SQL to count an...
by chulett
Wed Jun 06, 2012 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid property value
Replies: 11
Views: 13048

Was your original SQL... "large"? I wonder if it was too long and getting truncated at some point, we've seen that before with other stages but I have no idea what the string limit is on the Connector stages.
by chulett
Wed Jun 06, 2012 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 17
Views: 12757

So Andrea, can we mark this as Resolved now?
by chulett
Wed Jun 06, 2012 6:38 am
Forum: General
Topic: Firing query on UNIVERSE through UNIX script
Replies: 17
Views: 6413

:!: As noted - 'cd' to either DSEngine or a Project and then launch dssh by fully pathing the executable. The latter will remove the need to LOGTO.
by chulett
Tue Jun 05, 2012 1:31 pm
Forum: General
Topic: Firing query on UNIVERSE through UNIX script
Replies: 17
Views: 6413

1) As step 2.5 then fully path step 3.

2) One dssh call that runs all steps one after the other, all in the same 'session'.
by chulett
Tue Jun 05, 2012 9:05 am
Forum: General
Topic: Firing query on UNIVERSE through UNIX script
Replies: 17
Views: 6413

Because it couldn't find it. :wink:

That directory is not in your $PATH. Either add it or fully path dssh so it knows where it lives.
by chulett
Tue Jun 05, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TABLEDEINITION
Replies: 2
Views: 665

Exactly, why start this conversation all over again? :?

<locked>
by chulett
Tue Jun 05, 2012 6:35 am
Forum: General
Topic: Firing query on UNIVERSE through UNIX script
Replies: 17
Views: 6413

As noted, if you 'cd' to the Project directory in question, you don't need the LOGTO. Otherwise, just do both commands in the same dssh session with a proper delimiter between them. Semi-colon?
by chulett
Tue Jun 05, 2012 6:33 am
Forum: General
Topic: How to find first occurance of numeric value in a string
Replies: 13
Views: 4858

FYI - the DIGITS transform is a short-cut to that particular OConv function.
by chulett
Mon Jun 04, 2012 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Activity count zero for Stream Operator update or delete
Replies: 7
Views: 4745

So, something specific to Teradata - have you taken that message / code to your Teradata DBA?
by chulett
Mon Jun 04, 2012 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file in windows through external source
Replies: 23
Views: 7738

It is turning it into a relative path from your 'current working directory' which is the Project the job is in. He did suggest you put your slashes the other way, UNIX style rather than DOS, so that it looks more like an absolute path. See if that change helps at all.
by chulett
Mon Jun 04, 2012 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .rhost file location
Replies: 17
Views: 7395

No clue, never played with that ancient verson and because it is so old I doubt there is any level of official support for it. Give whatever you think might help work around the issue a shot and let us know the result. However, I do not believe you can simply 'download' a copy of MKSToolkit, at leas...
by chulett
Mon Jun 04, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to use comma delimited parameters in Oracle Etpr Stag
Replies: 2
Views: 1718

Your single quotes are being stripped, which is an unfortunate but standard DataStage behaviour. In the past we would have told you to "escape the quotes" but now there is an environment variable you can set to turn off that behaviour.