How to view Logged in User's sessions

Dear Portal gurus,
Pls let me know how I can view logged in user's session s.
Thanks.
Jack

Hi Jack,
  I haven't checked yet but found this doc. Check if helps.
User Overview;
http://help.sap.com/saphelp_nw04/helpdata/en/20/b7ced1025f3245b43d23184fc0212f/content.htm
Managing Login sessions:
http://help.sap.com/saphelp_nw04/helpdata/en/7e/aa610cc1dd8f4388b1df02fc362f0f/content.htm
Monitoring and Logging of User Information:
http://help.sap.com/saphelp_nw04/helpdata/en/f2/6a82270fd99844a65085bd90022fab/content.htm
Don't forget to reward points if helped.
Regards,
Harini S

Similar Messages

  • How to view all the users existing in a Client

    Hi
    Can any one help me, How to view all the users existing in a Client (Other than SM04 and AL08).
    I want to view not only the active users, but all existing users.
    Thanks in Advance
    Chandra

    Hi,
    Check table devaccess. to get all developers list
    Reward points if helpful.
    Regards,
    Mukul
    Edited by: Mukul Sharma on Jun 2, 2008 12:10 PM

  • How to use logged in user in the portlet

    Hi,
    From the portal application I have to get the logged in user and use the same user to filter the records in Portlet. I have to execute a view Criteria in portlet as a default method activity which takes logged in user as a input param.
    Is this achievable? Please let me know.
    Thanks in Advance
    Morgan.
    Its a duplicate of How to set userName from security context to Criteria in portlet
    Edited by: Morgan Freeman on Aug 24, 2011 1:24 AM

    It's possible. It's somewhat large to explain so i will write an example portlet. I will post the link to the application when it's finished.
    You just need to request the username from within your portlet. WebCenter passes the username to your portlet on the PortletRequest.
    From your business component you should write a query with a bind variable that you expose to your client. In your JSPX (portlet) you execute the method that sets the bind variable and create an InvokeAction in the executables so it gets executed upon load.
    That's the short description :)
    I'll give some more info when i finish the app.

  • How to find logged in user from Windows Registry?

    Hi,
    am developing a windows store 8.1 app using C# and xaml.
    In my app i want to find logged in user name from Windows Registry. 
    How can i get that from C# code?
    Anybody please help me.
    Regards,
    Santhosh

    from aa store app you don't have access to the windows registry.
    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

  • How to get Logged-in user detail from solution Manager.

    Hi to all,
             How can i get details of a user who is logged in into SAP Solution Manager through my webDynpro application. I need to read some values from SAP Solution Manager. How could i do it?? Shall i need to call RFCs??
    If anybody have idea please reply.
    If anybody has some code please send it.
    Points will be rewarded.
    Thanks in advance.

    Pankaj,
    Here is the code to get the logged in user in Web Dynpro.
         //Get the current logged user information
         IWDClientUser user = WDClientUser.getLoggedInClientUser();
         IUser usr = user.getSAPUser();
    String userId = usr.getUniqueName();
    Regards,
    Anand

  • Materialized view log and user....

    Hi,
    Assume that a user , let's call him A owns a table and another user B needs to create a materialized view log on the table who owns the A user.
    Whereas the user B do have all object privileges(direct priv insert, update, delete.. not via a role) on the table of user A he cannot create a mv log on this table on his schema....
    So, the stmts insert/update/delete on <tab_name> are successfully executed (having connected as user B).
    The error message "ORA-00942: table or view does not exist " appears when i issue the command:
    connect B/B;
    create materialized view log on tab_name with sequence including new values;
    Note: I use ORADB 10.2.0.4 and there is a synonym of tab_name to the user B (who tries to create the mv log on)...
    Is the above req. possible in any way...???
    Thank you,
    Sim

    The documentation says the following:
    The materialized view log is created in the same schema as the target master.HTH!

  • How to show logged in users in ACS 5.1

    After some time no using Cisco ACS5.1, I still don't know how I can see all logged in users. I can see logging and check why an log in goes wrong, but in ACS 3.2 I just clicked on Reports and Activity and I could choose to see logged in users, or failed attempts, etc.
    Can anybody help me out or give me some tips?
    Kind regards,
    Rizal Meijer

    Nicolas, thank you very much for your fast reply.
    Kind regards,
    Rizal Meijer
    CZ
    The Netherlands

  • How to view log notes

    Hey everyone!
    This may be a ridiculous simple question to answer but does anyone know how to view the log notes that you enter in FCE after you have transfered your footage?? I can't seem to find them and I would like to just use those rather than going back over and marking the footage again.
    Again, I'm sure this is something simple I'm missing but your help is appreciated!
    -S

    Yeah the Browser is in list view but the column for Log Notes if entirely blank, making me think they somehow ended up not being saved or were inadvertently deleted.
    Is there some way else to access them?
    Thanks again
    -S

  • Please Help! How to capture logged on user id and use it in applications

    Friends,
    I have created a procedure to view account balance which takes userid as parameters and displayes his latest account balance.
    I have put an URL in my page. but I am not able to capture the current logged on user id so that I can pass it to my procedure.
    reply for this question would be of great help to me, because all y applications require passing user login id.
    Thanks in advance.
    Murthy

    I have read this in Oracle Metalink, but I haven't tried it yet.
    Hope this will help !
    select * from portal30.wwctx_sso_session$ where trunc(session_start_time) = trunc(sysdate) and
    active = 1 and IS_LOGGED_ON = 1
    This should give you the logged in users..

  • How to determine logged in user and responsibility in pl/sql?

    I created a procedure that uses owa_util.redirect_url to lauch a web application. This function is lauched by a function on an EBS menu.
    Before calling the redirect I use owa_cookie.send to pass the name of the user and the responsibility using a cookie. When I refer to fnd_global.resp_id or fnd_global.user_id they are always null.
    Does anyone know how I can capture the logged in user/responsibility and pass it to the web application?
    Thanks,
    -- Johnnie

    Found a hit on metalink, not good news the Fnd_Global values are not set when calling sswa pl/sql function:
    Doc ID: 726560.992
    https://metalink.oracle.com/metalink/plsql/f?p=200:27:8705377808354107614::::p27_id,p27_show_header,p27_show_help:726560.992,1,1
    Message was edited by:
    johnniebillings

  • How to check logged in user belongs to particular group using workflow

    HI All,
    I have a list  and I want o implement row level security based on the list filed called Relevant group.
    I have a list filed called RelevantGroup , this filed is a choice filed and it has  couple of SharePoint site's groups that I have created. Now what I want to do is give current logged in user to edit the record based on his/her security group. For example
    if I logged in and if I m a member of  the current record RelevantGroup I can edit the record, if I m not a member of the RelevantGroup then the system shouldn't allow to edit the record. 
    I want to do this SharePoint designer workflow. Can someone please help me. Using SPD2013. 
    Thanks. 
    d.n weerasinghe

    Is the form being served up from livecycle? If not how is the form being served up to the user?

  • How to get logged in user name from windows service c#

    i use the below code to get logged in user name.
    private string GetLoggedInUser()
    string userName = "";
    if (System.Security.Principal.WindowsIdentity.GetCurrent() != null)
    userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
    return userName;
    just do not understand why it is not giving a logged in user name rather it is return data in this format
    NT AUTHORITY\SYSTEM but i want to get user name.
    i try to run my service as Local Service and local system account but in every case i am getting this string
    NT AUTHORITY\SYSTEM instead of logged in user name.
    so please guide me what to change in code. thanks

    System is the account the service is running under.
    There can be none or many interactive users be logged in. What if none or multiple are logged in? Which one are you referring to then?
    Armin

  • Problem viewing logged-in users

    I have Cisco Secure ACS Solution Engine v3.3.
    I have configured it to authenticate users agains Microsoft Active Directory Windows 2003. In The server i have installed Remote Agent.
    In Reports and Activity i can see Passed Authenticactions, but when the clients are connected i can't see them in the logged-in Users.
    can you help me?
    Regards

    To use the logged-in user list feature, you must configure AAA clients to perform authentication and accounting using the same protocoleither TACACS+ or RADIUS.
    http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_user_guide_chapter09186a0080205a5e.html#wp619964

  • How to view logs from browser/front-end without using Visual Admin

    Hi,
    Is there a way to view logs from the front-end computer without looging into the Visual Admin tool either in the browser or using some stand-alone application.
    Thanks,
    CD

    Hi,
    You can use http://ipaddress (or) fqdn :5xx00/NWA
    use monitoring and logs option you will view logs.
    Regards,
    Vamshi.

  • How to view log of the exception occured in an application

    Hi All,
    While running the webdynpro application in the portal currently we are displaying some generic error messages in the catch block to make it user friendly.
    If some exception occurs, how is it possible for the user to view the error log in the portal itself so that the user may get a clear and detailed description of the same.
    Kindly suggest a solution for this.
    Thanks,
    Mitali

    Hi Mitali,
    To view the logs use the url http://<host>:<port>/nwa > Monitoring
    OR
    can look up the exception ID by doing the following.
    1. Navigate to System Administration->Support->Portal Runtime->Log Viewer
    2. Enter the exception id in the Search box and click on search in all files.
    3. It should popup a new window with your error message.
    OR
    all of your portal logs will go to defaultTrace.trc which is located under cluster/server0/log
    You can still watch this file through the portal log viewer.
    OR
    It it does not work for changes in the log viewing
    See the following:
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/0aa94076b63713e10000000a155106/frameset.htm
    Reagrds.
    Rajat

Maybe you are looking for

  • Formula variable not displayed in proper format

    Hai,      I used a keyfigure formula variable, that gets current date, in a query (In columns, key figure structure to calculate no. of days). The no. of days are calculated peoperly and everything is just perfect. But after executing the query, when

  • Direct payer 'Incoming payment method E'

    Dear Friends, 1) What is Direct payer..? 2)In transaction FD03, for a  Customer under company code tab, payment transactions what does 'Incoming payment method E' mean..?.        Can you kindly explain me ..? Thanks in advance.

  • Calling main method of a class

    Hi I have to call the Main method of a class in some other class becuass that class is accepting command line aurguments. I test it and everything is working fine.            String[] strings = new String[3];            strings[0] = "E:/practice.cap"

  • Tracks of album split into 2 albums

    iTimes 11.1.3 -- some of my albums are split into sections that actually appear as if they are entirely separate albums. In all cases, these are albums that had been downloaded from iTunes Store (years ago). For example, I have 3 albums. For simplici

  • Handling ALEAUD using BPM

    Hi Gurus, I have a scenario File -> PI -> Idoc (PI and R/3). Here Idoc sent from PI to PI itself and R/3 (6.0 and 3.1i). Once the Idoc received at target systems then all the target systems needs to send ack (status code) back to PI. If the Ack is 51