HOW TO GET OBIEE 12 C USER IP ADRESS ? — Oracle Analytics

Oracle Business Intelligence Applications

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

HOW TO GET OBIEE 12 C USER IP ADRESS ?

Received Response
34
Views
5
Comments

I just saw this morning in the table s_nq_acct one of our connected client, the latter says not to be logged of the day

I can not use "manage sessions" because the connection is dated this morning, I would like to discover who uses the login of our client

Thank you for your help

Answers

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    Below is my understanding:

    You could check sawlog(X).log and look for a login entry with the user reporting the issue, you can check if in entry for issue user login message is an Remote IP address associated with it.

  • 3365160
    3365160 Rank 3 - Community Apprentice

    Your answer is correct however I note that the logs traces that the last actions ditto that if I clicked on "Administration / manage sessions"

    I want to have the IP addresses of the users whose actions are saved in n_sq_acct

  • Syedsalmancs110
    Syedsalmancs110 Rank 6 - Analytics Lead

    The user entries in S_NQ_ACCT table will give you report query,user ran the report,report ran information etc.., you can find report/dashboard run by a user information in sawlog(X).log too as an Remote ID would be associated with same, so can compare the both and find out the IP you are looking for,this is a suggestion try and let us know if it is of any help.

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

    a) You will never ever get that into S_NQ_ACCT. That's an internal table which you are not supposed to mess with. Period.

    b) Google is an awesome place where one can find things I have heard:

    pastedImage_1.png

    https://www.rittmanmead.com/blog/2016/12/enhanced-usage-tracking-for-obiee-now-available-as-open-source/

    ^-- Come on it's even open source what more can you ask for

  • 3365160
    3365160 Rank 3 - Community Apprentice

    Thanks Syed,

    To achieve this, my sawlog files should contain the traces of all users who use the platform regardless of the date.

    However, the sawlog files, which I have, contain only the last 10 connections. So I can not find the connection sought

    My cache is disabled, however even by activating the cache, I only visualize the last 10 connections

    thanks for your help