Search found 42189 matches

by chulett
Mon Jun 30, 2008 6:52 pm
Forum: General
Topic: Installation Problem for DataStage7.5
Replies: 4
Views: 1227

Not supported. It will work on XP Pro but not Home.
by chulett
Mon Jun 30, 2008 6:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 16
Views: 6066

So this patch is specific to 8.x yes?
by chulett
Mon Jun 30, 2008 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commiting rows in Oracle after insert
Replies: 5
Views: 1401

Just as a sqlldr FYI - that is true enough for a direct path load, however a conventional (DIRECT=FALSE) load does commits and the commit interval is user configurable.
by chulett
Mon Jun 30, 2008 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up the job log
Replies: 5
Views: 4504

Yes, as noted, clearing will resolve the corruption. The log file has nothing to do with compilation, but rather it is created when the job is created and populated at runtime. And if you 'clear' it all data in it would be gone, of course. Not sure if that answers your question or not, however. ps. ...
by chulett
Mon Jun 30, 2008 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Installation Q
Replies: 1
Views: 900

Not legally, no. No clue if/how v8 enforces that any more. :?

And yes, it will use the 'whole capabilities'.
by chulett
Mon Jun 30, 2008 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting: 9389 Bus error
Replies: 11
Views: 3212

Commenting it out of the dsenv won't affect any other applications, just DataStage. You'd need to talk to an SA about what exactly it does other than cause core dumps.
by chulett
Mon Jun 30, 2008 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy log to a txt file ERROR
Replies: 16
Views: 6813

Good to know.

Was wondering about something like that, but the docs didn't give much of hint that you could do that. Or maybe I just need a +1 to my reading comprehension skill. :wink:
by chulett
Mon Jun 30, 2008 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting: 9389 Bus error
Replies: 11
Views: 3212

If you have $LD_PRELOAD set, try unsetting it.
by chulett
Mon Jun 30, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle BULK LOADER: URGENT HELP REQUIRED
Replies: 8
Views: 1809

Sure sounds that way... off to sqlldr land you go! :wink:
by chulett
Mon Jun 30, 2008 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Issue
Replies: 4
Views: 1300

Or just click on 'Usage Analysis'. :wink:
by chulett
Mon Jun 30, 2008 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best Practices for using ODBC stage
Replies: 5
Views: 1770

Too many variables specific to your database and hardware to make recommendations like that.
by chulett
Mon Jun 30, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle BULK LOADER: URGENT HELP REQUIRED
Replies: 8
Views: 1809

Goodness, 5.2... who remembers. Does this version of the stage have an 'automatic' versus 'manual' mode? If so, automatic actually loads the data and manual only creates the .dat and .ctl files, you need to load them via sqlldr yourself afterwards. Based on what you posted from the readme, it sounds...
by chulett
Mon Jun 30, 2008 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run-time error 457
Replies: 7
Views: 2711

No, not really. Is this only a problem for you or does this happen to everyone?
by chulett
Mon Jun 30, 2008 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS problem to Oracle DB
Replies: 4
Views: 2324

:? So... you have a single Oracle script all jobs should use or different ones for different situations? Still suggest you search for previous NLS_LANG conversations, see if any help.
by chulett
Mon Jun 30, 2008 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion
Replies: 2
Views: 1071

What have you tried? Short answer is convert both to internal format and subtract. And as to your 'target column is a number'... of what? Difference in days? If so, then you should be fine if you do as noted.