Search found 53125 matches
- Mon Jul 23, 2007 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open file error
- Replies: 7
- Views: 2861
- Mon Jul 23, 2007 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job Priority?
- Replies: 10
- Views: 3896
- Mon Jul 23, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Kill Controlling job
- Replies: 7
- Views: 2443
- Mon Jul 23, 2007 1:47 pm
- Forum: General
- Topic: SSIS to Datastage migration
- Replies: 3
- Views: 4157
- Mon Jul 23, 2007 1:43 pm
- Forum: General
- Topic: Stored Procedure reporting parameter problems !
- Replies: 2
- Views: 1202
This message is indicating that the named key has not been found in the resource table. In version 7 this is a hashed file called DS_RESENU, DS_REDJPN, etc. I do not know what it is called in version 8 - you will need to ask your support provider to solve this one - IBM may have shipped the resource...
- Mon Jul 23, 2007 1:40 pm
- Forum: IBM QualityStage
- Topic: Quality Stage Project - sort issues with street name
- Replies: 6
- Views: 2813
- Mon Jul 23, 2007 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Condition in Lookup stage
- Replies: 4
- Views: 2054
- Mon Jul 23, 2007 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoint mechanism?
- Replies: 4
- Views: 1740
As well as keeping track of how far you got, you also need to decide your restart strategy. If you want to restart from the beginning then you need to be able to identify the rows committed to the database on the previous run. If you want to be able to re-start from a "known clean point" then you ha...
- Mon Jul 23, 2007 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INSERTing maximum value
- Replies: 17
- Views: 4634
- Mon Jul 23, 2007 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to do full outer join
- Replies: 10
- Views: 3360
- Sun Jul 22, 2007 11:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to do full outer join
- Replies: 10
- Views: 3360
- Sun Jul 22, 2007 11:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Please suggest
- Replies: 6
- Views: 1647
- Sun Jul 22, 2007 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INSERTing maximum value
- Replies: 17
- Views: 4634
TargetA | V Source -----> ColGen ----> Lookup ----> Transformer ----> TargetB The Column Generator stage generates a column containing 'X' in every row. The query on TargetA has the form SELECT 'X', MAX(keycol) + 1 FROM targettable and is Entire partitioned. In the Transformer stage keycol is deriv...
- Sun Jul 22, 2007 11:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with partitioning
- Replies: 6
- Views: 1832
Are you using an Oracle Enterprise stage? If so, are you using direct write or Upsert? If Upsert, what upsert mode have you specified? Are there any (many) warnings in the job log? Stored Procedure stage often runs in sequential mode, which means that you're more interested in a collection algorithm...
- Sun Jul 22, 2007 11:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject multiple rows from lookup
- Replies: 1
- Views: 1016
You could consider tuning the database query, perhaps with an EXISTS clause. Your DataStage job needs two Transformer stages. One to perform this complex lookup via ODBC, and to determine whether zero, one or more than one row was returned (three separate outputs). Downstream on these outputs you ca...