Search found 42189 matches

by chulett
Thu Apr 19, 2007 10:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to convert a 38 digit string to decimal
Replies: 10
Views: 2545

Fine... however, you still have the issue of trying to fit a 39 digit number into 38 digits, hence the "is out of range for the decimal with precision 38" error. Have you corrected that yet?
by chulett
Thu Apr 19, 2007 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add VOC Entry for ';'
Replies: 10
Views: 3028

Sorry, no idea what's going on. I work pretty much above ground. You're going to have to wait for one of the Grognards to come along.
by chulett
Thu Apr 19, 2007 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add VOC Entry for ';'
Replies: 10
Views: 3028

Wow... didn't even know there was a VOC entry for that. All I can tell you is this:

Code: Select all

NAME:   ;
TYPE:   K
DESC:   Keyword - SQL statement terminator

If that helps at all...
by chulett
Thu Apr 19, 2007 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1395

Interesting... haven't had a need to use it at all yet, so wasn't aware it could pull that little trick on a person. Good to know. :wink:
by chulett
Thu Apr 19, 2007 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

I understand your issue. Never having had the pleasure of working on a Windows-based DataStage server, I've stated I don't know the gory details on how it all works. My understanding from hanging out here is that registry entries and environment variables control all there. Which home does your ORAC...
by chulett
Thu Apr 19, 2007 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1395

I don't know of any mechanism - outside of something deliberate - that would quote strings like that. Usually it takes a miss-configured stage, like a Sequential stage, to do so. Meaning, data is written out with 'normal' quots around the character fields and then the file is read back in either wit...
by chulett
Thu Apr 19, 2007 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

No, not just Designer - I mean actually shutdown and restart DataStage itself. If you were on a UNIX server, I could walk you through it, but Windows? The service? Services? [shrug]

Worst case, yes - ensure no-one else is connected and then reboot the whole dang box.
by chulett
Thu Apr 19, 2007 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

Not familiar with Windows Servers, but did you stop and restart DataStage after switching Oracle homes?
by chulett
Thu Apr 19, 2007 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file lookup fails - double quotes
Replies: 7
Views: 1395

I'm curious how you 'compared the data between the source sequential file and hash file'. Are you saying that you actually see double-qoutes in the data fields when you click View Data in the hashed file stage? Or did you do something else to compare the two?
by chulett
Thu Apr 19, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfmer without an input link?
Replies: 8
Views: 2184

Not generating any rows may be exactly what you want. I typically do that for either zero rows with an @FALSE constraint or for one row with @OUTROWNUM=1 constraint. The former might be used to clear a hashed file or truncate a table, for instance - the latter to trigger something 'special' in an OC...
by chulett
Thu Apr 19, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User generated SQL in ODBC Enterprise
Replies: 3
Views: 1299

I doubt you need to switch to user-defined sql just to 'reference multiple tables'. :?
by chulett
Thu Apr 19, 2007 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows vs UNIX
Replies: 14
Views: 5528

Too Much Information.


:lol:
by chulett
Thu Apr 19, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to convert a 38 digit string to decimal
Replies: 10
Views: 2545

If I remove the to_char() in the query and read it as decimal in the source stage, the job aborts with the error: Fatal Error: APT_Decimal::assignFromString: the source string (265801360696340669727895557154445859481 265801360696340669727895557154445859481 265801360696340669727895557154445859481 26...
by chulett
Thu Apr 19, 2007 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access 7.1 server job from 7.5.1.A client
Replies: 7
Views: 1483

Yah, and I don't mean the bread. :wink:
by chulett
Thu Apr 19, 2007 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle client on datastage server
Replies: 2
Views: 1183

We've found you need to take a 'least common denominator' path and that you should be using an 8i client if your lowest db version that you need to access is 8i.