Search found 53125 matches

by ray.wurlod
Wed Aug 20, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage :: SQL Sever Insert - Poor Performance
Replies: 1
Views: 831

Why do you claim that 300 rows/sec equals "poor performance"? Indeed, why do you believe that rows/sec is meaningful as a metric of ETL performance? It isn't, for a number of reasons. Look at all the elements of the path from your ETL job to the database including transmission over the network, conc...
by ray.wurlod
Wed Aug 20, 2008 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: glibc detected
Replies: 5
Views: 2602

I don't even bother to attempt to diagnose messages from APT_CombinedOperatorController.

Once you can establish which stage (operator) is throwing the error, then it may be obvious where it lies. Certainly we will be more willing to attempt to resolve it.
by ray.wurlod
Wed Aug 20, 2008 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import error
Replies: 4
Views: 1575

Search for "Character Set" possibly in combination with "DSX". That will reveal to you how "to resolve the issue" and is what you should have done in the first place.
by ray.wurlod
Wed Aug 20, 2008 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving server jobs from Windows server to Unix server
Replies: 4
Views: 1503

Doesn't Search work for you? :roll:

This has been asked, and answered, in the past.
by ray.wurlod
Wed Aug 20, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Detailed about Stored procedure stage
Replies: 3
Views: 1660

Have you read the pertinent chapter in the manual? Once you have done that, please ask more specific questions. We are not here to parrot the manuals.
by ray.wurlod
Wed Aug 20, 2008 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ordering links within a job
Replies: 8
Views: 2286

Enclose it in Code tags and then make use of the fact that code is represented in fixed format font. For example: HashedFile | | V Source -------> Transformer -----> Target | | V SeqFile_Rejects Both reference input link order and output link execution order can be controlled from the Transformer st...
by ray.wurlod
Wed Aug 20, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Waring to be removed
Replies: 2
Views: 2001

Moderator: please move to Parallel forum
by ray.wurlod
Wed Aug 20, 2008 3:59 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Waring to be removed
Replies: 2
Views: 2001

Welcome aboard. I suspect you are not using WebSphere Transformation Extender, which is the new name of DataStage TX, which has moved out of the sphere of "DataStage" products entirely. Therefore you can post your question in the correct forum, or wait till the moderator moves this thread there. Use...
by ray.wurlod
Wed Aug 20, 2008 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join doesn't finish
Replies: 3
Views: 885

You will find, if you examine the score, that DataStage has inserted tsort operators. To avoid these use explicit Sort stages with the Sort Mode property set to "Don't sort (already sorted)".
by ray.wurlod
Wed Aug 20, 2008 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join_Null Error
Replies: 1
Views: 638

Re: Join_Null Error

I need a Quick turn around from u guys.. We don't do "urgent". DSXchange is an all-volunteer forum whose members post as and when they can, if they have something to contribute. If you require speedy response sign up with your support provider for premium services, and learn the true cost of "urgen...
by ray.wurlod
Wed Aug 20, 2008 3:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ordering links within a job
Replies: 8
Views: 2286

Please edit your post to enclose your job design in Code tags, then convert it into "ASCII art" to show us more exactly what connects with what. Use Preview until you get it right. It is not clear at the moment.
by ray.wurlod
Wed Aug 20, 2008 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join doesn't finish
Replies: 3
Views: 885

Are the Join stage inputs properly hash partitioned and sorted?
by ray.wurlod
Wed Aug 20, 2008 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: behaviour of NULLTOZERO against primarykey field
Replies: 4
Views: 2533

The Transform is entirely agnostic about whether or not the value on which it is operating is a primary key or not. If the argument is null, then 0 is output. If the argument is not null, then the argument is output. End of story.
by ray.wurlod
Wed Aug 20, 2008 2:21 am
Forum: General
Topic: Different Return Code with a without index
Replies: 1
Views: 1397

Remove the index that you created with CREATE.INDEX.

Code: Select all

DELETE.INDEX StatusHash TaskNum 


Because you created the table with DataStage/SQL, you must also create the index with DataStage/SQL.

Code: Select all

CREATE INDEX TaskNumIdx ON StatusHash(TaskNum) ;
by ray.wurlod
Wed Aug 20, 2008 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not getting the records in job logs
Replies: 3
Views: 1108

Check that you have the correct job selected when choosing Log view.