Error writing to RT_STATUS76

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
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Error writing to RT_STATUS76

Post by esivaprasad »

After datastage installed to till date we are using only dsadm user id to logon datastage.
As client requested, create one new user and give permission to one particular project.i have created and given "datastage developer" role to that one particular project.
I am able to login any datastage client tools.But whenever i try to compile or run, it throwing error that
" Error writing to RT_STATUS76". I gone through datastage adminstator guide, but unluckly i didnot find any info on this error.can any one please give suggestion how to overcome that issue.
Siva
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

What permission you have given to the new user which you have created?
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

You should see here the permission on RT_* if it is 77x then check if the user you created is in the same group as the owner of that file.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check also whether RT_STATUS76/DATA.30 or RT_STATUS76/OVER.30 has reached its 2GB size limit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

The Folder RT_STATUS76 is as follows
drwxrwsr-x 2 root root 512 Mar 19 2012 RT_STATUS76

Inside the RT_STATUS76 folder,file permissions are like below
RT_STATUS76> ls -lrt
total 12
-rwxrwxr-x 1 root root 2048 Nov 20 16:22 OVER.30
-rwxrwxr-x 1 root root 4096 Mar 27 09:19 DATA.30

These two file sizes are OVER.30 IS 2KB, DATA.30 IS 4 KB
Siva
eph
Premium Member
Premium Member
Posts: 110
Joined: Mon Oct 18, 2010 10:25 am

Post by eph »

Hi,

As it shows, your user credentials need to be linked to the machine's root account, since 'others' don't have write permissions. Or you can modify project's permissions to allow other users than root to write into those folders.

It might not be a good idea to create a project using root privileges.

Eric
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

So under this particular project folder whatever files/folders exist, need to change permission to 775, can you please confirm it .
Thanks for all your support .
Siva
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

775 won't make it writable, unless you're in the root group. What you really need to have done originally is to have created a dstage group (or any other name) that is the (group) owner of all DataStage objects. All DataStage developers need to be in this group, and have a umask of 002.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

I have checked with the unix admin, As per policy its not possible to add any user under root group.
Is there any other way to to resolve this issue?
Siva
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is, and I outlined it in my answer.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Note that there is also a FAQ posting on the subject.
-craig

"You can never have too many knives" -- Logan Nine Fingers
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

Thank you for your information.
Siva
esivaprasad
Participant
Posts: 135
Joined: Tue Dec 09, 2008 10:35 am

Post by esivaprasad »

esivaprasad wrote:I have checked with the unix admin, As per policy its not possible to add any user under root group.
Is there any other way to to resolve this issue?
Present the files are like this
drwxrwsr-x 2 root root 512 Mar 19 2012 RT_CONFIG76
drwxrwsr-x 2 root root 512 Mar 19 2012 RT_STATUS76

if i change these files to
drwxrwxr-x 2 dsadm gdstage 512 Jan 10 06:28 RT_CONFIG76
drwxrwxr-x 2 dsadm gdstage 512 Jan 10 06:28 RT_STATUS76

Is it possible to this newly created user id give access to datastage to one particular project ?(user id should have access to design, compile,run access in datastage client tools).
Siva
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

In that case you will have to create multiple groups, one per project add dsadm to all those groups and make owner as dsadm and groups as the group created for that project.

Whenever you are adding a new user add him to the group for which you want to provide access.

Be aware that there may be a limit on the number of groups a user can be in, and the number varies with the operating system.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply