Search found 42189 matches

by chulett
Tue Jul 29, 2008 8:10 am
Forum: General
Topic: Loading hebrew data into an oracle DB UTF8 defined
Replies: 1
Views: 1176

Eran - if you have information to add to this, please do so in this thread, not via private email. That way anyone can help you.
by chulett
Tue Jul 29, 2008 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Suurogate key Generation
Replies: 9
Views: 1721

No worries, we all accidentally wander into strange territories on occasion. :wink:
by chulett
Tue Jul 29, 2008 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connectivity
Replies: 14
Views: 9014

That's interesting... and unfortunate. No such problem in earlier versions that I've ever heard. :?
by chulett
Tue Jul 29, 2008 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server 2005 Bulk Copy question
Replies: 4
Views: 1770

VCInDSX wrote:Correct me if i am wrong, my understanding is that the "SQL Server Enterprise" is not available on Linux/Unix Server installations.

Your understanding is correct, Windows servers only.
by chulett
Tue Jul 29, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command Line - Paramenters
Replies: 7
Views: 3035

The Command Line Interface is fully documented in either the Parallel Job Advanced Developer's Guide or the Server Job Developer's Guide. Or search the forums for 'dsjob'.
by chulett
Tue Jul 29, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Information Server - call job variable in another job
Replies: 8
Views: 2055

Cool... please mark the topic as Resolved then.
by chulett
Tue Jul 29, 2008 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format of SQL command in DSExecute
Replies: 5
Views: 4265

Welcome! Unfortunately, that routine is incomplete. All you are trapping are problems connecting to sqlplus, you'll have no clue if the sql itself didn't run problem free inside the sqlplus session unless you redirect the output and grep it for problems.
by chulett
Tue Jul 29, 2008 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job from back end process
Replies: 8
Views: 2537

Have you checked via the Director's 'Cleanup Resources'? Set it to show all processes and look for either your job name or number, then log it out.
by chulett
Tue Jul 29, 2008 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: return error code with deffun fucntion ?
Replies: 8
Views: 2496

Add COUNT.SUP to the end of your TCL query.
by chulett
Tue Jul 29, 2008 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Suurogate key Generation
Replies: 9
Views: 1721

Yoga - that's the way the routine works, each call to it gets you a unique number. You'll need to hash the incoming records so you know to call it only when you need a new key but use an 'old' one for the duplicates.
by chulett
Tue Jul 29, 2008 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Suurogate key Generation
Replies: 9
Views: 1721

There's no "Remove Duplicates" stage in Server, never mind the fact that they want duplicates. :wink:
by chulett
Tue Jul 29, 2008 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table getting locked when trying to update a table
Replies: 12
Views: 3884

Post your job design. I don't hear anything (yet) that would lead me to think you would have locking problems.
by chulett
Mon Jul 28, 2008 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 2954

Your C compiler, is this case MicroSoft Visual C. ++, I assume.
by chulett
Mon Jul 28, 2008 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Poor performance on Sunfire T2000
Replies: 2
Views: 1199

I'd worry more about the performance of your disk subsystem with regards to those metrics rather than raw CPU and RAM.
by chulett
Mon Jul 28, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connectivity
Replies: 14
Views: 9014

I have the oracle 9i client driver installed. But I am accessing a 8i database. I for one wouldn't assume any level of ok-ness here. There's no guarantee from Oracle with regards to backwards compatibility of the client. What will work is to use the client from the lowest version of the database yo...