Exact details of users connected-APPS

Dear all,
Tried various varieties of queries to find out the exact details of users connected in oracle EBS.. tried thru sysadmin-users-monitor also.. but it shows all the old users ..
I need to get the users who are connected at the time when I execute the query
is this possible in EBS using query ?
If so, please do tell me ?
Thanks
Yusuf

Hi,
Forms sessions: yes as they are session based.
Framework sessions: no as they are not session based.
See:
Re: USERS CONNECTED
Re: No of Apps users log-in.
Re: Need to find the SID of a forms session.
Regards,
Gareth
Blog: http://garethroberts.blogspot.com/

Similar Messages

  • Script to Determine Users Connected to Oracle Apps and For Imitating Users

    I found this great script (Note:430948.1 on Metalink) to track users connected to the E-Business Suite.
    My colleague though noticed that users who had shut their browsers without logging off or those users who had 'timed out of their session' would still come back in the report.
    He wanted an accurate measure of who was in fact using the e-Business suite.
    We took the original query and added the last line (below). It basically takes the ‘last connect’ time and adds 60 minutes to it to figure out who is ‘validly’ still connected.
    select distinct ic.disabled_flag, fu.user_name User_Name,fr.RESPONSIBILITY_KEY Responsibility, fu.user_name,fu.user_id, fu.description, fu.employee_id,
    ic.responsibility_application_id, ic.responsibility_id, ic.org_id, ic.function_type, ic.counter, ic.first_connect, ic.last_connect,
    ic.nls_territory, ic.time_out, fr.menu_id, fr.responsibility_key
    from apps_fnd.fnd_user fu,
    apps_fnd.fnd_responsibility fr, apps_fnd.icx_sessions ic
    where fu.user_id = ic.user_id AND
    fr.responsibility_id = ic.responsibility_id AND
    ic.disabled_flag='N' AND
    ic.responsibility_id is not null AND
    ic.last_connect > sysdate - (ic.time_out/60)/96
    Can anybody see any issues with this query? or a better way to do this?
    It looks like Oracle runs a clean up script to wipe out sessions after a certain amount of time so they are no longer active sessions - so this works around that.

    From my Exchange Server in an Exchange PS session:
    Name        : Admin Audit Log Agent
    Enabled     : True
    Priority    : 255
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Scripting Agent
    Enabled     : False
    Priority    : 6
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : OAB Resources Management Agent
    Enabled     : True
    Priority    : 5
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Provisioning Policy Agent
    Enabled     : True
    Priority    : 4
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Mailbox Creation Time Agent
    Enabled     : True
    Priority    : 3
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Mailbox Resources Management Agent
    Enabled     : True
    Priority    : 2
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Rus Agent
    Enabled     : True
    Priority    : 1
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    Name        : Query Base DN Agent
    Enabled     : True
    Priority    : 0
    WhenCreated : 6/15/2012 9:54:46 AM
    WhenChanged : 6/15/2012 9:54:46 AM
    The output is the same from my workstation after loading the PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
    Rob Smura, MCSE

  • See users/connections, who ar authenticated and sending huge amount of spam

    I have delay in SMTP server. SMTP server has user authentication, so it means - if someone is sendig mail to outside of my domain, he must be authenticated.
    I have turned on logging on all channels i have one main tcp_local channel, but the logging shows only information about message - from-to, reason. But does not show information about real source.
    1) how can I see, "who" is sending huge amount of mail?
    2) How can I drop connection, diallow this user for time or manage this user connections?
    At this moment queue says:
    qm.maint> summarize
    Queued Queued
    Channel Messages = Active + Delayed Size (Mb)
    ims-ms 0 0 0 0.0
    process 0 0 0 0.0
    reprocess 0 0 0 0.0
    tcp_auth 0 0 0 0.0
    tcp_intranet 0 0 0 0.0
    tcp_local 1461 1461 0 3.5
    tcp_submit 0 0 0 0.0
    Totals 1461 1461 0 3.5
    and main TOP TO domains are:
    Count Destination domain
    ====== ======================================================================
    59 hse.ie
    38 teagasc.ie
    28 oireachtas.ie
    22 entemp.ie
    18 home.com
    17 wexfordcoco.ie
    14 ireland.com

    >
    As always, please provide the exact version of Messaging Server you are running (./imsimta version).
    I have delay in SMTP server.What do you mean by this statement? What "delay"?
    SMTP server has user authentication, so it means - if someone is sendig mail to outside of my domain, he must be authenticated.
    I have turned on logging on all channels i have one main tcp_local channel, but the logging shows only information about message - from-to, reason. But does not show information about real source.There is a whole guide about how to get additional logging information here:
    http://docs.sun.com/app/docs/doc/819-4428/bgbex?a=view
    e.g. enable LOG_USERNAME to see the user that authenticated, and LOG_CONNECTION to see additional IP connection information.
    1) how can I see, "who" is sending huge amount of mail?
    2) How can I drop connection, diallow this user for time or manage this user connections? You could change the users password to stop them authenticating, or set their mailuserstatus: attribute to disabled and so forth.
    Regards,
    Shane.

  • End users connecting to one node only !!

    Hi,
    I am new to RAC. My environment: 10gAS (two nodes), 11gr2 RAC (2 nodes), on solaris10. I see all end users connecting to one node only. where other node is fine.
    SQL> select a.inst_id,instance_name,program from gv$INSTANCE a, gv$session b where a.inst_id=b.inst_id and
    2 username like 'HRAPPS';
    INST_ID INSTANCE_NAME PROGRAM
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 java@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    tnsnames.ora on two application server nodes
    CONNDB11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb2-vip)(PORT = 1521))
    (LOAD_BALANCE = OFF)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mod11g)
    grid@*racdb1* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    grid@*racdb2* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    please advise,,,,
    thanks

    Thanks every one responded. I have modified tns entry in application servers (load balance on). I will post details, once I am back in seat.
    Thanks a lot guys...
    Bjoe, I am using SCAN listener, details are :
    racdb1
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:04:56
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 12-OCT-2010 13:08:46
    Uptime 15 days 3 hr. 56 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.11)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.20)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    result_cache_remote_expiration integer 0
    racdb2
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:15:35
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 27-OCT-2010 03:25:50
    Uptime 0 days 13 hr. 49 min. 45 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb2/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.12)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.21)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    Edited by: userR12 on Oct 27, 2010 7:34 AM

  • Cannot send email via ActiveSync when user connect from Internet (Exchange 2010 SP3 RU5)

    Hi All. 
    This is the first time I encounter this kind of issue, whenever user connect from the internet they cannot send email from their Phone or Windows Mail App, but they can retrieve email 
    But when they connect from Internal Network they can send email. I already test ActiveSync from internet using www.testexchangeconnectivity.com and it pass all tests. 
    I also check the Firewall and all the necessary ports already opened (we even open all ports) , the default TTL on the firewall 3600 second. 
    From what I read ActiveSync use some kind of HTTP POST or in MS terminology "PING" command, but still have no idea what kind of configuration that should be made to the Firewall so it can pass this "PING" command. Because from what I
    see in Android Logcat the problem always related to this PING command 
    10-07 08:12:38.714 I/Exchange(31971): Interrupt with reason 1
    10-07 08:12:38.714 I/Exchange(31971): Ping task ending with status: -1
    10-07 08:12:38.904 D/Exchange(31971): created outputstream
    10-07 08:12:39.204 W/Exchange(31971): IOException sending mail
    10-07 08:12:39.204 E/Exchange(31971): Generic error for operation SendMail: status 200, result -100
    10-07 08:12:39.204 W/Exchange(31971): Aborting outbox sync for error -99
    10-07 08:12:39.274 I/Exchange(31971): Ping task starting for 3
    10-07 08:12:39.304 D/SyncManager(644): failed sync operation [email protected] u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71219435, EXPEDITED, reason: 10040, SyncResult: stats [ numIoExceptions: 1]
    10-07 08:12:39.304 D/SyncManager(644): not retrying sync operation because SYNC_EXTRAS_DO_NOT_RETRY was specified [email protected]  u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71220078, EXPEDITED, reason: 10040

    Hi ronaldosy,
    How about the work flow of Outlook or OWA on PC internally/externally?
    If only phone has this issue, I suggest ask ActiveSync Forum for help so that you can get more professional suggestions. For your convenience:
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrmobility
    Best Regards,
    Allen Wang

  • How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    Ok what about If i need to get all important attributes by comparing Email addresses from excel file and get all required answers
    currently I am trying to verify how many users Lines are missing , Emp numbers , Phones  from AD with HR list available to me.
    I am trying to Scan all the AD matching HR Excel sheet and want to search quickly how many accounts are active , Line Managers names , Phone numbers , locations , title , AD ID .
    these are fields I am interested to get in output file after scanning Excel file and geting reply from AD in another Excel or CSV file
    Name’tAccountName’tDescri ption’tEma I IAddress’tLastLogonoate’tManager’tTitle’tDepartmenttComp
    any’twhenCreatedtAcctEnabled’tGroups
    Name,SamAccountName,Description,EmailAddress,LastLogonDate,Manager,Title,Department,Company,whenCreated,Enabled,MemberOf | Sort-Object -Property Name
    Can you modify this script to help me out :)
    Hi,
    Depending on what attributes you want.
    Import-Module ActiveDirectory
    #From a txt file
    $USERS = Get-Content C:\Temp\USER-LIST.txt
    $USERS|Foreach{Get-ADUser $_ -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    #or from a csv file
    $USERS = Import-CSV C:\Temp\USER-LIST.csv
    $USERS|Foreach{Get-ADUser $_.SAMAccountName -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    Regards,
    Dear
    Gautam Ji<abbr class="affil"></abbr>
    Thanks for replying I tried both but it did not work for me instead this command which i extended generated nice results
    Get-ADUser -Filter * -Property * | Select-Object Name,Created,createTimeStamp,DistinguishedName,DisplayName,
    EmployeeID,EmployeeNumber,Enabled,HomeDirectory,LastBadPasswordAttempt,LastLogonDate,LogonWorkstations,City,Manager,MemberOf,MobilePhone,PasswordLastSet,BadLogonCount,pwdLastSet,SamAccountName,UserPrincipalName,whenCreated,whenChanged
    | Export-CSV Allusers.csv -NoTypeInformation -Encoding UTF8
    only one problem is that Manager column is generating this outcome rather showing exact name of the line Manager .
    CN=Mr XYZ ,OU=Users,OU=IT,OU=Departments,OU=Company ,DC=organization,DC=com,DC=tk

  • Error in connecting App Controller to SCVMM 2012 R2

    Hello All,
    I have recently installed App Controller 2012 R2 on a new VM. We are already using SCVMM 2012 R2 with Update Rollup 4.
    I'm logged-in on the App Controller website with the service account of App Controller/SCVMM.
    Now when I'm trying to connect App Controller to SCVMM server, it gives the following error:
    "Category: Critical
    Description: Connection attempt to the target system failed.
    Details: Category: Critical
    Message: 553–RegistryInvalidValue
    Description: The type or name syntax of the registry key value IndigoTcpPort under Software\Microsoft\Microsoft System Center Virtual Machine Manager Administrator Console\Settings is incorrect."
    I'm correctly entering the complete FQDN of my VMM management server, and the default port: 8100.
    Need help please.
    Thank you.
    Regards
    Hasan Bin Hasib

    Hi Hasan,
    I haven't seen this issue before, but the following post provides information on checking the registry value:
    https://wmoore.wordpress.com/2014/04/11/appcontroller-2012-r2-vmm-registration-error/
    The usual caveats about editing the registry apply, including make a backup first.
    Regards
    Richard
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • File sharing reports too many users connected

    SPECS: Mac Mini Core 2 Duo 2 GHz, 2G RAM, Mac OS X 10.6.4. Other users in office also running similar hardware and Mac OS X 10.6.4.
    CLARIFICATION: This Mini is used as a file server in a small law office (4 other workstations). It is running Mac OS X Client, not Server. I refer to the machine as "the server" but wanted to be clear the operating system is the same on all stations.
    HISTORY & CONFIG: This system was setup in November 2009. It provides simple file sharing storage for a 4-user law office and runs Retrospect (version 8.1.626) to do some local and network backup operations. At the time it was setup, it was also running Now Up-to-Date Server but that program is no longer supported, and it has been removed from the computer (May 31, 2010). In late March 2010, I installed Daylite Server as a replacement for Now Up-to-Date. All stations are running Mac OS X 10.6.4, and have always been at the most recent Mac OS X 10.6.x revision within a few days of the release of a major update.
    PROBLEM: Occasionally, clients cannot connect to the server (and I don't have the exact error message -- next time it happens, someone is supposed to get a screenshot). When this happens, if you go to the server and open the file sharing control panel, then click "options", you will see an impossible number of people are connected. The first time this happened was on April 28, 2010, when it reported 41 users were connected. Mac OS X Client has an upper limit of 10 simultaneous user connections, so you can see this number is not possible. Additionally, these are "phantom" logins because you can execute this command in Terminal to see the IP addresses of any connected users:
    netstat -n | grep '.548'
    And when I do this, unless there was someone who had logged in prior to the "phantom explosion", it never shows any connections. On two occasions, I've actually been in the office late one night to do maintenance, checked the server before I left and found 0 connected users, then got a call in the morning that the first person who attempted to connect was blocked and the server showed 10 or more users connected.
    I do not believe this is some kind of security breach. The server is not Internet-accessible, and as is shown by the netstat command, there really isn't anyone logged in anyway. I consulted with Marketcircle (makers of Daylite) because it seemed very coincidental that I installed their software just prior to the beginning of this problem, but they claim Daylite does not make any use of the Mac file sharing system. But, again, since these aren't real users, I suppose it's possible a bug in their software is somehow upping the Mac's connected user count erroneously?
    Restarting the server always fixes the problem -- until it happens again. This Mac Mini is a pretty simple station -- just runs Daylite Server and Retrospect Single Server, plus the basic file sharing. Anyone have any ideas why this keeps happening?

    I would say odds are likely this is correct. On at least two occasions I can think of where I verified everything was okay and later discovered a "phantom explosion", a Retrospect backup would have run. Our backups typically run at 3 AM. Is this a known issue with Retrospect? If so... not sure why it doesn't happen all the time. And in my own office I have a pretty similar setup on an entirely different computer that multiple people connect to, and it never does this. Color me confused.

  • Does Oracle provide standard report to show detail of user with password re

    Hi,
    We are currently using Oracle HRMS R12.0.6. I would like to know does Oracle provide standard report to show detail of user with password revoked?
    Appreciate advise.
    Thanks and Regards,
    Shiau Chin

    Develop a package to do it if you need the password. Create the packages . Execute the SQL to determine the password. Make sure you replace the &USER_NAME with the USER NAME at the end..
    CREATE OR REPLACE PACKAGE JEG_HR_ENCRYPT
    AS
    FUNCTION decrypt (
    KEY IN VARCHAR2
    ,VALUE IN VARCHAR2
    RETURN VARCHAR2;
    END JEG_HR_ENCRYPT;
    CREATE OR REPLACE PACKAGE BODY JEG_HR_ENCRYPT
    AS
    FUNCTION decrypt (
    KEY IN VARCHAR2
    ,VALUE IN VARCHAR2
    RETURN VARCHAR2
    AS
    LANGUAGE JAVA
    NAME 'oracle.apps.fnd.security.WebSessionManagerProc.decrypt(java.lang.String,java.lang.String) return java.lang.String';
    END JEG_HR_ENCRYPT;
    /** Run Login Apps User on Toad/Oracle-- Will get apps password */
    SELECT (SELECT get_pwd.decrypt (UPPER ((SELECT UPPER (fnd_profile.VALUE ('GUEST_USER_PWD'))
    FROM DUAL)), usertable.encrypted_foundation_password)
    FROM DUAL) AS apps_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE UPPER ((SELECT SUBSTR (fnd_profile.VALUE ('GUEST_USER_PWD')
    ,1
    , INSTR (fnd_profile.VALUE ('GUEST_USER_PWD'), '/')
    - 1
    FROM DUAL));
    SELECT usertable.user_name,
    (SELECT jeg_hr_encrypt.decrypt
    (UPPER
    ((SELECT (SELECT jeg_hr_encrypt.decrypt
    (UPPER
    ((SELECT UPPER
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'
    FROM DUAL)
    usertable.encrypted_foundation_password
    FROM DUAL) AS apps_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE
    UPPER
    ((SELECT SUBSTR
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'),
    1,
    INSTR
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'),
    - 1
    FROM DUAL)
    usertable.encrypted_user_password
    FROM DUAL) AS encrypted_user_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE UPPER ('&USER_NAME')

  • A question about tracing users' connections

    Dear all,
    I would like to know, whether there is a report in SAP
    providing information about users connection. What we
    are looking for in terms of information is:
    1) How many times each user connected to the system?
    (for example how many times during each day or each week)
    2) How long each session lasted?
    3) What standard transactions did each user execute during
    each connection?
    Is there any report providing such information?
    Thanks in advance,
    Kind Regards,
    Dariyoosh

    Hi Dariyoosh,
    1) How many times each user connected to the system?
    SM20 (Information security audit logs ) In USER Statistics and Terminal statistics , you can get enough information .
    ST03N
    In ST03N (Workload distirbution monitor ) you can  find ,what is the workload of individual users and which actions users performed ?
    2) How long each session lasted?
    In  tcode - SM20,you can find  detaild activites about users in Users statistics  field . Secondly For transcation details ,Please select Transactions statisitcs field .It
    will  provide  you enough information
    AL08 Shows you Tcodes using by user time ,external & internalsessions  .Also  with tcode  SM04  You can find list of users .There is USER TAB on top left hand side
    You can click on that and select  " Techincal Information , you will get informatoin   STATE , MODES ,MEMORY  COnsumption etc .
    3) What standard transactions did each user execute during
    each connection?
    Pleae use these tcodes :SM20, SM04(users overview) , AL08
    Thanks in advance,
    Kind Regards,

  • R12.1.1 upgrade driver failed due to OKC user connectivity (RHEL 5.9)

    Hi Team,
    I was in the middle of the R12.1.1 upgrade and the driver failed due to OKC user connectivity .
    I have checked all the possibilities.
    Please let me know how to proceed from here. Though I restarted the patch it is failing due to OKC user login denied.
    Assigned: file as_accesses_n17.xdf on worker 1 for product as username APPS.
    Assigned: file cnpln.odf on worker 2 for product cn username CN.
    Assigned: file invtxhi.odf on worker 3 for product inv username INV.
    Assigned: file mscplan.odf on worker 4 for product msc username MSC.
    Assigned: file MSC_SYSTEM_ITEMS.xdf on worker 5 for product msc username APPS.
    Assigned: file OKCDAUT.odf on worker 6 for product okc username OKC.
    Assigned: file OKCDSUP.odf on worker 7 for product okc username OKC.
    Assigned: file OKCOTH1.odf on worker 8 for product okc username OKC.
    Assigned: file OKCPTY1.odf on worker 9 for product okc username OKC.
    Assigned: file OKCREP1.odf on worker 10 for product okc username OKC.
    Assigned: file OKCSHD1.odf on worker 11 for product okc username OKC.
    Assigned: file OKCVARL.odf on worker 12 for product okc username OKC.
    Assigned: file OKCXRPT.odf on worker 13 for product okc username OKC.
    Connecting to OKC......Unable to connect.
    AutoPatch error:
    The following ORACLE error:
    ORA-01017: invalid username/password; logon denied
    occurred while executing the SQL statement:
    CONNECT OKC/*****
    AutoPatch error:
    Error while evaluating "Check Object"
    Telling workers to quit...
    2 workers have quit. Waiting for 14 more.
    12 workers have quit. Waiting for 4 more.
    13 workers have quit. Waiting for 3 more.
    15 workers have quit. Waiting for 1 more.
    All workers have quit.
    AutoPatch error:
    Error running SQL and EXEC commands in parallel

    user11962637 wrote:
    Hi Srini,
    Thank you for the update.
    The password is working fine no issues with the connectivity from my end, but upgrade driver is failing with the same error.
    sqlplus apps/apps
    SQL*Plus: Release 10.1.0.5.0 - Production on Fri May 17 18:18:03 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> conn okc/okc
    Connected.
    SQL> conn system/crp2system
    Connected.
    SQL> exitThis will happen if you change the password using the ALTER USER command rather than using the FNDCPASS executable
    Srini

  • Simulate Multiple users connecting to same session

    Hi All,
    Is there anyway we can simulate multiple users connecting to the same session in oracle using PL/SQL.
    Thanks,
    MK.

    As per the architects in our company, lots of users connect to the same session and access the database.Exactly what does this mean? A single session can service one user at a time. I would wager that the architects are envisioning (or describing) a connection pooling setup where the middle tier server maintains a relatively small number of connections to the database (each with its own session most likely) and users operate by getting a connection from the pool, making a request, and returning the connection back to the pool. At any given point, only one user can be using a connection.
    If that's the case, you would simulate this by simply executing code in a loop in PL/SQL.
    Of course, if this is the case, each connection in the connection pool would its own copy of the collection and so each connection would get its own list of order numbers. You'd have to develop some way to ensure that each session populated its collection with a different set of order numbers.
    Justin

  • What server should I use to support 150 user connection

    We use Developer 2000 to develope our application, we want to use the Oracle Application Server to connect 150 external users through internet, can you tell me that is it fast enough if I use the following server for Application Server:
    -     Pentium III Xeon 1GHz with 133MHz GTL Bus
    -     256K level two ECC cache
    -     4GB ECC RAM
    -     2 x 36GB Harddisk
    -     Integrated Dual Wide-Ultra2 controller
    The user connects to our server will only run some simple input screen, no large job. Is there any standard figure for us to calculate the required RAM?

    My suggestion is to double check your actual requirements:
    - are they related mainly to a network issue, in such case your problem might find a solution with connection pooling / connection manager to run shared rather than dedicated connections on the database server ? Have a close look at this if you are running behind a firewall.
    - you mention app server, but you seem to refer to a database server. If this is the case, a big part of the answer will lie in tuning the performance of your database server, with a close look at memory caching (buffer and library cache) , Disk I/O . The initial choice of your database block size is equally important and will depend on the nature of your application (DSS or OLTP)...

  • 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

  • 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

Maybe you are looking for

  • Adobe flash cs5.5

    Hi Team,    Current i am working on adobe flash animation now i am getting a new requirement based on text to speech. I need a idea how to proceed text to speech option in adobe flash cs5.5

  • How to deploy selected components on the production server with the same solution

    Hello, We've a production server where we had deployed the visual studio based solution which contains all the web parts and their business logic. Production server is up and running live and end-users have started using it as well. Now, some issues

  • Compressing file without loosing size or quality

    Illustrator CS3 - AI 13.0 - need to compress a file or it's components to under 500K from a current 2.53 MB size and maintain full page viewing capabilities and quality. Will be placed on a real estate web site for broker/realtor viewing. Using a Del

  • How do you show the pass word on an IPhone

    I have been disconnected from the wifi at my house, and do not remember the password.

  • Double Scale in XY Multi Plot

    Hi, I really like the look of the graph used in XY Multi Plot.VI Does anyone know if you can have two scales on the y-axis for this type of plot? How to implement it? Thanks aleks.