Search found 42189 matches
- Fri Dec 07, 2012 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle sequence for getting the value
- Replies: 11
- Views: 4042
- Fri Dec 07, 2012 7:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error "The configuration does not contain the invoking
- Replies: 4
- Views: 1504
- Fri Dec 07, 2012 7:42 am
- Forum: General
- Topic: Not able to save jobs in same name
- Replies: 3
- Views: 1459
- Thu Dec 06, 2012 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-31011: XML parsing failed
- Replies: 3
- Views: 2946
- Thu Dec 06, 2012 11:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-31011: XML parsing failed
- Replies: 3
- Views: 2946
- Thu Dec 06, 2012 5:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I apply this logic?
- Replies: 11
- Views: 3085
I don't have any documentation in front of me at the moment but it should be pretty straight-forward to work out what you need there. Basically, for every field you are not grouping by you have to tell the Aggregator what aggregation method you want applied. One of the available methods is Max or Ma...
- Thu Dec 06, 2012 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcput() - timeout waiting for mutex
- Replies: 16
- Views: 8694
- Thu Dec 06, 2012 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle sequence for getting the value
- Replies: 11
- Views: 4042
OK, that only changes my answer slightly. After the lookup, branch out two links from a transformer - one for records where the lookup succeeded and another for where it failed. For the former, process as normal (I've been assuming an insert follows). For the latter, process as indicated previously....
- Thu Dec 06, 2012 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Address Shuffle
- Replies: 8
- Views: 3169
- Thu Dec 06, 2012 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TWO DIFFERENT DATA FLOWS IN A SINGLE JOB
- Replies: 13
- Views: 3952
- Thu Dec 06, 2012 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I apply this logic?
- Replies: 11
- Views: 3085
- Thu Dec 06, 2012 2:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle sequence for getting the value
- Replies: 11
- Views: 4042
Rather than select it on every row (which you could do via a lookup) I would just use custom sql. Pass all columns except the sequence field to the target stage, let it generate the DML and then modify it to include the sequence field with a value of SEQ_NAME.NEXTVAL which tells the insert DML to au...
- Thu Dec 06, 2012 11:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data type change for date
- Replies: 12
- Views: 4851
- Thu Dec 06, 2012 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data type change for date
- Replies: 12
- Views: 4851
- Thu Dec 06, 2012 9:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HFC hashed file calculations
- Replies: 5
- Views: 1646
Colin - This post by our friend Ken Bland may help.