Welcome aboard.
Server or parallel job? You have posted in the server job forum but have marked the job type as parallel. The techniques are different in each.
The short answer in each case, though, is to add the common key within the DataStage job design.
Search found 53125 matches
- Sat Jan 09, 2010 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Someone help
- Replies: 2
- Views: 1298
- Sat Jan 09, 2010 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to compile server job
- Replies: 8
- Views: 4636
- Sat Jan 09, 2010 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Join logic
- Replies: 5
- Views: 2554
- Sat Jan 09, 2010 5:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with encrypted environment variables being passed
- Replies: 1
- Views: 1109
- Sat Jan 09, 2010 5:05 am
- Forum: General
- Topic: Warning: Import warning at record 0.
- Replies: 2
- Views: 2459
- Fri Jan 08, 2010 10:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recover the deleted job
- Replies: 7
- Views: 2058
A heavier emphasis is probably indicated on the fact that this solution is for versions earlier than 8.0 only. It's rather more difficult once you have version 8.0 and the unified metadata repository - so greater care should be taken in backing up - in taking regular exports of projects in which cha...
- Fri Jan 08, 2010 10:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recover the deleted job
- Replies: 7
- Views: 2058
It's a matter of priorities. If you restore from backup as indicated, you get back the system as at the time of backup (assuming that the backup is a good one) and lose anything created/amended since that time. Of course, were you to export the newer objects/changed objects before attempting the abo...
- Fri Jan 08, 2010 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsenv path on windows
- Replies: 3
- Views: 2452
- Fri Jan 08, 2010 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fresh Installation or Upgrade ?
- Replies: 7
- Views: 1696
- Fri Jan 08, 2010 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recover the deleted job
- Replies: 7
- Views: 2058
If nothing else has changed in the interim, make sure no-one is using the project and no jobs are running, then rename the following objects then restore the originals from backup: DS_JOBS DS_JOBOBJECTS I_DS_JOBS I_DS_JOBOBJECTS If that is successful (in terms of recovering the deleted category), de...
- Fri Jan 08, 2010 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: installing visual studio c++
- Replies: 6
- Views: 1732
- Fri Jan 08, 2010 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting DB2 environment variables
- Replies: 16
- Views: 4985
- Fri Jan 08, 2010 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we list out all the jobs present in a DataStage Proj
- Replies: 12
- Views: 3108
Code: Select all
DSHOME=`cat /.dshome` ; export DSHOME- Fri Jan 08, 2010 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating variable number of rows
- Replies: 6
- Views: 3085
- Fri Jan 08, 2010 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Same Table as Source and Target
- Replies: 8
- Views: 3501
Such blocking operations are not permitted in parallel jobs. Grimm's solution would require two jobs. You can use the same table as source and target but you need to make sure that self-deadlocking does not occur, typically by using a transaction size of 1 and an array size of 1 and partitioning on ...