restrict access to job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsrules
Premium Member
Premium Member
Posts: 76
Joined: Sun Nov 28, 2004 8:56 pm

restrict access to job

Post by dsrules »

Hii,
How would you restrict read and write access to a job for other users and give the privileges to only the user who created it.
Thanks!!!!!
Mack
trokosz
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 16, 2004 6:38 pm
Contact:

Manipulate your Unix permissions accordingly....

Post by trokosz »

All DataStage developers typically are a member of the GID (Group ID) of dsadm....and they may have a sub-group within to categorize them....

So for a Project you would set the permissions to be one GID and the second Project to be another GID....But Jobs within a project is difficult since permissions are at the Project level.....
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

It's the old check in/check out complaint, DataStage doesn't have it, trying to build it in via permissions could have more drawbacks then benefits.

Your developers could put an annotation on the job canvas telling other developers that it isn't finished yet and they should keep their hands off. You could also put in some folders that indicate what stage the job is at, when the job is finished the developer moves it to another folder.

You should also ensure it is only modifiable in the source development project and when delivered to test and prod environments it is read only.
Post Reply