You need to design 'checkpoints' or restartability into your jobs, there's no magic switch.
Search found 42189 matches
- Wed Apr 04, 2007 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 7.5 has new capability to run sequencer from the Middle
- Replies: 4
- Views: 1680
- Wed Apr 04, 2007 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Char fields not being padded
- Replies: 5
- Views: 987
- Wed Apr 04, 2007 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to split a single row of record in to two row of output
- Replies: 18
- Views: 5801
- Wed Apr 04, 2007 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Install
- Replies: 5
- Views: 1793
Welcome Aboard. Unfortunately, not something I've ever tried or worried about. Until real help comes along, I'm curious... why jump through hoops for a 'silent' install? Typically this would be something needed when multiple installs across servers would be needed, yes? I'm also curious where you fo...
- Wed Apr 04, 2007 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to open RT_CONFIGXXXXX, RT_LOGXXXXetc.............
- Replies: 7
- Views: 2566
- Wed Apr 04, 2007 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using multiple Hash file in one job
- Replies: 5
- Views: 1241
3) 2GB, actually. Unless the hashed file was created with the -64BIT option in which case it is, for all practical purposes, limited only by your available disk space. I'm not exactly following your other questions. If you asked if several links in a job can write to the same hashed file, the answer...
- Wed Apr 04, 2007 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem while passing parameter from one job to another
- Replies: 5
- Views: 1692
You don't need to pull the value like that. Not for this situation.
Just use it:
Just use it:
Code: Select all
UtilityRunJob('testJob', 'Par1=' : DSLink4.o_p_uid :'|' : 'DataSource=' : #DataSource#)) - Wed Apr 04, 2007 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Hash File in job sequence with multiple instances
- Replies: 5
- Views: 1301
- Wed Apr 04, 2007 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Char fields not being padded
- Replies: 5
- Views: 987
- Wed Apr 04, 2007 6:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transaction grouping
- Replies: 12
- Views: 3725
If you want to rollback all work when an error occurs, you cannot use Transaction Grouping. Use it when you have multiple related links and you need each 'group' of links to either all be individually committed or rolled back. The Transaction Size is forced to 1 when this option is enabled, which sh...
- Tue Apr 03, 2007 9:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to split a single row of record in to two row of output
- Replies: 18
- Views: 5801
You got lucky. Sequential files are by their nature multiple read but single write operations. This is not a 'DataStage thing'. More than likely you won't get any kind of error but the output would be... unpredictable... at best. Junk at worst case. Use a larger data set. Run the job more than once...
- Tue Apr 03, 2007 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 lookup refresh
- Replies: 7
- Views: 1738
- Tue Apr 03, 2007 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Hash File in job sequence with multiple instances
- Replies: 5
- Views: 1301
'Multiple instances' of hashed files will not be generated simply by making a job multi-instance - unless you ensure that by assigning unique names to them. One way you can do this by incorporating the Invocation ID into the hashed file name. Otherwise, the jobs will all create / delete / write to t...
- Tue Apr 03, 2007 9:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Windows vs Unix for DS Server
- Replies: 5
- Views: 1106
- Tue Apr 03, 2007 9:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Component DSSE_ServerEngine problem
- Replies: 9
- Views: 3240
XP is not a supported Server platform??? thats not true.. DataStage can be installed on XP and there is no problem with the OS. May be I am missing something which I dont understand. Right. So you really don't have a problem? Open up the Install and Upgrade Guide to Page 2-4. If we've got the same ...