OpenText Content Suite Platform: Database table for finding Type of user

Asked 5 months ago Modified yesterday Viewed 146 times Asked By Shanmukha Babu Datti
0

We need to write a report to find the number of below categories of users on our OpenText Content Suite Platform installation:

Content Suite Platform Read-Only Named Users
Content Suite Platform Standard Named Users
SAP Extended ECM by OpenText Professional Users

Can somebody please point me to the MSSQL DB table where this information about the type of user is stored


Answers

0

First you have to understand what these license means, what privilege does a user get with each of this license.

For eg.,

Content Suite Platform Read-Only Named Users - User can only access documents. (No permission to upload documents and users cannot participate in any Workflows). Based on this understanding, we have to query KUAF and DTREEACL table to identify users who have only See,See Content permission on Content Server objects

Answered by Sathish Kumar Kinche 5 months ago

Your Answer