Page 1 of 1

users under same group different permissions

Posted: Fri Aug 07, 2009 4:55 am
by mystuff
Hi,

We wanted to have users under same group having different permissions. Say there is a group called GROUPA and two users USER1, USER2.

We want to have USER1 with Developer permissions and USER2 with Operator permissions.

As the administrator will show only GROUPA. How can we implement this? Another question on similar grounds. If we want to add a new group, say GROUPB to access Datastage. How can we give permissions to GROUPB to access the Datastage.

Thanks

Posted: Fri Aug 07, 2009 5:35 am
by chulett
DataStage 'permissions' are at the group level only, so they would need to be in different groups. And you don't need to explicitly do anything to allow access, typically you would need to do something to restrict access if desired.

ps. There's a posting in the FAQ forum on handling permissions in DataStage, it might help.

Posted: Fri Aug 07, 2009 8:22 am
by kduke
It can be done. You need a developer group for every project and a operator group too.

All developers need to be a member of the main DataStage group like dstage.

Project1 dsdev1 dsopr1
Project2 dsdev2 dsopr2

Your UNIX admins are going to love this.