Page 1 of 1

Get a Report on users per project?

Posted: Tue Feb 22, 2011 9:57 am
by tonystark622
Can anyone tell me how (or if) I can get a list of users per project? (oh, yeah, and how do I do that? :) )

Thanks,
Tony

Posted: Tue Feb 22, 2011 10:04 am
by mavrick21
List of users per project who are currently logged in?

Posted: Wed Feb 23, 2011 12:26 am
by ray.wurlod
You can get a list of process ids with the following command.

Code: Select all

$DSHOME/bin/list_readu | grep DS.ADMIN | grep <<projectname>>
Then you could step through that list using something like ps to get the user names associated with those process IDs.

Alternatively you could use a command like finger on the VOC of the pertinent project, if use of these commands is not banned for security concerns.

Posted: Wed Feb 23, 2011 1:25 pm
by tonystark622
Thanks, folks. Not exactly what I'm looking for. Sorry I wasn't clearer.

You know how you can go into Administrator, open a project, click on the Permissions tab, and see a list of all the users that can work in that project and what role they have? That's the kind of thing I want... Essentially a list of each project and all the DataStage users "in" that project and their role.

Hope that helps. If not ask again!