Search found 42189 matches

by chulett
Thu Apr 29, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 2
Views: 1527

So... did this job compile properly? Do you have other jobs running successfully with a Transformer stage and only have an issue with this one? If just this one, have you tried a Forced Compile?
by chulett
Thu Apr 29, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compressed character fields
Replies: 12
Views: 4178

"compressed character fields"? :? OK, so they're not COMP-3 but what exactly are they? Never heard of them and the only occurrance of that particular string that Google returns an exact match on is your post here. Can you get a more "official" name / description for what is in th...
by chulett
Thu Apr 29, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting column as null from oracle
Replies: 9
Views: 6583

How exactly did you define those two fields in the job? We got the "varchar, nullable" part but it looks like you may not have specified a size for them.
by chulett
Thu Apr 29, 2010 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server configuration
Replies: 6
Views: 1693

To quote a line from a movie: "You have chosen... poorly". Seriously, rethink what hardware you will need for your stated goal of supporting 30 users on the 8.1 release of this product - an XP system (an unsupported O/S for this tool, btw) with 2GB of memory is well below what your minimum...
by chulett
Thu Apr 29, 2010 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UTF-8 Format
Replies: 5
Views: 1861

No, you found "a" bogus warning issue, don't assume that means any invalid characters message must therefor be bogus. I would wager they meant that specific message, with those characters and integer metadata in play.

We'll be here when you come back. :wink:
by chulett
Thu Apr 29, 2010 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to send Email
Replies: 4
Views: 4701

Make sure you've actually specified that property in the Email Notification stage and that you are using the same value as the other stages that do work for you.
by chulett
Thu Apr 29, 2010 5:30 am
Forum: General
Topic: Job not showing in Designer !!!!
Replies: 11
Views: 5027

All those things you've been trying are (on their own) only valid for versions before the 8.x release. Things are changed now. Involve your official support provider.
by chulett
Thu Apr 29, 2010 5:26 am
Forum: General
Topic: Automated Package Installer
Replies: 9
Views: 2583

Since that's an O/S limit rather than a DataStage one, the answer would be yes. And it's not a generic UNIX O/S issue, just a couple of specific ones from what I've heard here - AIX in particular.
by chulett
Thu Apr 29, 2010 5:23 am
Forum: General
Topic: text editor
Replies: 7
Views: 2497

There are all kinds of "text editors" out there, as noted on the UNIX side things like "vi", "vim", "emacs", etc. I personally use UltraEdit on the client side.
by chulett
Wed Apr 28, 2010 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel Stage
Replies: 3
Views: 1795

Probably not the Funnel. Have you dumped the score for this? The Remove Duplicates stage requires sorted data from what I recall, so there may be a tsort operator in there it added that is holding up the show.
by chulett
Wed Apr 28, 2010 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert integer data to float
Replies: 1
Views: 1131

Not sure where the "float" part comes in as that's just decimal but how about dividing it by 100? And perhaps the DecimalToDecimal() function may come into the picture as well.
by chulett
Wed Apr 28, 2010 5:21 pm
Forum: General
Topic: DS 7.5 ODBC Stage
Replies: 7
Views: 2681

Ah... perhaps so, Mr Holmes, perhaps so.
by chulett
Wed Apr 28, 2010 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer job status when command activity fails
Replies: 10
Views: 7661

As does -wait, it's just that the status returned is more... traditional. Agreed, however, that without either it's all about if it was able to start the job or not.
by chulett
Wed Apr 28, 2010 5:12 pm
Forum: General
Topic: DS 7.5 ODBC Stage
Replies: 7
Views: 2681

Hmmm... inserting records fails :? and the error message starts with "DELETE failed because". Odd.