Page 1 of 1

List Users by Project

Posted: Tue Jan 03, 2012 2:31 pm
by tonystark622
Does any one know how to get a list of users by project from DataStage on v8.7?

I had a listusers.bat file from IBM that worked for DataStage v8.1. It doesn't seem to work for v8.7.

IBM Support told me that the functionality of the ListUsers.sh command has been incorporated into the DirectoryCommand.sh. I can see how to use DirectoryCommand.sh to list users and to list projects, but I can't figure out how to list users by project.

Does anyone know how to list users by project in DataStage v8.7?

Thanks,
Tony

Posted: Mon Jan 09, 2012 3:56 pm
by tonystark622
Anyone?!?! Bueller? Bueller?

Posted: Mon Jan 09, 2012 5:20 pm
by chulett
There may not be all that many people up on 8.7 yet, or anyone who knows that has. Have you posed that question back to IBM?

Posted: Mon Jan 09, 2012 5:32 pm
by PaulVL
Once I get back to the office I'll look to see if I have a script to do that.

Catch ya later Iron Man.

Posted: Tue Jan 10, 2012 1:15 am
by ray.wurlod
You can list users with DirectoryAdmin, but not per-project as far as I can tell. For example:

Code: Select all

DirectoryAdmin.sh -user -search -idp a* -max_count 100
This returns at most 100 user IDs which begin with "a".

Posted: Sat Feb 04, 2012 9:53 am
by qt_ky
I've got 8.7 but I don't see a way to do this with a default setup. You can run reports to list users by product but I don't see any option by DataStage project. This used to be easy to do pre-8.x.

Posted: Sat Feb 04, 2012 4:10 pm
by ray.wurlod
Pre 8.x DataStage was a stand-alone product.

Posted: Fri Jul 10, 2015 5:37 am
by qt_ky
See this topic: viewtopic.php?t=154942