OBIEE: logging users Login/logout activity

Hi all,
I need to create a log about the user log-in/log-out activity;
I've tried with usage tracking procedure but now I know it's only about query activity.
the informations I need are:
TIMESTAMP   |      Source IP address   |      hostname (where the event took place)   |     USERNAME       |  EVENT_TYPE (Login/logout)   |   RESULT
I think that I can have those information trough weblogic but I can't figure out how!
anyone has got an idea?
...please HELP ME...
Marco

Hi,
You can write to custom DB table.
Check following will useful to get IP ,UserName..
How to get username and ip address

Similar Messages

  • Reporting of users login / logout

    Hi,
    Can we get Reporting of users login / logout / tea break / prayer break / meeting break status (i.e. complete login-logout monthly report of each employee) in CDR or some other way in CUCM.
    Regards.

    Hi
    1-The Cisco Extension Mobility and Cisco Extension Mobility Cross Cluster  features keep a record of the devices to which users are actively logged  in. For the Cisco Extension Mobility feature, the actively logged-in  device report tracks the local phones that are actively logged in by  local users; for the Cisco Extension Mobility Cross Cluster feature, the  actively logged-in device report tracks the local phones that are  actively logged in by remote users.
    Please find the below link:-
    https://supportforums.cisco.com/thread/2184881
    2- For your question , you need advanced solution which will help you to monitor status of user , as IPCC .,etc..
    Thanks
    Please rate all useful information

  • Agent Login Logout Activity report extensions are all blank

    Hi there,
    We are running UCCX ver  8.5.1.11003-32. When we run the Agent Login Logout Activity report the extensions are all blank as seen below.
    Anyone know why this would be?
    Thanks
    Alexis

    In case anyone comes across this.
    This is a bug, resolved in UCCX 8.5.1SU4
    Cheers
    Alexis

  • How to get users' login logout time for user IDs for a specific date?

    Dear All,
    There is a case I being requested to retrieve the Userid, User Name,
    User Group, User Dept, Date, Login Time, Logout Time in a specific date, for example, 21.05.2009.
    How should I retrieve the information? The user want to input specific date and user group then return the details that mentioned above.
    I try with SUIM->Users->By Logon Date and Password Change... but I can't specific the date that I want ...
    I try with SM19 (Security Audit Log), but unfortunately in my system this is not activated.
    I've seek for SAP's advise, and they say need to ask abaper to developr a report in order to get such details....
    Do you guys have any other methods?
    Do you guys know which tables will contain the details as mentioned above?
    Best Regards,
    Ken

    Unfortunately without the audit log, you're going have a hard time finding this information.  As mentioned, ST03N will give you some information.  If your systems daily workload aggregation goes back to the date you require then you'll be able to get a list of all users who logged on that day.  ST03N doesn't keep time stamps just response times.
    My only idea is VERY labor intensive.  If your DB admin can retrieve a save of the database from that day then table USR02 will hold a little more information for you.  It will contain last login times for that day.  If your system backup policy happened to have saved the contents of folder "/usr/sap/<SID>/<instance>/data" then you potentially have access to all the data you require.  The stat file will have recorded every transaction that took place during that day.  If that file is restored you could use program RSSTAT20 to query against it.
    Good luck and turn on the audit log as it makes your life much easier!

  • How can I maintain a user login/logout table

    When I authenticate users via XSQL and grant them a session, what is the best way to log this event? I would also like to log when users logout or their session expires.
    My setup includes Oracle 9i, with XSQL installed on JServ running within Apache.
    Any comments appreciated.
    Regards,

    Thanks for reply
    ya ~ i've got a solution ~
    actually i am doing a server for mobile phone to get data. Sometime 1 single ID will send twice a message (usually nokXX mobile phones) .. i use milli sec to check those message ....
    n it seems working ....

  • OIM 11g/ Login//Logout// activity

    Dear All,
    Does OIM database collect activity about who was logged in, logged out, etc?
    Thank you for your time.
    Kind Regards
    Maria

    It does not. The only details that OIM collects are example:
    How many times you tried pwd wrongly. How many times you tried to reset your pwd. What are the modifications into your user. When you set your challenge questions and etc.
    All of these informations are into UPA_XXXX tables. You just need to do some selects there.
    Logged in and Logged out you should do this by your self looking into the OIM logs and grep the user in and out.
    I hope this helps,
    Thiago Leoncio.

  • User login and activity report

    Hi
    We have SAP enterprise portal 7.0 SP9 installed. Now, I want a report which will give data like the users(ids)  and thier login time on this portal in a particualar time period. It would be better if i get the activity report of those users as well.
    Regards
    Dharmendra

    Hello,
    you can use portal activity report or google analytics to achieve this
    http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm
    Google Analytics:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b94044-7008-2b10-1680-c04e4526367b
    jo

  • IPlanet web server auto restart when user login or logout the NT server

    Configuration
    - NT Server 4.0 SP6a
    - iPlanet Web Server 6.0 SP4
    - JDK 1.3.1_03
    - NT audit turned on for the file <iPlanet WS 60 instance home>/config/password.conf
    We encounter a problem that when a user login / logout NT machine, the iplanet web server would be restart automatically.
    Could somebody advise why this happen and how it can be solved?
    There is a box called "Allow service to interact with desktop" in the service startup menu. What is it means and did it related to the problem?

    I think you are running into this:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F8322&zone_32=-Xrs%2A%20
    Thanks
    Manish

  • How can I get all Login/Logout details

    How can I get all Login/Logout details of all SAP Users from SAP Server/Database of any one year? I am asking about SAP License User. Is their any Table or Report by which I can get these details? For example USR02(Logon Data) Table store the last login/logout details of SAP Users. So in same way is any table which store Users Login/Logout details through out a year or month.

    Hi Sudheer,
    Check this .
    You can find the transactions by a particular user from the transaction SM04.
    SM04 gives you the details of the users logged in,terminals,transactions the user is working on, the time he has logged in,no of sessions user has opened, and the memory used by the user's programs... all of that w.r.t to the client we login. but we can't get info like date and number of times the user has logged in.
    U can see tables:
    USR01 User master record (runtime data)
    USR02 Logon data
    USR03 User address data
    USR05 User Master Parameter ID
    USR12 User master authorization values
    plz rewards points if helpful
    cheers
    srinivas.k
    Edited by: k srinivas on Apr 28, 2008 11:54 AM

  • How to determine Organizational Data based on User Login

    Dear all,
    How to determine organizational data based on user login in Activity transaction, currently org determination is happening after entering customer number in the transaction.
    We have used 'Responsibility' determination rule for this configuration. Now the requirement is to determine org data based on user login.
    In Org model we have assigned user to org data through a business partner. But still org data is not getting determined in the transaction.
    Please help me to trace out the problem.. your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    You just have to use other organization determination rule. In your case this would be rule 10000194 (ORGMAN_12). This determination rule delivers the responsible organizational unit of the user
    User is defined as a business partner in the container attribute 'PARTNER'. If not, the system user (sy-uname) is used.
    So you have to do the following:
    - use this determination rule
    - in BP link username with employee
    - assign in PPOMA_CRM employee or user to organizational unit
    This should solve your problem.

  • View logs in windows server (User login and logout )

    Hi Guys,
    I want to see the user login and logout times to the systems. I want know on which systems (Hostname) they logged into that account. 
    Could you please help me. Thanks in advance

    Hi
     You can check the log's on event viewer console,here is good article for your needs,please check;
    https://support.microsoft.com/en-us/kb/556015?wa=wsignin1.0

  • User SAP* is active. No other users can log on.  Now What?

    After the last time I restarted the portal, I get the following message when I try to logon:
    User SAP* is active. No other users can log on
    Before the reboot, I was trying to configure LDAP. I changed the Data source from "Database Only" to "Read-Only Microsoft ADS (Deep Hierarchy) + Database". I also, tried to create a Superuser/Password.  You can logon using SAP* and see the users from LDAP.
    Any thoughts?  Also, can anyone clarify the configuration option:
    SAP* User Configuration
    Enable SAP* user (If you disable the SAP* user, enter a superuser ID and password below)
    Superuser Name   
    Superuser Password
    EP6.0

    Bill,
    You have to assign a user the super admin role.  Once the user has this role, go to the UM Configuration (System Admin--> System Config --> UM Configuration) and uncheck the Enable SAP* User option and enter in the superuser name and superuser password.  Restart the portal and users should be able to login.
    FYI.  No users can login to the portal if sap* is active.
    Regards,
    Marty

  • User login report in Active Directory for specific date and time

    I want to get User login report in Active Directory for specific date and time e.g user logged in at15-01-2015 from 8:00am to 4:00pm
    Is any query, script or any tool available?
    Waiting for reply please

    You can identify the last logon date and time using my script here: https://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-User-bbcdd771
    If you would like to get back in time and see when the user did a logon / logoff then you need to have auditing enabled. Once done, you can records from Security log in the event viewer: https://social.technet.microsoft.com/Forums/windowsserver/en-US/98cbecb0-d23d-479d-aa65-07e3e214e2c7/manage-active-directory-users-logon-logoff-events
    I have started a Wiki about how to track logon / logoff and it can help too: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to display All User Logged in time & Logout Time?

    How to display All User Logged in time & Logout Time?
    Hi..
    I want to display All user who logged in the portal,
    their username,
    their time logged in,
    their time logged out..
    where can i find these information?
    do Portal have already something like this?
    Plz advise..Thanks.

    The login information is in the wwlog_activity_log. The logout action is only logged when it is explicit. I am using the last user action time for the logout time so I can determine the duration of the visit.

  • Sapjsf locks ABAP service user psswd: M  ***LOG US1= Login, Wrong Password

    I have a PI system and a number of ABAP systems connecting to this.
    I have defined a service user in PI for each ABAP system - SY_SID_999 (where SID is the SAP System ID and 999 is the client).  Various connections (e.g., RFC, ABAP proxy) use these userid and I rely on the user name to identify the source of the activity within PI.
    I was forced to change the password of one of these userids and, subsequently,  to update connection details in RFCs etc within the source system.  All went well for these connections.
    Now, however, at 25 minutes past the hour, I get the following error in the PI system's developer trace
    M  ***LOG US1=> Login, Wrong Password (SY_SID_999 ) [sign.c       4545]
    and the SM21 log says
    10:25:47 DIA  000 100 SAPJSF                  US  1 User SY_SID_999 locked due to incorrect logon
    SU01 change records show no changes to SY_SID_999 from the time I unlock it until 25 minutes past the hour when this error occurs. 
    The SM19 security audit log in the PI system has errors:
    12.08.2009     10:08:18     SAPJSF     localhost          SAPMSSY1     Logon Failed (Reason = 53, Type = U)
    Type=U means "user switch (internal call)" according to the documentation.
    Reason 53 means "Too many failed password logon attempts"
    These errors occur in bunches but without a consistent repetition interval.  For example, there were 8 at 10:04:56/57 then 2 at 10:08:18 then a string of success messages as follows:
    12.08.2009     10:08:18     SAPJSF     localhost          SAPMSSY1     Logon Successful (Type=U)
    Then, at 10:25...
    12.08.2009     10:25:47     SAPJSF     localhost          SAPMSSY1     User SY_SID_999 Locked in Client 100 After Erroneous Password Checks
    12.08.2009     10:25:47     SAPJSF     localhost          SAPMSSY1     Logon Failed (Reason = 1, Type = U)
    If I do not unlock the SY_SID_999 userid in the PI ABAP system, there will be no further errors in SM21 but if I do, at 25 minutes past the hour after the error pattern will repeat.
    I have set the rfc/logon_error_log parameter to 3 in PI ABAP to trigger a short dump.
    Internal notes from the short dump do not identify the who, what or where of the sign-on attempt...
    Internal notes
        The termination was triggered in function "ab_xsignon"
        of the SAP kernel, in line 2725 of the module
         "//bas/710_REL/src/krn/rfc/absignon.c#4".
        The internal operation just processed is "CALY".
        Internal mode was started at 20090812112528.
        Caller system......: " "
        Caller.............: " "
        Caller client......: " "
        RFC user ID........: " "
        RFC client.........: 100
        Login return code..: 20
        Transaction code...: " "
        (Note: In releases < 4.0, no information on the caller is available)
    The source system represented by the SY_SID_999 userid is an ABAP ONLY stack so has no sapjsf userid.  (For the record, SY_SID_999 doesn't exist in client 999 of SID either - it's defined in the PI system to do work on behalf of SID client 999.)
    So the question, after all that, is:
    How do I identify the source of this password error?

    Thanks Michael
    I did get a short dump during the testing process and it indicates that the failed RFC logon attempt originates from within the PI system.  My implementation partner was rather careless in the assignment of userids to connections so, while this userid should only be used for connections originating from the SID, I cannot guarantee that.
    I've been into both my PI system and the ABAP system (which doesn't have a sapjsf userid so should not be the offending party) and run an SQL select script to find all RFC destinations which contain the string "SID" or "sid" in any of the RFCOPTIONx fields.  I've carefully checked out each of these RFC destinations and, in SID they contain the SY_SID_999 userid and, when that's unlocked in PI, the connection and authorisation tests succeed.  That rules out upper/lower case issues and pretty much eliminates these legitimate RFC destinations from the suspect list.  The RFC destinations identified in the PI system by the SQL search contain "SID" because they name that as their target system; these definitions don't reference the SY_SID_999 userid at all.
    All the evidence I can find points very strongly to some process running as SAPJSF in the Java stack of the PI (dual stack) system calling something on the ABAP side and trying to connect as SY_SID_999.  Trouble is I can't find it.  In fact, I'm don't even know where to start looking to find a job running in the Java stack - on the ABAP side I'd head for SM37 but what to use on the Java side?

Maybe you are looking for

  • Unable to link Condition record number with prices maintained in APO

    Hi Guru's, I need to understand how and where can i see the details of a condition record number maintained in KONP table and use this cond rec to fetch the exact details for a material and customer. I am a APO consultant, not SD. My SD teams reply t

  • How to get xml tag name?

    Hi all I've selected some texts and I want to get its xml element name not root element. I've done this InterfacePtr<IXMLReferenceData> xmlRefData(Utils<IXMLUtils>()->QueryXMLReferenceData(textModel)); and I get only the document's root element name.

  • SEM CPM

    Hi, I am new to SEM. I tried to search the forum for some documentation. Everyone referred to help.sap.com and service.sap.com/sem. In service.sap.com/sem I didn't find any documents for sem documentation. Help.sap.com doesn't have any examples. My f

  • Javax.security.auth.login.Configuration.setConfiguration() fails with  java.lang.SecurityException: No Permission to set the Configuration

    Hi All, I have a custom security class (deployed in an application) that uses JAAS to login, i have to set the Configuration in my security handler like this Configuration.setConfiguration(new MyConfiguration()); This fails with java.lang.SecurityExc

  • How to customize the Quick Launch with Security

    I would like to add links to the quick launch with security control - some menus only show to specific user groups. But I do not find any way to do that, either through configuration or custom codings. Would you please advise on that? Thanks. Kevin L