Search found 6797 matches
- Thu Dec 14, 2006 2:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding transformer stage
- Replies: 7
- Views: 1596
Your explanation does not make sense. You said i have connected DSLINK4 to DRS STAGE AND DSLINK6 TO SEQUENTIAL FILE SO that means DSLINK6 is the reject link. But you say DSLINK4 DSLINK6.REJECTED 0 DSLINK6 DSLINK3.CITY='Berlin' checked 0 The link that is going to the DRS stage is used in the reject l...
- Thu Dec 14, 2006 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
Dont even think about killing the process using the dreaded 'kill' command. There can be open connections to a database, runaway processes that would leach over the resouces, not to mention, you getting a call from system admin. Try my method, set the warning level to 1, and if your timer times out,...
- Thu Dec 14, 2006 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding transformer stage
- Replies: 7
- Views: 1596
You never mentioned what error message are you getting.
Change DSLink6 constraint to.
You will also have to specify transaction size of 1 for this functionality to work properly. And there is a performance price to pay.
Uncheck the Reject box.
Change DSLink6 constraint to.
Code: Select all
dslink6- dslink4.REJECTED
You will also have to specify transaction size of 1 for this functionality to work properly. And there is a performance price to pay.
Uncheck the Reject box.
- Thu Dec 14, 2006 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting ExecuteCommand CommandOutput value in a sequencer
- Replies: 14
- Views: 4738
- Thu Dec 14, 2006 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
That is correct, no abort feature from command line. If your using a single Master control job then instead of Execute Command Activity, you can use a Routine Activity and call UtilityAbortToLog(). That will force abort the job. Or if your warning level is set to 1, then you can do something like ds...
- Thu Dec 14, 2006 1:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim on variable having space as value
- Replies: 4
- Views: 1020
- Thu Dec 14, 2006 1:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim on variable having space as value
- Replies: 4
- Views: 1020
- Thu Dec 14, 2006 10:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage insert- triggers
- Replies: 3
- Views: 911
As you said, the trigger fires for insert/update/delete, so for every row going into the table, the trigger will fire. Thats what it does. If you need to do it only for the first row, you need to program it inside the trigger. Make it a statement level trigger. Check out . here. or here . Google for...
- Thu Dec 14, 2006 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access metadata using Universe stage
- Replies: 5
- Views: 1531
- Thu Dec 14, 2006 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Save doublon
- Replies: 22
- Views: 5972
You definately can.
SORT input.txt will sort on the first column
SORT /+2 input.txt will sort on second column. And so on. Refer herefor more details.
SORT input.txt will sort on the first column
SORT /+2 input.txt will sort on second column. And so on. Refer herefor more details.
- Thu Dec 14, 2006 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get rid of warning trigger
- Replies: 10
- Views: 3074
- Thu Dec 14, 2006 9:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Save doublon
- Replies: 22
- Views: 5972
If you use agregator, you have also 6 stages : SeqFile - Sort Stage - Agregator - HFile - Transformer - File1 + File2(Doublon) Its best to use a sort stage before aggregator. Else the performance is going to suffer, it might even run out of temp space if the data volume is huge. That brings it up t...
- Thu Dec 14, 2006 8:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Save doublon
- Replies: 22
- Views: 5972
In both the methods you need data to be sorted on the key. But in method advised by me and akarmarker, everything is done in just the transformer, where as in your solution advised, you need to aggregate it, use hashed file and then the transformer. Two extra stages. See the difference. For small am...
- Thu Dec 14, 2006 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation error of Transformer stage
- Replies: 11
- Views: 6567
- Thu Dec 14, 2006 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking the Excel(.xls) file from unix server in datastage
- Replies: 3
- Views: 1688