Page 1 of 1

RT_STATUS error

Posted: Thu Oct 21, 2004 11:23 am
by nkreddy
Hello:

When I try to open the DataStage job in development, it gave me errors like

Failed to open RT_STATUS16 file

Cannot open RT_LOG31 file

After I click a couple of times on the box, it did let me access the job. When I click on the individual stage, there was an error like

Cannot DS_DATATYPES

Please let me know what these errors are.

Thanks

Posted: Thu Oct 21, 2004 12:21 pm
by kduke
At some point you have corrupted some of the DataStage files needed to run DataStage. You probably ran out of disk space or had a system crash of some sort. You need to call support.

Posted: Sun Oct 24, 2004 2:51 pm
by roy
Hi,
if there is no disk space issue you could try to clear the RT_STATUS & RT_LOG files or alternativly try export/import.
I prefer clean files over fixing them if possible.

IHTH,

Posted: Sun Oct 24, 2004 2:56 pm
by roy
Hi,
after seeing this is your 2nd post...
issue a DSExecute (read about in in the manual) or a command in the administrator with CLEAR.FILE RT_STATUS16 and then CLEAR.FILE RT_LOG31.
theese job related files could get corrupted by a crash of the system (a full disk would do it as well).

bare in mind theese are not files to play with if you don't know what your doing.

IHTH,

Posted: Thu Oct 28, 2004 10:06 am
by nkreddy
roy wrote:Hi,
after seeing this is your 2nd post...
issue a DSExecute (read about in in the manual) or a command in the administrator with CLEAR.FILE RT_STATUS16 and then CLEAR.FILE RT_LOG31.
theese job related files could get corrupted by a crash of the system (a full disk would do it as well).

bare in mind theese are not files to play with if you don't know what your doing.

IHTH,

Thanks very much Roy!