OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: pankaj.puranik on July 29, 2013, 07:09:07 PM

Title: Does user creation in CMOD create users in databse?
Post by: pankaj.puranik on July 29, 2013, 07:09:07 PM
It's a weird question and I think I kow the answer but wanted someone to confirm.

When I create a user in CMOD, does it create a database (ORACLE or DB2) user internally?
Or it just maintains this information in some CMOD table and internally uses the super user ID to fire the queries?
Title: Re: Does user creation in CMOD create users in databse?
Post by: Justin Derrick on July 30, 2013, 04:13:09 PM
Users are created in the arsuser table, and access is granted based on group membership and permissions.

-JD.
Title: Re: Does user creation in CMOD create users in databse?
Post by: lluke on November 03, 2014, 07:11:54 PM
How do I get a list of OnDemand Userids and Usernames?  I don't see a way to do this from the Admin GUI so I am guessing that I need to do a DB2 select of some sort, right?  Does anyone have an example?
Title: Re: Does user creation in CMOD create users in databse?
Post by: Justin Derrick on November 03, 2014, 07:38:20 PM
You can go into the Admin Client, log on to the server, and under the 'User' Section, select individual users (Control-Click) or a range of users (Click first user, then shift-click last user), then right-click on one of the selected users, and choose "Report".

You'll be prompted for the specifics of the report, and where you'd like it to be saved.

Hope that helps!

-JD.