List the total users connected at point of time (portal admin)

Hi Dev2Dev team
Is there any way to get List of total users as well as specific users connected to portal at point of time
is there any way to get the list from portal admin
or from weblogic server
is there any tool available for this
can anyone provide me with the sample or code or tool
Thanks
Surya

Hi All
Is that the data's of login and logout details are stored in Pointbase db by default.
I am using oracle where i have all my default portal tables.
any info appreciated
Thanks
Surya

Similar Messages

  • PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    There are no children, nor other suspicious characters that have "played" with my computer. One moment I'm in, the next time I turn on/restart the powerbook I'm at a screen with the name of the hard drive and two fields: username and password. Not a list with pictures and names ie 'Katie Jo' with an orange icon and 'Guest' with a silhouette of a head.
    In an attempt to remedy this problem, I backed up files using target disk mode and firewire cable. I then, rebooted in single user mode, typed in the correct script and essentially made the computer appear virgin again. Original start up welcome screen display with multiple languages, and then set up prompts such as language, network, and registration. After completing the cues and the "just a few more questions" page, I press continue and am left at a grey standstill, with the continue button greyed out, and no other actions. I'm only able to "go back" by clicking the go back button, all the way to the beginning of the set up, and as I proceed through the steps a second time, I'm greeted with the same halt. What is this?

  • To list the current users

    In my place there are 10 users created but at given point
    of time only an average of 5 users working.
    Anyone please tell me the "select" statement to list the
    users who are all currently connected with oracle database.

    Query V$SESSION disctionary view to list cnnected users.

  • How can I work out the Total Uptime between two points?

    I need to find the TOTAL uptime between a certain date and now (need to separate for an electricity bill). Can someone help me with a script or something?
    Thanks

    I'm confused as to what you are looking for if uptime is not it. 
    I need to find out how long it has been powered on from the 6th August 2014 to now. Any ideas?
    If the system has been rebooted in that time then you might be able to go back into the log files and as Mark Jalbert wrote look for the times the system was shutdown and then booted and get a rough figure that way. But of course this requires that the log files since August are still available.
    Of course what the system was booted there is no guarantee all external peripherals were also on and when the system was shutdown there is no guarantee that all the peripherals were turned off so at best you are getting a rough estimate.

  • How can I get the current user an  resource context  in a portal JSPDynPag

    How can I get the current user (com.sapportals.portal.security.usermanagement.IUser?)an the resource context  in a portal component (JSPDynPage)?
    Thanks.

    Hi Jon,
    Here is the code to get the current user and resource context in your JSPDynPage:
    IPortalComponentRequest  currentRequest  = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    com.sapportals.portal.security.usermanagement.IUser contextUser = (com.sapportals.portal.security.usermanagement.IUser) currentRequest.getUser().getUser();
    ResourceContext resourceContext = new ResourceContext(contextUser);
    Greetings,
    Praveen Gudapati
    p.s. points are always welcome for helpful answers

  • How to list the current user in sqlplus and how to switch to another?

    Assume I am in a sqlplus sesion.
    How can I display the user with whom I am currently working?
    And how can I switch (without leaving the sqlplus session) to another
    user aaa with pw=mypw?
    Peter

    By using host command
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> host su oracle
    Password:
    [oracle@backup root]$ exit
    exit
    SQL>From Documentation:
    *HOST [ command ] - Execute host commands*
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14195/sqlqraa.htm#sthref1972
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Does changing report connection at runtime require the same user/pwd used at design time?

    I've recently integrated Crystal 13 into a web service to provide HTML reports served up within our web application.  Sometimes reports would work and other times they would fail when attempting to connect to the database.  The ConnectionInfo associated with the tables referenced in the reports bore the account info used at design time (in the Crystal IDE), what ever connection was set as the Datasource Location, this would include the server name, database name, and other attributes of the connection.
    I found that any changes I make to table, sub-report connection info have no affect unless the UserID and Password match the UserID and Password saved with the report during design time.  While generally searching online, I came across several references to this being and issue or suggestion when database connection problems dynamically running reports.
    If this is by design?
    How would I support customers who want to use my reports, but also require that they manage the db access accounts?
    Thanks,
    Jeff

    Hi Brian, thanks for the response. 
    It does make sense that subreports would not necessarily be constrained to the same connection as the container report, and the designer would not persist a password for any stored connection.
    I'm on Windows 7 and up, Crystal 13 runtime, C# web service, sql 2008 r2 and up (native client).
    After loading the report source, I call ReportDocument.SetDatabaseLogon to set userId, password, serverName, and databaseName pulled from web.config.  I then pass the connection info and the ReportDocument to a recursive call that applies the connection info to each table in the report and each table in any subreport.
    Based on your description, it sounds like I may be missing, and require, the SetDatabaseLogon call on each subreport (ReportDocument).
    This seems to ring true and I think coincides with your description.  Would you agree?
    Thanks,
    Jeff

  • Cannot maintain JCO connection  for webdynpro application in Portal Admin

    I cannot create or modify the JCO connection in Portal Content Admin->the application.name while executing webdynpro application.
    There should be a red or green icon Butr in my case for my application ,
    The create or test is disbaled .Colored  icon is not there.
    I am using SAP sneak preview and its first time.Should I check SLD settings.Pls help.
    George

    how to maintain it?
    accidently deleted SLD form localhost/sld url and now i cannot change or add the sld.It gives page cannot be displayed.PLs advice how to fix it  or should i reinstall it?
    George

  • Open/total jdbc connections

    With Oracle9iR2 AS installed, I notice that there are always open JDBC connections. I explicitly close them from all my JSP files (and the statement and the resultset objects as well). Actually, the total JDBC connections are always 2 times the open JDBC connections.
    The DataSource class I use is com.evermind.sql.DriverManagerDataSource. Is this a problem? Will this be corrected in any future release?
    Thanx

    Interesting thread. Have also had problems with the connection pool (903 standalone).
    One problem in particular is that if min-connections is used, then those pool-connections are really never closed "physically". This means that a lot of open cursors are never released in the db (even though the "connections" used by the code from the pool are closed). Not so good under heavy load.
    Posting a snippet from a connection pool entry we have. Maybe it will help some of you guys.
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="SomeDS"
    location="jdbc/SomeDBCoreDS"
    xa-location="jdbc/xa/SomeDBXADS"
    ejb-location="SomeDB"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="user"
    password="pwd"
    url="jdbc:oracle:thin:@127.0.0.1:1521:SOMESID"
    inactivity-timeout="300" <-- Will close connections after 300 sec of inactivity
    min-connections="0"
    max-connections="20" <-- Larger on prod machine of course
    stmt-cache-size="100"
    />
    I have experimented wildly with these settings and this is the most stable. Sure, it's nice to always have connections ready in the pool. But as I said. Open cursors WILL accumulate in your db if you use the min-connections set to a positive number (check your v$). This is our experience anyway. These settings have stopped us from getting db errors such as maximum open cursors exceeded and too many connections open using 903.
    Regards,
    Jonas

  • Script to get the List of Disabled Users in UserProfiles

    Hi All,
    can somebody help me in writing a script to get all the disabled users in Share Point userProfiles.
    Thanks
    Kishore

    Hi All,
    can somebody help me in writing a script to get all the disabled users in Share Point userProfiles.
    Thanks
    Kishore

  • Specific users connected

    Hi Dev2Dev team
    Is there any way to get List of total users as well as specific users connected to portal at point of time
    can u pls provide me with the sample or code
    Thanks
    Ashok

    Hi All
    Is that the data's of login and logout details are stored in Pointbase db by default.
    I am using oracle where i have all my default portal tables.
    any info appreciated
    Thanks
    Surya

  • Changing the AnyConnect host connection

    Hello,
    We have many users using the Cisco AnyConnect client and to get to our company they go to vpn.company.co.uk.  We are changing our company name so we are creating a now FQDN called for example vpn.newcompany.co.uk which will point to our ASA. 
    1.) Thing is will be need a new SSL cert on the ASA?
    2.) If so can the new cert incorporate both FQDNs?
    3.) How can I automatically change the host users connect to in the Anyconnect clients to reflect the new FQDN?
    Thanks

    2.) If so can the new cert incorporate both FQDNs?
    Yes, if you purchase a wildcard certificate I believe you can have 5 domain names referenced in it.
    You are mixing two kind of certificates here:
    Wildcard-certificates don't the "host" past. If you have a wildcard-certificate *.example.com then you can use anything.example.com.
    The other thing are UCC, there you can have multiple FQDNs listed. It's the CA-policy that tells you how many names can be included there. For one project I have had a certificate with about 30 names in it.
    3.) How can I automatically change the host users connect to in the Anyconnect clients to reflect the new FQDN?
    You could deploy AnyConnect-profiles with both the old and the new name listed. When all users got the profile the old name can be removed:
    http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect31/administration/guide/ac03vpn.html#wp1448620
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • Total user for Apple Apps

    Hey Guys,
    I have a question regarding the total user for Apple Apps.
    Based on my finding, I found out that the integration framework where we the username and password in order to use the apps, only accept single user.
    Is it possible to use the apps for different user login at the same time?
    Please correct me if any wrong statement.
    Thank you.
    Regards,
    Wai Leng

    Hey guys,
    We have to set the user ID and password in integration framework before we can login right. The steps as below:
    Integration Framework -> SLD -> B1iServer -> DBName -> Connectivity List -> B1DI
    This is what I did. It allows only one username and password to be entered in. So how to connect with different user account?
    Thanks and Regards,
    Wai Leng

  • # of user connect to AP 1240

    Dear all,
    Is there any limitation on the # of user connect to one AP 1240?
    Besides, can I use the cisco aironet site survey utility without the cisco adaptor card?
    Thanks.
    C.K.

    I remember reading a Cisco document (the SRND for WLANs?) recommended upper limit of 30 clients per AP (at least for an AP in autonomous mode - I think that running LWAPP would not necessarily suggest a change). However, I have also been told (from other comments within the forum indicate as well as "unofficially" by different engineers at Cisco) that the APs can support "significantly larger" numbers of clients than that.
    However, you will probably find that, as Sushil points out earlier, that the biggest consideration is the bandwidth required by the application.
    For example, a low bandwidth application such as barcoding will require much less bandwidth than someone trying to send AutoCAD files (a bad idea for wireless to begin with).
    Also, for wireless phones, the number of clients per AP is going to be somewhere around six.
    I have read a number of comments where designers try to shoot for around no more than 15 clients as a generic rule of thumb for optimal performance - but this may not be practical in all instances. For example, an area of high user density (such as a lecture hall) may call for adjustments to this approach.

  • Oracle instance shutdown normal vs immediate (users connected) how-to?

    Hello Oracle crowd, recently, i tried to shutdown my instance Oracle 9.2.0.1.0 using sqlplus shutdown. i assume the default is shutdown normal but the instance would not shutdown. after reading the admin docs i realized it must be waiting for connected users to logoff. my question is how do i get a list of the current users connected so i don't have to resort to: shutdown immediate. pls advise, david.

    Hi,
    the v$session view answers this question, try 'select distinct username from v$session;' . If there are any other users besides your own, you must use 'shutdown immediate'.

Maybe you are looking for