List Users by Project

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

List Users by Project

Post 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
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

Anyone?!?! Bueller? Bueller?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

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

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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".
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post 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.
Choose a job you love, and you will never have to work a day in your life. - Confucius
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Pre 8.x DataStage was a stand-alone product.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

See this topic: viewtopic.php?t=154942
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply