Search found 42189 matches

by chulett
Sun Dec 04, 2005 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling User Defined Oracle Function
Replies: 8
Views: 3093

First off, I'd suggest rethinking the Function approach. What exactly is it doing and is there any reason you can't recreate the logic in the DataStage job itself? Also curious if you have a proper ODBC entry setup for this instance? That's an 'extra' step you'd need to take if you want to use an OD...
by chulett
Sun Dec 04, 2005 9:35 am
Forum: Site/Forum
Topic: Lose The Graphics?
Replies: 6
Views: 3290

Luckily, I connect via broadband from all of my current locations. Still, I agree that it's time to go back to a more 'normal' home page with, as Roy notes, perhaps a link to a sub-page with the 10K and/or LV who-ha on it. :wink:
by chulett
Sun Dec 04, 2005 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 1995

In other words, we've got an answer now but have no idea what the original question was. :D
by chulett
Sat Dec 03, 2005 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameters between jobs
Replies: 7
Views: 3156

Is that what we are discussing? I thought the topic was passing parameters between jobs. :?
by chulett
Sat Dec 03, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating hash file
Replies: 10
Views: 1995

And why do you "need" it? :wink:
by chulett
Sat Dec 03, 2005 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameters between jobs
Replies: 7
Views: 3156

Kumar - you mentioned one such way in your post - via the UserStatus area. :wink:
by chulett
Sat Dec 03, 2005 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Code migration from Windows to Unix
Replies: 3
Views: 747

Me, I'd only use XML exports if the target for them was something other than DataStage. Otherwise, I don't see the point of all that extra work that the import has to do. When you import an XML export, the first thing it has to do under the covers is convert it back to dsx format and then import it....
by chulett
Fri Dec 02, 2005 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to migrate data from unidata to oracle
Replies: 20
Views: 5254

That is ascending order. :wink:

For strings.
by chulett
Fri Dec 02, 2005 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rebuilding DataStage repository indices.
Replies: 6
Views: 2370

More information, please. One job? All jobs? If you are 'releasing' jobs and the job in question is one that has been released, this is the expected behaviour.

Any idea how it got in this state?
by chulett
Fri Dec 02, 2005 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS
Replies: 4
Views: 2239

You seem to be in a similar boat that I am at the moment. :wink:

See if anything in this post helps.
by chulett
Fri Dec 02, 2005 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowSplitter Error
Replies: 2
Views: 954

Yes, they are - that's why it says 'Server' as the Job Type in their post. :wink:

It sounds like your Project does not have the Row Splitter installed. Any history behind all this, like the job was developed on another server and you've moved it to a new server and now this is happening?
by chulett
Thu Dec 01, 2005 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobbmonApp
Replies: 4
Views: 2109

No, that starts the DataStage Server itself. :?

I don't know it off the top of my head, but if you search the forum I'm sure it's bound to turn up.
by chulett
Thu Dec 01, 2005 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using C++ custom applications in DataStage: Tips needed
Replies: 19
Views: 8679

Awhile? Pushing two years gone... really expect an answer? :wink:
by chulett
Thu Dec 01, 2005 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 5482

I had a chance to nail down my DBA for a moment today and he concurs with your assertation, Arnd. Specifically, he suggests I set this: export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 I've made the tweak to our dsenv file but I'll be damned if I can find a quiet moment that I can bounce the Server. Go...