Find Locked Application users in Ebs R12

hi,
how to find locked Application users in Ebs R12.
Regards,

Please see these docs -- It is applicable to R12 as well.
How Do User Accounts Get Locked After Exceeding the Signon Password Failure Limit In 11.5.10.2? [ID 367947.1]
"Signon Password Failure Limit" Profile Option Does Not End Date User in FNDSCAUS Form [ID 332577.1] -- Run the query under Workaround1
Thanks,
Hussein

Similar Messages

  • Error while creating application user in EBS R12 through sysadmin

    Hi
    I am using SSO/OID, while creating user it is giving following error in oracle apps R12:-
    Unable to call fnd_ldap_wrapper.create_user due to the following reason:-
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:-
    An unexpected error occurred: please contact your system
    adminstrator..(USER_NAME=MURTHY4)
    Thanks
    JIL

    Hi Jil,
    Pls. complete the following step:-
    1) what's your R12 RUP version ?
    2) As user 'MURTHY4' do not exist in FND_USERS, please do the following:
    Enable Log Debug for E-Business Suite
    Connected as System Administrator, modify the following system profiles:
    FND: Debug Log Enabled Yes
    FND: Debug Log Filename <empty>
    FND: Debug Log Level STATEMENT
    FND: Debug Log Mode Asynchronous with Cross-Tier Sequencing
    FND: Debug Log Module % or fnd%
    There is no need to stop and restart E-Business Suite.
    All log information will be created in the table FND_LOG_MESSAGES.
    Make sure nobody access the system or else it will put redundant entries in fnd_log_messages.
    Truncate the table first using command:
    truncate table applsys.fnd_log_messages; commit;
    then perform the steps as described below
    As soon as you finished reproducing the problem, run the following query :
    select timestamp,module,message_text from fnd_log_messages order by log_sequence asc;
    then save the O/P in an excel spread sheet and upload the RESULTS for review.
    Revert the debug settings
    Regards,
    Naveen

  • Query to find the application user

    Hi,
    what is the query to find the application user in sql command?
    I tried the below query
    select app_user from dual;
    app_user invalid identifierthanks.

    Use bind variable notation:
    select :app_user from dualThis is a reduced example, right? Can't see any reason to run such a query instead of using one of the documented methods of referencing built-in substitution values.
    Please try to use the documentation to answer such basic questions.

  • "Concur" application to Oracle EBS R12

    Hi,
    Has anyone done an integration from the "concur" application to Oracle EBS R12? If so, can you please tell me how to do it? Am looking for submitting an expense report from the "concur" application downloaded on my MOBILE phone to be approved in Oracle EBS R12.
    Regards,
    Divya

    Divya
    What are you specifically looking for? If Concur is being implemented at your client, you may want to ask the following questions:
    1) Would expense report approvals happen in Concur, or are they going to be done in Oracle? Typically, the reports are approved in Concur. Based on your post, it looks to me that you are concerned more about manager approval. Concur's expense report approvals are not necessarily that well developed as Oracle 12.1.3, where you can use AME for dual / multi-level approvals.
    2) What are the various data elements that will get interfaced from Oracle to Concur -- if you have Projects implemented, then you have to get that info to Concur.. You may have to get your chart of accounts listing sent to Concur, employees listing (and changes), etc. sent to Concur - on a periodic basis.
    The list honestly goes on.. Typically clients use Concur if they want to have corporate credit cards interfaced to Concur, and pay them off to get a substantial discount. If that is the case for you, then you have to worry about interfacing invoices from the bank as well..
    I am currently working on an assignment involving Concur integration with Oracle Apps, using WebMethods, and we have various set of challenges that we are troubleshooting. Update this thread with any specific questions you have, and if I do know the answer, I will write back. Thanks!!

  • Locking Application Users with Time

    In Oracle Applications 11.5.9,
    I am trying to lock the user with time, But in Users Form available in System Administrator Resp. i can only give a end date. There i am not able to specify a time. Is there any ways to lock a user with time.
    Thanks,

    Hi Periyasamy
    you could not get the time in the front end.you can find the time in the table fnd_user available at the applsys schema.
    Hope this helps.
    Regards
    Sudhakar

  • How to deploy WebService and BPEL to Application Server in EBS R12?

    hi all,
    I have R12 EBS on linux machine.
    Can i deploy WebService/BPEL to Application Server of EBS?
    or i must install new application server to deploy WebService and BPEL ?
    Thanks
    Benny

    Hi,
    You can find many articles on oracle site for this subject.
    However in brief following are the steps
    1) Create a directory source,executables,images,reports and logfiles.
    2) Copy all your forms, menus and pll's in source directory
    3) All your images in your image directory
    4) All your reports in reports directory
    5) All yuor fmx,mmx and plx in executables directory
    6) Any log files in logfiles directory
    7) Add path of images and executables directory in FORMS_PATH in default.env
    8) Configure your formsweb.cfg as your need.
    9) Configure report.conf and rwservlet.properties according to your applications.
    10) Make jar of icons say myicons.jar.
    11) copy myicons.jar in forms/java directory
    12) Check yuor form services if they are running or not.
    13) Invoke the URL in internet explorer
    http://<ip_address>:<port_no>/forms/frmservlet?form=testform.fmx
    I think that's enough from my side.. For more info you can go through the documentation.
    Regards
    Anuj

  • Deleting Users in EBS r12.1.1   Is it possible?

    Hello everyone,
    I am a junior QA engineering that has been given the task to learn about EBS(E-Business Suite) r12.1.1. I am very new to EBS, and have never worked on any other ERP software.
    I would like to know if there is a way to delete users that I create. When I try to delete a user it doesn’t actually remove the user entry. It suspends/suspends the user.
    Is there a way to delete user accounts from the EBS user store/database?
    Thank you.
    Regards,
    Marc

    Hi,
    Applications users cannot be deleted since records belonging to users are kept for security and monitoring purposes (same applied for responsibilities). In addition, the user is recorded in Who columns, so deleting would cause foreign table data integrity issues.
    delete a responsability
    delete a responsability
    reponsibilities and users
    Re:reponsibilities and users
    Regards,
    Hussein

  • Add application into oracle EBS R12

    Hi ,
    I have a requirement which tells to add my own application (which was developed already) into oracle EBS R12. I have no idea with OA Framework.
    Need to show up a link in Oracle EBS , clicking a link should run my application.
    Currently application is running under tomcat server.
    Please help,
    Thanks in advance,
    Nithya

    The original poster is asking a bigger question about integrating another application into EBS, which is a long road...
    But, the basics of adding a new custom top to R12 are spelled out in m/l note 270519.1

  • R12 : Find out portlist in an ebs R12

    Hello,
    In 11i we can find all port list used by EBS in a file named $APPL_TOP/admin/out/INST_SERVEUR/portpool.lst
    What is the equivalent in R12?
    Is there a file with all ports ?
    Or could you please suggest me an other way ?
    Thanks in advance.

    user9005190 wrote:
    Hello,
    In 11i we can find all port list used by EBS in a file named $APPL_TOP/admin/out/INST_SERVEUR/portpool.lst
    What is the equivalent in R12?
    Is there a file with all ports ?
    Or could you please suggest me an other way ?
    Thanks in advance.The file is available in R12 -- Search (Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]) for portpool.lst file.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Port+AND+Pool+AND+List&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Notification for Application Services in EBS R12

    Hi DBAs,
    I need to implement alert notification for Applications Services (web, form, conc managers) in R12.1.1, if any or all of these services go down then I should get email alert. What is the best way to do it - Any heart beat check or cron job to monitor the processes. If someone has already enabled the notification then share or help.
    Thanks
    -Samar-

    Hi Samar;
    Please check below note and see its helpful:
    Investigating Blocking Locks in Oracle Applications. [ID 256853.1]
    Also check:
    ebiz database locks
    Script: To display Locks and give the SID and Serial# of the Session to Kill [ID 1020007.6 ]
    Getting DB locks in instances
    Getting DB locks in instances
    Regard
    Helios

  • Disabling Default Users in EBS R12

    Hi,
    We are bit confused with license of Users?? We would like to disable default users as we are extending user's counts.. I would like to know whether License allows us to add no. of users including default users or can we add no. of users excluding default users??
    Is there any script through which I can check the amount of active users/licenses??
    Is there any doc to refer??

    Is there any way through which i can check the no of users i already have ?? (EBS concurrent)+
    The total number of users for eBiz is stored in FND_USERS
    select count(*) from fnd_user;
    You might want to see number of users who are still able to login
    select count(*) from fnd_user where end_date is null or end_date >= sysdate;
    While we're at it, you might want to verify which users haven't logged in for a while, so you can confirm they are still needed (365 = arbitrary number of days)
    select user_name, last_logon_date from fnd_user where end_date is null and last_logon_date <= sysdate-365 order by last_logon_date;
    To see the concurrent users, I normally use the following script
    REM START OF SQL
    REM
    REM Get count of number of connected Apps users
    REM
    col user_name format a15
    col first_connect format a18
    col last_connect format a18
    col How_many_user_sessions format 9999999999
    col How_many_sessions format 9999999999
    REM
    REM Summary of how many users
    REM
    select 'Number of user sessions : ' || count( distinct session_id) How_many_user_sessions
    from icx_sessions icx
    where disabled_flag != 'Y'
    and PSEUDO_FLAG = 'N'
    and (last_connect + decode(FND_PROFILE.VALUE('ICX_SESSION_TIMEOUT'), NULL,limit_time, 0,limit_time,FND_PROFILE.VALUE('ICX_SESSION_TIMEOUT')/60)/24) > sysdate
    and counter < limit_connects
    REM
    REM Number of sessions per user
    REM
    select user_name, count(*) How_many_sessions
    from icx_sessions icx, fnd_user u
    where icx.user_id = u.user_id
    and disabled_flag != 'Y'
    and PSEUDO_FLAG = 'N'
    and (last_connect + decode(FND_PROFILE.VALUE('ICX_SESSION_TIMEOUT'), NULL,limit_time, 0,limit_time,FND_PROFILE.VALUE('ICX_SESSION_TIMEOUT')/60)/24) > sysdate
    and counter < limit_connects
    group by user_name
    order by 2 desc
    REM END OF SQL
    Hope this helps
    regards
    Mike

  • How to get the active application users IP address in R12 by sql command

    Hi ,
    I need to know how to get the active application users IP in R12 by sql command
    in order to kill any session by the IP address ?
    Am working on 12.1.3 Application
    And 11.2.0.3 Oracle Database
    Thanks

    936921 wrote:
    Am still couldn't found the IP address for the connected Application users.
    If there any select statement can help me with that?
    Really? Then how do you explain me finding the following docs from the links I referenced above?
    How To Find The IP Address Of The Client Machine From Where A Particular Forms User Is Connected ? (Doc ID 879092.1)
    How to Track IP Address of the Form Session in Oracle application 11i (Doc ID 878931.1)
    Where to find the Client IP Address for a Client in E-Business Suite? (Doc ID 1258415.1)
    How To Get The terminal ID For The Machine From Which A User Is Logged To E-Business Suite Applications (Doc ID 751658.1)
    Thanks,
    Hussein

  • Migrate users from EBS to OID

    Hi,
    Please provide me the steps to migrate the users from EBS R12 to OID?

    Pl see MOS Doc 876539.1 (Using the Latest Oracle Internet Directory 11gR1 Patchset with Single Sign-on and Oracle E-Business Suite)
    HTH
    Srini

  • How migrate Oracle 2 node RAC to EBS R12

    Hi
    How to migrate normal oracle 2node rac to ebs r12.
    Regards,
    Subba.

    Happy to help you ... well I would be if I had any idea what you are asking.
    A two node RAC cluster is two physical servers, and a storage array, running a single Oracle database of unknown version number: No application and no application server.
    EBS R12, I presume, is a totally different product named E-Business Suite version 12.x
    They have different architectures, different licensing, different, resource requirements, and totally different management requirements.
    So I see two possible answers to your inquiry.
    1. You far more clearly explain what you are asking.
    2. You burn the two-node RAC cluster to the ground and install the product you want. That said would recommend not putting the application components of EBS on the two node cluster so you will need at least one additional server.

  • Session holding lock..need to find the apps user holding that SID

    Hello
    in v$lock
    a session is blocking another session..Sid is displayed there
    now i can kill that session if it is holding a lock for too long and i do so too
    But i want to know which apps user was it..there more than 500 users that connect from EBS r12..how would i know whichh user that sid belongs to
    so basically i need to know the apps user holding that SID which is blocking the other session
    Please advice
    Thanks

    Refer to the following links/notes:
    [Which FND_USER is locking that table |http://oracle.anilpassi.com/which-fnd-user-is-locking-that-table-2.html]
    Note: 180683.1 - What is the Supported Method for Releasing a Oracle Application User's Lock on a Table?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=180683.1
    Note: 109061.1 - How to Check Whether an AOL Table is Locked
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=109061.1
    Note: 185762.1 - Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=185762.1

Maybe you are looking for

  • Indesign 6 crash after install when opening MAC OS 10.9.5

    I just bought creative suite 6 and downloaded, photoshop and illustrator are fine but indesign crashes can't open it?

  • TS1963 DMS Launch error after migration from snow leopard iMac to new Macbook Pro?

    I just purchased a Macbook Pro. I used Migration assistant to transfer my files from my '06 iMac, which was running snow leopard to the Macbook and at start up now get a DMS Launch error every time... any suggestions?? The error message says check wi

  • Oracle 9i primary and foreign key constraint

    I had created table in the following way create table dept(deptno number,dname varchar2(20)); create table emp(empno number primary key,ename varchar2(25), deptno number references dept(deptno)); One can get constraint name and constraint type from u

  • Do international settings require an admin?

    I'm working on a new MacBook with Leopard 10.5.6 (I think it's .6) installed. I am working in a regular account, no admin privileges. I set up the language to be Spanish under "International" in the system preferences, but after logging in and out, a

  • Mac Pro USB bluetooth dongle install?

    Mac Pro 2006 with no Bluetooth card, I want to use my apple wireless keyboard/mouse and trackpad. Bought the IOGear GBU521 USB Bluetooth Dongle. I have a fresh install of Lion on an SSD Drive and another on a Hard Drive.  I have no Bluetooth Icon in