Search found 42189 matches

by chulett
Wed Aug 19, 2009 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTF-8 don't display €
Replies: 12
Views: 6748

I don't think 'plain' UTF-8 supports the Euro symbol. However Unicode UTF-8 does, I believe, and there seems to be a 'Greek UTF-8' as well:

http://docs.hp.com/en/5187-0701/ch09s08.html

A google of "utf-8 euro symbol" turned up alot of chatter on the subject.
by chulett
Wed Aug 19, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using $DSHOME/bin/dssh
Replies: 5
Views: 2559

"then prompt got changed in one box and throwing the above error in other box"

Sorry, but I have no idea what that means. :?
by chulett
Wed Aug 19, 2009 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using $DSHOME/bin/dssh
Replies: 5
Views: 2559

Sounds like you need to "source" dsenv first to make sure your environment is setup correctly:

Code: Select all

cd $DSHOME
. ./dsenv
by chulett
Wed Aug 19, 2009 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: first() implemation in datastage
Replies: 5
Views: 3040

Group change detection using stage variables in a transformer, constrain to only the first element in each group.

[first answer was more min() than first() unfortunately]
by chulett
Wed Aug 19, 2009 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

Magic post unhider. :wink:

You have an Oracle problem, not a aggregator problem.
by chulett
Wed Aug 19, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "NOT IN VOC" Error
Replies: 10
Views: 4227

We are still unclear as to the where and what. Is this coming from a script, custom routine, TCL command, something else entirely?? Can you post it, whatever it is?
by chulett
Wed Aug 19, 2009 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator error code |-100|
Replies: 14
Views: 5180

[sigh] That cannot be the only error or warning your job logged. Also, when you Reset it is there a 'From previous run...' log entry added? If so, post it as well.
by chulett
Wed Aug 19, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage always returm 0
Replies: 12
Views: 4445

Then it seems to me you have a couple of choices. You can post the code so that someone who knows SQL Server (I don't) can perhaps spot an issue with the code or changes that may need to be made to support its use in DataStage. That or involve your official support provider. Or I guess wait and see ...
by chulett
Wed Aug 19, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update flat file
Replies: 7
Views: 2129

Exactly - they will need to write the changes out a new (updated) version of the flat file and then perhaps rename the new name back to the old name.
by chulett
Wed Aug 19, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage always returm 0
Replies: 12
Views: 4445

Zero isn't an error. What happens if you try it with just "-6" rather than a list like that?
by chulett
Wed Aug 19, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage always returm 0
Replies: 12
Views: 4445

(redacted double post)
by chulett
Wed Aug 19, 2009 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage always returm 0
Replies: 12
Views: 4445

Have you tried to use the (don't recall exactly) the "error handling" tab in the stage to let it know that should be a fatal error? :?
by chulett
Wed Aug 19, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading file with special characters in its name
Replies: 4
Views: 1254

Sorry, but the proper thing to do is start a new post as this is completely unrelated to your original post, "special characters" or not.
by chulett
Wed Aug 19, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic reset of Parallel Job
Replies: 14
Views: 5594

"Since the abort is frequent" I too would suggest that simply automating the restart is not the answer but rather you need to rethink the Sequence job to run fewer jobs at the same time so it doesn't abort.
by chulett
Wed Aug 19, 2009 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure stage always returm 0
Replies: 12
Views: 4445

Define 'fails'. What does the proc do when there is a problem, does it raise an error or just log some error text?