Error Writing to RT STATUS

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Meera
Premium Member
Premium Member
Posts: 21
Joined: Mon Nov 28, 2005 8:42 pm

Error Writing to RT STATUS

Post by Meera »

Hi,

I have some jobs developed in Release 4x. Datastage client is 7x. when i compiling the existing jobs iam getting the following error
Error writing to RT CONFIG.

when running the jobs
Error writing to RT STATUS.

I made some changes in the existing Job sequencer , when i run the sequencer , iam getting the following warning
code=-99 [General repository interface 'other error']

Please help me to solve this issue

Thanks
meera
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Can you create a new dummy job and compile it? If not, then you have an error in the RT_nnn files. If it is only for the old 4.x jobs that have been imported then it might be some other issue. Can you do a "save as" another name and compile the job? If yes, you have a UNIX permissions issue on the files.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

If you do an exact search on chmod you will find several posts on how to fix this. The most complete is viewtopic.php?t=95616&highlight=chgrp+chmod
Mamu Kim
Meera
Premium Member
Premium Member
Posts: 21
Joined: Mon Nov 28, 2005 8:42 pm

Post by Meera »

Hi

I can create new job, compile and run it. The existing job, i can "save as" with another name and compile it. But when iam running , iam getting the following error
JobControl (fatal error from DSRunJob): Job control fatal error (-99)
(DSRunJob) Error writing to RT_STATUS4


Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

check UNIX access rights on the RT_STATUS4 and RT_LOG4 files as I mentioned earlier. Does your user have write permission?
Meera
Premium Member
Premium Member
Posts: 21
Joined: Mon Nov 28, 2005 8:42 pm

Post by Meera »

Hi

It is the user issue. Now I am able to run the jobs.

Thanks for your help
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's probably a good idea to put the command umask 002 into your dsenv script.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ulab
Participant
Posts: 56
Joined: Mon Mar 16, 2009 4:58 am
Location: bangalore
Contact:

Post by ulab »

Please chek on the permissions on and inner files of RT_STATUS**

The inner files on this RT_STATUS** did not have 775 permissions as the folders are owned by other user ID
Ulab----------------------------------------------------
help, it helps you today or Tomorrow
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Ensure that the files in that rt_status / log / etc have the correct dstage group as opposed to the primary group of the orriginal user who created those files.

I'm hoping it's all dstage (or your site equivalent) but I have seen instances where it was not.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

This topic was dormant for over 8 years...
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yup, what on other boards we would call a "thread necro". :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply