How to check the number of users that are allowed to login OBIEE ? — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to check the number of users that are allowed to login OBIEE ?

Received Response
41
Views
6
Comments
User_RUIII
User_RUIII Rank 3 - Community Apprentice

Dear all,

May I know how to check the number of users that are able to login OBIEE 11.1.1.9 ?

In other words, how to check the total number of OBIEE users ?

Thanks in advance.

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Depends. How are you managing security?

  • Is it because of licensing issues that you look for this?

    As Christian said it's related to your authentication providers in Weblogic Console....

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Yupp

  • User_RUIII
    User_RUIII Rank 3 - Community Apprentice

    Dear Gianni,

    Yes, it is because of licensing issue.

    Is there any internal OBIEE report/query that can list out all OBIEE users ?

    Thanks in advance.

  • Enterprise Manager, if configured correctly, display all of them it isn't a formal report.

    As said it's based on your authentication providers and that's why EM is the only one able to give you the best list from the OBIEE side.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    To expand on Gianni's answer:

    The "list of users" you can get is "the list of user who can POTENTIALLY have access to OBI".

    "Potentially" because it just means that they are residing in providers (like an LDAP or MSAD) which can authenticate them for access to OBI.

    But that does not meant that they are necessarily also being authorized to access OBI! So the security principals of type "user" are further restricted by which Application Roles they flow in to. Either directly or indirectly through Group memberships.

    So long story short if you want an accurate number then you need to map everything out.