Search found 4605 matches

by kduke
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...
by kduke
Mon Jun 27, 2005 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1150

It should work then.
by kduke
Mon Jun 27, 2005 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1150

You need to upgrade to get this to work properly. Ds7.0 has issues. Ds7.1 was the first version where it worked correctly.
by kduke
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

Most of these are only on the latest version and not all Ds7.x. So Ds7.5.1 I think is the latest.
by kduke
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

Why not use a shell script or a batch file?
by kduke
Mon Jun 27, 2005 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoints and Restartability
Replies: 6
Views: 1150

If you restart a sequence more than once then it gets confused and does not remember if it has run a step successfully or not. Otherwise it works as advertised.

What version of DataStage are you on? There are bugs in this in anything before Ds7.1.
by kduke
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...
by kduke
Sun Jun 26, 2005 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -jobinfo
Replies: 2
Views: 725

Try running this command on a job that is running. Post the new results and ask us again what you do not understand because some of these should become clear as to their meaning.
by kduke
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...
by kduke
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

How many jobs are you are starting at the same time?
by kduke
Sat Jun 25, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgradation & Migration
Replies: 13
Views: 9772

We had 7.5.1 and NLS was not enabled. So I do not think this is true.
by kduke
Sat Jun 25, 2005 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing SP wth routine
Replies: 6
Views: 1069

If you are on a Windows server then you can execute any exe with DSExecute including a compiled VB program. You can do the same from UNIX with a remote execute command like rsh or rexec.
by kduke
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...
by kduke
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...
by kduke
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...