How to know who the current user logined.

Hi Experts,


I want to know all the users who are currently login in the system.


Session manager:

We can see Session - this is the info?

Hello

Yes, it will kill ideal session, you must manually set the LogonExpireMinutes parameter in instanceconfig.xml.

1. take a copy of instanceconfig.xml.
2. open instanceconfig.xml for editing.
3. Add the LogonExpireMinutes parameter and set it to the same time as ClientSessionExpireMinutes:



300
300

4 restart services OBIEE.

You can check this
http://docs.Oracle.com/CD/E23943_01/bi.1111/e10541/psconfigset.htm#CIHGIEGD
Kill OBIEE Session when it exceeds 15 minutes in 10G

Note: (there is an option in weblogic EM its not working... now referred to as bug MOS.) BUG: 13699352 -USER SESSION EXPIRATION does NOT WORK)

Thank you
Deva

Published by: Devarasu on Sep 28, 2012 17:28

Tags: Business Intelligence

Similar Questions

  • How can I get the current user?

    I want to combine the logic of Publisher and Subscriber in a Flex application. To do this, I need to know what role has the current user (I do not change user roles implementation plan).

    Is this possible?

    Thank you.

    Hello

    I googled: "current user lccs. The 2nd shot gave me the answer =).

    Nigel

  • How can we find the latest user login information in planning v9.2

    Hi all

    Can someone help me out, how do we know the last connection information from a user in Hyperion planning. We use v9.2.
    What is the name of the Table that stores information in the repository? Thanks in advance for your help

    Last login information is available only from the 11.1.1 system (not available in version 9.2/9.3)

  • How can I change the current user to another user without having to reboot. There is no user button__ change

    don't start button... but when I go newspaper microsoft and menu appears.  There is no option or change user run

    Hello audrey r.

    Thank you for visiting the Microsoft answers community.

    In addition to N3b 2.0, you can try following the steps on this thread, but you will notice that the actual measurements are to disable, you will need to reactivate.

    Additional information can be found here.

    Hope this helps Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • trace all the particular user login sessions

    How to trace all the particular user login sessions?

    Need to generate a trace so that I can see whence connections machine.

    user account is already locked.

    Audit connections without success being the natural method to accomplish this task, it might be useful to you to explain why you can't use it. It would be much easier to solve the problem of verification without verification.

    If you can not really enable auditing, I guess that you can create a connection logged successful connections trigger (it would be easier to verify successful connections, but we'll assume is not authorized as well) and that cross with the listener log. Incorrect passwords would generate an entry in the log of the listener and not in the table of successful connection. Which is not exactly a simple solution to the problem, but it does not avoid using the Oracle auditing feature.

    Justin

  • How can I get the user name of the current user? Not the name of the user, but the user name is connected to.

    Anyone know how I can get the username of the current user? Not the name of the user, but the user name is connected to.

    Thank you!

    Only two variables that Captivate allows to work with are cpQuizInfoStudentName and cpQuizInfoStudentID, but the latter is only really designed to be used for the internal information server, not a typical SCORM LMS solution.

    Sounds to me like you may need to get hands on with the services of a JavaScript programmer.

  • PLEASE, I BEG YOU! How can I have a label dynamically see the current user loggedin FirstName and LastName in my database?

    I have a HBox that becomes visible when a user is valid. The HBox contains a logout button, and a label. How can I get the label dynamically see the current user loggedin FirstName and LastName in my database? Below, I have included my element HBox and ColdFusion. ANY helpwould be appreciated!



    < < < < < < MY component LoginHBox.mxml starts HERE > > > > > > >
    < mx:HBox
    ' xmlns:MX =' http://www.adobe.com/2006/mxml '
    Width = '100% '.
    height = "28".
    horizontalAlign = "right."
    verticalAlign = "middle".
    paddingRight = "10" >

    "" < mx:Script source = "... / actionScript/logout.as" / >

    <!-App connects to ColdFusion using Flash Remoting STARTS->
    < mx:RemoteObject
    ID = "cfService_LoginCFC".
    destination = "ColdFusion".
    source="WebsiteApplication.CFC.LoginCFC"/ >
    <!-App connects to ColdFusion using Flash Remoting END->

    < mx:Label id = "welcomeLabel".
    Text = "Welcome"... "/ > < < < < HOW can I get the text dynamically see the users registered in FirstName and LastName?

    <! - logoutResultHandler() of the points of function in the file logout.as - >
    < mx:Button id = "logoutButton.
    label = "Log" Out
    Click = "logoutResultHandler ()" / >

    < / mx:HBox >
    < < < < < < MY component LoginHBox.mxml ends HERE > > > > > > >



    < < < < < < MY component LoginCFC.cfc starts HERE > > > > > > >
    < cfproperty >

    <!-function loginUser STARTS->
    < name cffunction = "loginUser" access = "remote" returntype = "WebsiteApplication.cfc.UserCFC" >
    < cfargument = 'user name' name type = "string" required = "true" >
    < name cfargument = "password" type = "string" required = "true" >

    <!-the default user is not logged in->
    < cfset var user = createObject ("component", "UserCFC") >

    < cfquery name = "loginQuery" dataSource = "TheChurchOnFire" >
    SELECT the name of user, password, AccessLevelID, FirstName, LastName
    FROM dbo. MembershipInfo
    WHERE
    Username = "#username #
    AND password = ' #password #
    < / cfquery >
    <!-the cfif instructionsuivante is absolutely fundamental in the achievement of the
    fully functional authentication-> process
    < cfif EQ loginQuery.Username ' #username # ' loginQuery.Password AND EQ ' #password # ' >
    < cfset user .loggedin = true >
    < cfset user .username = "#username #" >
    < cfset user .roles = "#loginQuery.AccessLevelID #" >
    < cfreturn user >
    < cfelseif > #username # EQ 'username' AND #password # EQ 'password '.
    < cfset user .loggedin = true >
    < cfset user .username = "#username #" >
    < cfset user .roles = "6" >
    < cfreturn user >
    < cfelse >
    < cfreturn user >
    < / cfif >

    < / cffunction >
    <! - function loginUser ENDS - >

    < / cfproperty >
    < < < < < < MY component LoginCFC.cfc ends HERE > > > > > > >

    Thank you

    John

    I finally thought to it! PRAISE BE TO GOD!

    I had to add...

    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';

    .. .for my loginResultHandler.

    function loginResultHandler
    private void loginResultHandler(event:ResultEvent):void
    {
    currentUser = event.result as a user;
    If (currentUser.loggedIn)
    {
    If successful login
    If (currentUser.roles == '5')
    {
    this.currentState = 'Youth';
    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';
    }
    Else if (currentUser.roles == '4')
    {
    this.currentState = 'Member';
    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';
    }
    Else if (currentUser.roles == '3')
    {
    this.currentState = 'PowerMember';
    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';
    }
    Else if (currentUser.roles == '2')
    {
    this.currentState = 'AssistantAdministrator';
    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';
    }
    Else if (currentUser.roles == '1')
    {
    this.currentState = 'SeniorAdministrator';
    welcomeLabel.text ='Welcome, you are currently logged in as + currentUser.fullname + '!';
    }
    on the other
    {
    currentUser.roles == "6";
    this.currentState = 'Visitor';
    welcomeLabel.text = 'Welcome, you are currently logged in as visitor!';
    }
    }
    on the other
    {
    If unsuccessful login
    Alert.Show ("unsuccessful Login", "Server authentication");
    }
    }

    Michael_ramirez44 thanks for your help!

    John

  • How to know who and how to contact the manufacturer because of passwords forget bio

    How to know who and how to contact the manufacturer because of passwords forget bio

    Hello

    I suggest you to go through Microsoft's strategy in the following Microsoft article.

    Microsoft's strategy concerning lost or forgotten passwords:
    http://support.Microsoft.com/kb/189126

    For any assistance regarding related BIOS passwords, you must contact your computer manufacturer.

    Hope the information is useful.

  • current users login

    Hi hussein/helios

    How can I know who is currently connected, in our case of BSE?
    I check using OAM?


    Thank you very much

    Ms KK

    Hello

    I don't understand what this script is for?

    First script for the sessions of forms (users who are connected through dev60cgi/ifcgi60) or users, forms of opening sessions.

    Second script for session of self-service (that are connected through the main login page) or users opening the SSWA pages.

    Thank you
    Hussein

  • How can I remove "the folder/Users/user/to/mygame doesn't exist." Terminal. Rises every time I launch Terminal.

    How can I remove "the folder/Users/user/to/mygame doesn't exist." Terminal. Rises every time I launch Terminal. I am a novice. Thank you very much.

    1. Please select from the menu bar Terminal

    ▹ terminal preferences... ▹ Profiles ▹ Shell

    If the run command box is checked, uncheck it or enter the command to run automatically (if any), each opening of a Terminal window. Note: this is not how you define a default shell.

    2. If step 1 does not resolve the problem, see below.

    Back up all data.

    Select

    New Shell command ▹

    in the Terminal menu bar. Uncheck the box marked

    Run the command inside a shell

    If it is enabled.

    Copy and paste the following line into the text box that appears, and then press return:

    /bin/mkdir disabled_shell_files

    Close the Terminal window that opens. Repeat with this line:

    /bin/mv .profile .bash_history .bash_profile .bashrc .inputrc disabled_shell_files

    History Shell and former initialization files will be saved in a directory named "disabled_shell_files" at the top level of your home directory. It is normal that some of these files do not exist, and therefore, you will get error "no file".

    Close the window and open a new test.

    You may already know that files with name starting in '. ' are not visible in the Finder by default. So, if you open the folder that you created in the Finder, it will appear as empty, even if it is not. If you need to recover a portion of the data in the files of the shell, use a shell such as nano-based text editor (1). Make sure that you're not recreating the problem. Otherwise, you can delete the folder.

  • The message I get is Microsoft word has not been installed for the current user. Please run set up to install the application. I reinstalled the software, but get the same message.

    The message I get is Microsoft word has not been installed for the current user.   Please run set up to install the application.   I reinstalled the software, but get the same message.

    Hello

    See the methods listed in the articles below and check.
    You receive an error "Microsoft has not been installed for the current user" message when you try to start an Office 2003 program or an Office XP program for the first time
    http://support.Microsoft.com/kb/898512
     
    You receive a message "Microsoft has not been installed for the current user" when you start an Office XP program or start of Microsoft Office Maintenance mode
    http://support.Microsoft.com/kb/298022

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Age of Empires III has not been installed for allusers or the current user.

    I have 64-bit Windows 7 Home Premium.  AOE II runs correctly, but I can't install war chiefs expansion packs.  the "Age of Empires III has not been installed for allusers or the current user." Please sign in with the correct account. This configuration will be output. "error still appears.  How can I make it work?

    Create the directory here: -.

    C:\ProgramData\Microsoft\Windows\Start start\program

    So after you have created the files, it should look like:-

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ Microsoft Age of Empires III

    If this post answers your question, click mark as answer .

  • ACS 5.2 How to set up the local user lockout policy?

    Hi all!

    IM faced with Discover how to set up the local user to the point account lockout policy 5.2 ACS.

    4.2.1 there is the option "failed attempts to go beyond", see link for more details:

    http://www.ciscosystems.com/en/us/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2.1/User_Guide/UsrMgt.html#wp273167

    But to the point 5.2 I can't find the option:

    http://www.Cisco.com/en/us/customer/docs/net_mgmt/cisco_secure_access_control_system/5.2/user/guide/acsuserguide.html

    Can somebody spread some light where I configure this?

    BR /Crille

    Just found a bug number indicating it is not supported.

    CSCth12406 Details of bug
    ACS 5 has no option to disable a local account on the unsuccessful attempts
    Symptom:
    ACS 5 doesn't have an option to disable the local account in the internal identity on failed attempts store

    Conditions:
    When ACS 5 is used to only to authenticate users using internal identity store, there is no way to configure a strategy of locking of account for failed attempts.

    Workaround solution:
    Currently there is no work around

  • How to set programmatically the current node in a tree view of the ADF.

    Hello

    I'm trying to understand how to set programmatically the current node in a tree view of the ADF.

    My use case example is quite simple; If we take the sample application ADF Summit where under Management Summit, we have a tree view on the left with a list of high level of the country which in turn contain a subset of customers; then, in the right pane, we the customer detail information.

    What I'm trying to achieve is a solution by which I can add a new customer, commit and then to the tree show the client newly created as the currently selected entry.

    I use a pop-up dialog box to create my new entry of the customer and everything works well in this area, and my newly created folder is saved in the database.

    I know how to force the tree to cool off, but what I can't understand is how to do so, it highlights the newly created folder.

    Any help would be much appreciated.

    Refer

    https://blogs.Oracle.com/jdevotnharvest/entry/how_to_programmatically_disclose_a

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/78-man-expanding-trees-treetables-354775.PDF

  • Retrieve the current user info

    Hello

    I have a dynamic form created using the LC Designer. Is it possible to extract the details of the current user who looks at the form in the form itself?

    Hi Pierre,.

    If you create a file with the following code .js and place in the JavaScripts folder under the directory of installation of the reader (or Acrobat), it's C:\Program Files (x 86) \Adobe\Reader 11.0\Reader\Javascripts on my machine and I called my getIdentityLoginName.js file, then all defined functions will be available as a global function in your JavaScript forms and will also have access to secure items such as identity.  The code is so;

    var getIdentityLoginName = app.trustedFunction (function () {}

    app.beginPriv ();

    return (identity.loginName);

    app.endPriv ();

    });

    And can be called from a form as;

    App.Alert (getIdentityLoginName ());

    Concerning

    Bruce

Maybe you are looking for