Search found 53125 matches
- Fri Jun 08, 2007 1:19 am
- Forum: General
- Topic: how to rename the category
- Replies: 4
- Views: 1535
CATEGORY is an indexed column in each of the Repository tables in which design-time metadata are stored. That is, because they are in a series of database tables, they are not accessible from UNIX. As you note, it would not be safe to issue an UPDATE statement against the table, because this would n...
- Fri Jun 08, 2007 1:16 am
- Forum: IBM QualityStage
- Topic: french Charac in data
- Replies: 1
- Views: 1192
- Thu Jun 07, 2007 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Error codes from UNIX box
- Replies: 3
- Views: 1138
- Thu Jun 07, 2007 2:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Current Month Less 24 months
- Replies: 6
- Views: 1801
- Thu Jun 07, 2007 2:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read log files and write custom messages in Exception file.
- Replies: 4
- Views: 1316
That, my friend, is called consulting, and is how some of us make our living. If you would like to post what you have attempted, and why you believe it does not fulfil expectations (with error messages if any exist), then we would certainly comment upon that. Make sure your code is nicely formatted ...
- Thu Jun 07, 2007 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with Date
- Replies: 6
- Views: 1253
- Thu Jun 07, 2007 2:32 am
- Forum: General
- Topic: how to rename the category
- Replies: 4
- Views: 1535
- Thu Jun 07, 2007 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage Update
- Replies: 3
- Views: 1403
Put an EXISTS test in the extraction.
Or include a sequentially-executed Transformer stage constrained so that its output link passes only one row. For example:
Code: Select all
SELECT 1 FROM sourcetable WHERE EXISTS ( condition );Or include a sequentially-executed Transformer stage constrained so that its output link passes only one row. For example:
Code: Select all
@INROWNUM = 1- Thu Jun 07, 2007 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Error codes from UNIX box
- Replies: 3
- Views: 1138
- Thu Jun 07, 2007 12:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C code execution on AIX
- Replies: 4
- Views: 1243
- Thu Jun 07, 2007 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: why to use copy stage .....
- Replies: 7
- Views: 2541
- Thu Jun 07, 2007 12:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage Update
- Replies: 3
- Views: 1403
Be more specific about the UPDATE statement. It is in the very nature of DataStage to send a row to be updated for every row that arrives in the stage. The only way to update only one row is to cause only one row to arrive in the stage. To update only one row for each row received into the stage the...
- Thu Jun 07, 2007 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture projects metrics
- Replies: 2
- Views: 750
- Wed Jun 06, 2007 11:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To speed up the aggregator
- Replies: 15
- Views: 5784
At the menu prompt enter each number followed by a question mark; for example 2? - this will give you more information. Which ones to change depends on where your performance problem is. Increasing the reporting interval (so that the stage updates its status less frequently) will always help. Sorted...
- Wed Jun 06, 2007 10:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: writing batch control for ftp files in unix
- Replies: 3
- Views: 1254