Search found 4605 matches
- Mon Jun 27, 2005 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_log file
- Replies: 10
- Views: 4212
The table is RT_LOGnnn. Where in nnn is the job number. There is no DS_LOG file. Do a search there tons of posts on this topic. The way to dscribe a table in the repository is LIST DICT tablename or LIST.DICT tablename like LIST DICT RT_LOG25 There is also RT_STATUSnnn which keeps the instance ids a...
- Mon Jun 27, 2005 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoints and Restartability
- Replies: 6
- Views: 1150
- Mon Jun 27, 2005 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoints and Restartability
- Replies: 6
- Views: 1150
- Mon Jun 27, 2005 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: new features in datastage7.x
- Replies: 3
- Views: 1121
- Mon Jun 27, 2005 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VB code for calling SP
- Replies: 5
- Views: 951
- Mon Jun 27, 2005 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoints and Restartability
- Replies: 6
- Views: 1150
- Sun Jun 26, 2005 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job appears not to have started after 60 secs
- Replies: 15
- Views: 7678
It think Roy's solution makes sense. Also changing 3 seconds to 5 or 10 makes sense. I cannot image that these all have to run in the fewest seconds as possible. If so then change your design. If you are processing log files and need to do it as fast as possible then you need rotate the log file and...
- Sun Jun 26, 2005 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -jobinfo
- Replies: 2
- Views: 725
- Sun Jun 26, 2005 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error "Failed to open RT_CONFIG*** " in the direct
- Replies: 5
- Views: 2934
You usually do not get the files corrupted because of anything but a full filesystem. "Failed to open RT_CONFIG***" "Failed to open RT_STATUS***" This sometimes can fix itself because some temp file gets removed. What usaully happens is the VOC entry gets created but the UNIX or DOS file does not. I...
- Sat Jun 25, 2005 1:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job appears not to have started after 60 secs
- Replies: 15
- Views: 7678
- Sat Jun 25, 2005 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation & Migration
- Replies: 13
- Views: 9772
- Sat Jun 25, 2005 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing SP wth routine
- Replies: 6
- Views: 1069
- Fri Jun 24, 2005 5:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation & Migration
- Replies: 13
- Views: 9772
Most of the files I backed up in this shell script are overwritten. So I copy them to the home directory of dsadm. It is easy to restore them back. Always when changing dsenv or one of these files then back it up in the directory with date stamp on the end. cp dsenv dsenv.20050624 The parameters are...
- Fri Jun 24, 2005 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation & Migration
- Replies: 13
- Views: 9772
Here is a shell script to backup the critical UNIX files. I know this poster is on Windows but should still help. #!/bin/ksh # run as dsadm # this runs on Sun Solaris # may not work on other UNIX ## # may need to delete sudo lines ## set -x cd mkdir $HOME/SavedFiles cp .profile SavedFiles DSHOME=`ca...
- Fri Jun 24, 2005 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation & Migration
- Replies: 13
- Views: 9772
1. a. Backup at OS level b. Export all jobs in all projects. c. Backup all critical DataStage files i. dsenv ii. uvconfig iii. uvodbc iv. odbc.ini 2. Do a root install Don't do a dsadm install. 3. If you have PX or other IBM products then back them up too. PX requires a database so have the Oracle c...