Limiting access to a datastage project

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
prashanto_dev
Participant
Posts: 27
Joined: Thu May 22, 2003 4:40 am
Location: California

Limiting access to a datastage project

Post by prashanto_dev »

We have a requirement in which we need to provide read only access to a user. This user should be able to view the jobs but not edit it.

How it can be done. Pls let me know.

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

Post by ray.wurlod »

Not possible in version 7 unless you want to give all users read access.

It's done through operating system permissions. This user would not be a member of the group who develop in the project (and therefore have full access), so you need to grant read permission to "others".

In version 8 you can associate the "Super Operator" role to a group to which that user belongs. This role is not available in version 7.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply