Search found 53125 matches
- 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...
- 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
- 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.
- 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
- 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
- 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...
- Wed Aug 20, 2008 4:00 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Waring to be removed
- Replies: 2
- Views: 2001
- 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...
- 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
- 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...
- 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
- 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
- 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
- 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.
Because you created the table with DataStage/SQL, you must also create the index with DataStage/SQL.
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) ;- 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