users under same group different permissions

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
mystuff
Premium Member
Premium Member
Posts: 200
Joined: Wed Apr 11, 2007 2:06 pm

users under same group different permissions

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post 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.
Mamu Kim
Post Reply