APP-FND-00178 Concurrent Manager cannot insert with a duplicate request ID

Dear All,
I have exported the FND_CONCURRENT_REQUESTS table from PROD to development.
After restarting the services when i am submitting concurrent program i am getting the below error.
APP-FND-00178 Concurrent Manager cannot insert with a duplicate request ID
Please advice along with FND_CONCURRENT_REQUESTS what other tables needs to be imported/any other solution.
Thanks & Regards,
Bhaskar Mudunuri

Hi Bhaskar;
You are the best.Yes i agree Hussein is the best
Have you collected all the Doc ID's based on the issues found on this forum, because if any issue raised in this forum it will be reroute it to correct DocID's of the issue for the resolution.
i have checked for this in metalink and found nothing.In many issue of me i never find doc in metalink but he can find solution to my issue by meatlink note.. Thatswhy i am normal dba and he is LEGEND!
Regards
Helios

Similar Messages

  • Con. Req. 'Receiving Transaction Manager' Inactive/No Manager : This request is an unconstrained request. (queue_method_code = I) , No concurrent manager is defined to process this request, so it cannot be processed.

    Hi Gurus,
    I need your help on a concurrent request ( Receiving Transaction Manager ) showing as Inactive/No Manager.
    EBS: R12.1.2 on Linux
    Database: 11.2.0.3 on HP UX Itanium
    A user is submitting the concurrent request - "Receiving Transaction Manager" (It is a concurrent program not a concurrent manager).  The request ends up as Inactive/No Manager. When I click on the diagnostics button this is what it shows -
    "No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this request or to verify that existing concurrent managers have the correct specialization rules."
    I ran analyzereq.sql and the analysis is
    Analysis:
    Request 1427025 is in phase "Pending" with status " Normal".
                               (phase_code = P)   (status_code = I)
    This request is an unconstrained request. (queue_method_code = I)
    It is in a "Pending/Normal" status, ready
    to be run by the next available manager.
    Checking managers available to run this request...
    There is no manager defined that can run this request
    This should show on the form as Inactive/No Manager
    Check the specialization rules for each
    manager to make sure they are defined correctly.
    Additional information (from apps.FND_CONC.DIAGNOSE):
    No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this  request or to verify that existing concurrent managers have the correct specialization rules.
    I ran another SQL to find out which manager runs the program :
    select CONTROLLING_MANAGER,request_id
    from fnd_concurrent_requests
    where request_id=1427025;
    It returned blank (or) NULL for controlling Manager.
    select b.USER_CONCURRENT_QUEUE_NAME from fnd_concurrent_processes a,
    fnd_concurrent_queues_vl b, fnd_concurrent_requests c
    where  a.CONCURRENT_QUEUE_ID = b.CONCURRENT_QUEUE_ID
    and    a.CONCURRENT_PROCESS_ID = c.controlling_manager
    and    c.request_id = 1427025;
    Returned Nothing.
    I thought that for a concurrent program when no specific manager is defined, Standard Manager is the default. Is my understanding wrong ?? Have anyone of you faced this issue? How did you fix it ?
    I did check the profile - Concurrent: Conflict Domain for the responsibility and it is blank.
    Appreciate any help.
    Thanks
    Cherrish Vaidiyan

    Was this working before? If yes, any changes been done recently?
    Your understanding is correct, unless this concurrent program is excluded from being processed by standard manager.
    If the request was not processed then the no rows output is an expected behavior -- (Doc ID 344011.1)
    Have you tried the solution in (Doc ID 1303315.1)?
    Thanks,
    Hussein

  • Concurrent Manager cannot find error description for CONC-System Node

    Hi friends,
    I m facing a problem while doing clustering for oracle EBS.i m using hpux11i with veritas cluster server for oracle DataBase cluster.i am doing 2 node cluster.i have installed oracle 11i apps with 9i DB.thru veritas i am able to do a db cluster failover.now i want to run oracle apps 11i too from both nodes(active/passive).so i configured a virtual IP address with a Virtual Hostname which will move along with the cluster failover.when i configure ora apps tier thru giving it virtual hostname concurrent manager dies with error--Concurrent Manager cannot find error description for CONC-System Node. i tried many things but unable to come up with a solution. pls help.
    regs
    Satish

    Please post the contents of your hosts file here.
    Is FND_NODES table populated correctly? Please run AutoConfig and make sure it completes successfully.
    Why are the Concurrent Managers Failing with 'CONC-System Node Name not Registered" Error After Applying Patch 6461517? [ID 1108452.1]
    OPP and SFM Managers do not Start [ID 1425409.1]
    Thanks,
    Hussein

  • APP-FND-01050: This flexfield cannot be opened because it has no displayed

    Hi,
    I am new to Oracle EBS R12.I created a profile and assiged "Indian HRMS Manager"
    when i try to select Respnsibilities->work structure:Grade->Description
    I got the Error
    APP-FND-01050: This flexfield cannot be opened because it has no displayed segments. Please contact your system administrator.
    Modify your flexfield definition to display one or more segments.
    This may also be caused by incorrect use of the DISPLAY= token to the flexfield user exits in the form. In that case, please contact your support representative.
    APP-FND-00730: This flexfield has an invalid value set. It may use a special value set that uses an Edit event user exit,
    and the user exit has failed. If you are using a form on a graphical user interface (GUI) you may have an invalid value set
    of a different type, possibly a table-validated value set where the table or view does not exist or
    where there is an invalid WHERE clause.
    Contact your system administrator or support representative to check and correct the value sets this flexfield uses.
    how to solve this error................

    Go to system administrator, choose define Key Flex field window. Query for the Grade KFF structure used for your business group. Check how many segments you have defined for it. Also check if at least one of them is enabled and displayed.
    This would make it clear why you are getting the error. Correct it by creating/enabling/displaying at least one segment. That's it !!

  • Concurrent Manager cannot find information for your conc req in FND_USER

    Dear All,
    Our customer is facing this issue while submitting conc requests. The requests end up in a Error with the following message in the Diagnostics.
    Concurrent Manager cannot find information for your concurrent request from FND_USER
    Cause: Concurrent Manager found no rows while selecting information for your concurrent request from FND_USER .
    Sometimes it does not happen. It happens only for HRMS users. We are not sure what is causing this issue.
    Anyone has faced this already? Highly appreciate your suggestions / pointers towards solving this issue.
    Thanks in advance!
    Hem

    Hem,
    Not sure if this is relevant here, but you may try to submit the following concurrent programs and see if it helps.
    - "Sync responsibility role data into the WF table."
    - "Synchronize WF LOCAL tables"
    - "Workflow Directory Services User/Role Validation"
    If the above does not help, enable trace/debug on any of those concurrent programs, and submit it again, check the concurrent request log file contents then (you do not have to generate TKPROF file, so skip this step).
    Note: 453527.1 - How To Trace a Concurrent Request And Generate TKPROF File
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=453527.1
    Regards,
    Hussein

  • Internet Download Manager cannot integration with firefox4 itis Look in the menus it works but it does not actually work ?

    internet Download Manager cannot integration with firefox4 its Look in the menus it works but it does not actually work

    IDM may need to be updated to work with Firefox 4.0. You could contact them and make them aware of the problems you are having with their program.

  • No concurrent manager is defined to process this request,so it can't be pro

    Hello Friends
    I am facing a serious problem in my production server. After Stop/Start my application I have to run cmclean.sql to active "Output Post Processing" concurrent manager.
    I have find out that when I down my application FNDLIBR does not down properly. I have put sleep time 10 minutes and I also wait 5 hours to check is it down or not but After 5 hours the process still running. To down the process I have to execute kill -9 <process id>.
    Please see the below Diagnostic message or Shutdown concurrent manger.
    No concurrent manager is defined to process this request, so it cannot be processed.
    Contact your system administrator to define a concurrent manager to process this request or to verify that existing concurrent managers have the correct specialization rules.
    This request may have to wait on one or more of the following requests to complete before it can begin execution:
    Application Version - 12.0.6
    OS - Redhat Linux (x86)
    Thanks
    Makshud

    Hi,
    No concurrent manager is defined to process this request, so it cannot be processed. See if (Note: 342932.1 - No Concurrent Manager is Defined to Process This Request on Shutdown of Managers) helps.
    Regards,
    Hussein

  • HT1386 While trying to update an app I keep getting a "cannot connect with iTunes store"message

    For some reason my iPad say I cannot connect with iTunes store while trying to update an app. I've tried all I know. Any suggestions?

    I am getting the same message. This is what I did to update my apps.
    Go to the App Store and search for one of the apps that needs an update. When the app appears in the search - there should be an Install button next to the app icon. Tap on it and see if the download will start. It worked for me.
    After over two years of owning iPads and never having had this happen before -  this is happened to me twice now in the last two weeks. It's weird, but it happens.

  • After restoring my iPod cannot synchronise with iTunes; apps , After restoring my iPod cannot synchronise with iTunes; apps

      I have loaded the new iOS 5 and after that I restored my iPod and now all my Apps, Music & Videos are in itunes, But they can't be synchronised to my device
    Please help !!

    Whathappens when you try to sync?

  • Insert with a duplicate constraint

    Hello guys,
    Version 5.0.97
    Could I please clarify if it is possible to distinguish an insert from an update in BerkeleyDB JE (Collections API) ?
    I can provide some code if you need it but I thought I'd ask the question first, as I could be doing something stupid.
    In the BerkeleyDB-GSG (page 74), there is this statement:
    DatabaseConfig.setSortedDuplicates() If true, duplicate records are allowed in the database. If this value is false, then putting a duplicate record into the database results in an error return from the put call. Note that this property can be set only at database creation time. Default is false.
    I set this value as part of the setup mechanism:
    private void initDBConfig(boolean readOnly) {
            dbCfg = new DatabaseConfig();
            dbCfg.setReadOnly(readOnly);                   // we want Read/Write
            dbCfg.setAllowCreate(true);                 // create if it does not exist
            dbCfg.setSortedDuplicates(false);           // do not allow duplicates in primaryDB
            dbCfg.setTemporary(false);                  // this must be a persistent database, not in-memory
            dbCfg.setDeferredWrite(false);              // No deferred writes, it must be transactional
    //        dbCfg.setTransactional(true);               // explicitly make DB transactional TODO: make !readOnly ??
    I can insert an item into the primaryDB but if I try to insert a second record using the same key, I find the new record overwrites the old and does not throw an error.
    Have I misinterpreted this or am I missing a configuration key somewhere ?
    I'm happy to provide an example if this helps although I suspect I am not setting things up correctly.
    Thanks for any help.
    Clive

    Hi Clive,
    Well, the BDB JE GSG documentation is a bit misleading in that particular section, because it does not detail all possible cases of doing the Database.put*() calls.
    DatabaseConfig.setSortedDuplicates() configures the database to support duplicates (duplicates records having the same key) or not. Note that this database property is persistent and cannot be changed once set;  the default is false, that is, duplicates are not allowed.
    If the database is configured to not support duplicates -- setSortedDuplicates(false) -- as in your case, then a Database.put() call to insert a record having a key that already exists in the database will result in overwriting the record with the same key, basically replacing the data associated with the key (an update);  it will not result in an error.  A Database.putNoOverwrite() call to insert a record having a key that already exists in the database will result in an OperationStatus.KEYEXIST error being returned, regardless of whether the database is configured to support duplicates or not (this is what you would want to attempt an insert). 
    There's also Database.putNoDupData() which stores the key/data pair into the database if it  does not already appear in the database, but this method may only be called if the  database supports sorted duplicates.
    Though, you mentioned you are using the Collections API.  Also, as your database is a primary database, then you've correctly configured it so that it does not allow duplicates.
    In the JE Collection API, if the database is configured to not allow duplicates then the StoredMap.put() call will result in inserting a new record if the key does not already exist in the database or in updating the data if the key already exists in the database.  Note that the return value will be null if the key was not present or it will be the previous value associated with the key, if the key was present in the database.
    So, if you've configured to not allow duplicates, and if you want to prevent a StoredMap.put() call from replacing/overwriting existing data if the key is already present, then you would need to first check if the key is present, by using Map.containsKey(). See the Adding Database Items section in the Java Collections Tutorial documentation.
    Regards,
    Andrei

  • APP-FND-204 error

    Hi There,
    We are facing following error in invertory module.
    "APP-FND-00204" Concurrent Manager encountered an error while running the spawned concurrent program Receiving Transaction Manager -RCVOLTM for your request. TM-SVC LOCK HANDLE FAILED.
    Please help me out in this regard.
    OS: Linux-5 *86x64
    Application: Oracle Ebs-R12(12.1.2)
    Databases: 11.1.0.7
    Regards,
    Mohsin

    "APP-FND-00204" Concurrent Manager encountered an error while running the spawned concurrent program Receiving Transaction Manager -RCVOLTM for your request. TM-SVC LOCK HANDLE FAILED.
    Please help me out in this regard.Please see these docs.
    RCVOLTM Fails with Error APP-FND-204 [ID 311884.1]
    Receiving.RECEIPTS Common Error Message WMSINB-22192 , APP-FND-00204 and APP-PO-14094 [ID 1251114.1]
    How Many Processes Should Be Set For The Receiving Transaction Manager (RTM)? [ID 404336.1]
    CVRCERC Receiving Error Tm-Svc Lock Handle Failed APP-FND-204 Saving Receipts with Online Mode [ID 311868.1]
    Performance Issue On Saving Receipt With OSP Item In R12.1.1. [ID 1165114.1]
    Thanks,
    Hussein

  • PO RECEIPT 처리시에 APP-FND-00204 TM-TIMEOUT ERROR

    제품 : MFG_PO
    작성날짜 : 2002-11-27
    PO RECEIPT 처리시에 APP-FND-00204 TM-TIMEOUT ERROR
    ==============================================
    PURPOSE
    Receipt/Return/Collection 처리시에
    " APP-FND-00204 Timeout No Receiving Transaction Manager RCVOLTM TM-TIMEOUT " error 발생으로 처리 불가.
    Explanation
    Apply Patch2019427 or later.
    rvacj.lpc 115.30
    rvcac.opc 115.21
    Example
    Reference Documents
    -------------------

    "APP-FND-00204" Concurrent Manager encountered an error while running the spawned concurrent program Receiving Transaction Manager -RCVOLTM for your request. TM-SVC LOCK HANDLE FAILED.
    Please help me out in this regard.Please see these docs.
    RCVOLTM Fails with Error APP-FND-204 [ID 311884.1]
    Receiving.RECEIPTS Common Error Message WMSINB-22192 , APP-FND-00204 and APP-PO-14094 [ID 1251114.1]
    How Many Processes Should Be Set For The Receiving Transaction Manager (RTM)? [ID 404336.1]
    CVRCERC Receiving Error Tm-Svc Lock Handle Failed APP-FND-204 Saving Receipts with Online Mode [ID 311868.1]
    Performance Issue On Saving Receipt With OSP Item In R12.1.1. [ID 1165114.1]
    Thanks,
    Hussein

  • Concurrent Manager not starting automatically with adstrtal.sh apps/apps

    I am facing an issue with ICM, its not starting automatically when I start the application with help of
    /d01/oracle/viscomn/admin/scripts/VIS_oracleapps/adstrtal.sh apps/apps
    But, I am able to start it manually with adcmctl.sh start apps/apps - any clue why its not starting automatically?
    Pls let me know if any suggestions to troubleshoot...
    CM log file snip -
    Shutting down Internal Concurrent Manager : 26-JUN-2008 11:06:13
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-01017: invalid
    username/password; logon denied
    Review your error messages for the cause of the error. (=<POINTER>)
    The VIS_0626@VIS internal concurrent manager has terminated with status 1 - giving up.
    Thanks,
    Ambi

    This issue has been fixed, it was due to (apps) password was misspelt in the script calling the adstrtal.sh script.

  • Concurrent manager not working on multi tier apps r12.1

    Hi All,
    I've created clone environment from our production environment, following details of the environment:
    DB: 11.1.0.7 - 2 nodes RAC
    APPS: 11.1.3 - 2 nodes
    OS: LINUX 64bit
    hosnames: terbdb1, terbdb2
    my problem is any request immediately appear as inactive nomanager.
    here's cm log file of both nodes:
    TERBDB1:
    ========================================================================
    Starting TEST_0620@TEST Internal Concurrent Manager -- shell process ID 22842
              logfile=/app1/TEST/inst/apps/TEST_terbdb1/logs/appl/conc/log/TEST_0620.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=30
                 pmon=4
               quesiz=1
              Reviver is ENABLED
    Routine &ROUTINE has attempted to start the internal concurrent manager.  The ICM is already running.  Contact you system administrator for further assistance.afpdlrq r
    eceived an unsuccessful result from PL/SQL procedure or function FND_DCP.Request_Session_Lock.
    Routine FND_DCP.REQUEST_SESSION_LOCK received a result code of 1 from the call to DBMS_LOCK.Request.
    Possible DBMS_LOCK.Request resultCall to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 20-JUN-2013 00:57:38 -
    Shutting down Internal Concurrent Manager : 20-JUN-2013 00:57:38
    List of errors encountered:
    _ 1 _
    Routine AFPCSQ encountered an ORACLE error. .
    Review your error messages for the cause of the error. (=<POINTER>)
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The TEST_0620@TEST internal concurrent manager has terminated with status 1 - giving up.
    You have new mail in /var/spool/mail/applmgr
    TERBDB2:
    ========================================================================
    Starting TEST_0620@TEST Internal Concurrent Manager -- shell process ID 24424
              logfile=/app1/TEST/inst/apps/TEST_terbdb2/logs/appl/conc/log/TEST_0620.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=30
                 pmon=4
               quesiz=1
              Reviver is ENABLED
    +---------------------------------------------------------------------------+
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 20-JUN-2013 00:53:21
    +---------------------------------------------------------------------------+
                       Process monitor session started : 20-JUN-2013 00:53:21
    Starting INVTMRPM Concurrent Manager               : 20-JUN-2013 00:53:21
    Starting RCVOLTM Concurrent Manager                : 20-JUN-2013 00:53:21
    Starting FFTM Concurrent Manager                   : 20-JUN-2013 00:53:21
    Starting C_AQCT_SVC Concurrent Manager             : 20-JUN-2013 00:53:21
    Starting FNDCPOPP Concurrent Manager               : 20-JUN-2013 00:53:21
    Starting DownloadProcessorMigrationMode Concurrent Manager : 20-JUN-2013 00:53:22
    Starting DownloadProcessorNormalMode Concurrent Manager : 20-JUN-2013 00:53:22
    Starting FNDCRM Concurrent Manager                 : 20-JUN-2013 00:53:22
    Starting FNDSCH Concurrent Manager                 : 20-JUN-2013 00:53:22
    Starting AMSDMIN Concurrent Manager                : 20-JUN-2013 00:53:22
    Starting OAMCOLMGR Concurrent Manager              : 20-JUN-2013 00:53:22
    Starting IEU_WL_CS Concurrent Manager              : 20-JUN-2013 00:53:22
    Starting PASMGR Concurrent Manager                 : 20-JUN-2013 00:53:22
    Starting IEU_SH_CS Concurrent Manager              : 20-JUN-2013 00:53:22
                         Process monitor session ended : 20-JUN-2013 00:53:22
    Kindly advice.
    Regards,
    Ahmed

    Salam Hussein,
    this's output of PROD:
    SQL> select concurrent_queue_name, p.node_name, db_instance
      2  from fnd_concurrent_processes p, fnd_concurrent_queues q, fnd_cp_services s
      3  where p.queue_application_id = q.application_id
      4  and p.concurrent_queue_id = q.concurrent_queue_id
      5  and q.manager_type = s.service_id
      6  and p.process_status_code = 'A';
    CONCURRENT_QUEUE_NAME          NODE_NAME                      DB_INSTANCE
    FNDCRM                         ERPAPP1                        MCITERP1
    FNDICM                         ERPAPP1                        MCITERP1
    FNDSCH                         ERPAPP1                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    CONCURRENT_QUEUE_NAME          NODE_NAME                      DB_INSTANCE
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    STANDARD                       ERPAPP2                        MCITERP1
    PODAMGR                        ERPAPP1                        MCITERP1
    PODAMGR                        ERPAPP1                        MCITERP1
    PODAMGR                        ERPAPP1                        MCITERP1
    PODAMGR                        ERPAPP1                        MCITERP1
    CONCURRENT_QUEUE_NAME          NODE_NAME                      DB_INSTANCE
    RCVOLTM                        ERPAPP1                        MCITERP1
    PASMGR                         ERPAPP2                        MCITERP1
    INVMGR                         ERPAPP2                        MCITERP1
    INVTMRPM                       ERPAPP1                        MCITERP1
    WFALSNRSVC                     ERPAPP1                        MCITERP2
    WFMLRSVC                       ERPAPP1                        MCITERP1
    FTE_TXN_MANAGER                ERPAPP2                        MCITERP1
    IEU_SH_CS                      ERPAPP1                        MCITERP1
    IEU_WL_CS                      ERPAPP1                        MCITERP1
    OAMCOLMGR                      ERPAPP1                        MCITERP1
    FNDSM_ERPAPP2                  ERPAPP2                        MCITERP1
    CONCURRENT_QUEUE_NAME          NODE_NAME                      DB_INSTANCE
    FNDSM_ERPAPP1                  ERPAPP1                        MCITERP1
    WFWSSVC                        ERPAPP1                        MCITERP2
    AMSDMIN                        ERPAPP1                        MCITERP1
    FNDCPOPP                       ERPAPP2                        MCITERP2
    FFTM                           ERPAPP1                        MCITERP1
    38 rows selected.
    Regards,
    Ahmed

  • Internal concurrent manager is not up

    HI
    db : 11g
    apps : 11.5.10.2
    I found this error in internal conc mgr log file.
    APP-FND-01564: ORACLE error 1 in insert_icm_record
    Cause: insert_icm_record failed due to ORA-00001: unique constraint (APPLSYS.FND_CONCURRENT_PROCESSES_U1) violated.
    The SQL statement being executed at the time of the error was: INSERT INTO FND_CONCURRENT_PROCESSES (CONCURRENT_PROCESS_ID, LAST_UPDATE_DATE, CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, ORACLE_PROCESS_ID, QUEUE_APPLICATION_ID, CONCURRENT_QUEUE_ID, OS_PROCESS_ID, SESSION_ID, PROCESS_START_DATE, PROCESS_STATUS_CODE, MANAGER_TYPE, NODE_NAME, DB_NAME, DB_DOMAIN, SQLNET_STRING, DB_INSTANCE, Instance_Number) VALUES (:cpid, SYSDATE, SYSDATE, :mgrusrid, :mgrusrid, :opid, :qappid, :qid, :ospid, :osid, SYSDATE, 'A', 0, :node, :dbname, :dbdomain, :dbinst, (Select instance_name from v$instance), (Select instance_number from v$instance)) and was executed from the file &ERRFILE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROJ2_0907@PROJ2 internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting PROJ2_0907@PROJ2 Internal Concurrent Manager -- shell process ID 7041
    logfile=/oracle/instance/proj2/proj2comn/admin/log/PROJ2_rh53vm01/PROJ2_0907.mgr
    PRINTER=noprint
    mailto=oracle
    restart=N
    diag=N
    sleep=60 (default)
    pmon=20 (default)
    quesiz=1 (default)
    establish_icm - Unable to insert ICM record
    Call to establish_icm failed
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 07-SEP-2009 06:36:25 -
    Shutting down Internal Concurrent Manager : 07-SEP-2009 06:36:25
    List of errors encountered:
    _ 1 _
    Routine AFPCSQ encountered an ORACLE error. .
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01564: ORACLE error 1 in insert_icm_record
    Cause: insert_icm_record failed due to ORA-00001: unique constraint (APPLSYS.FND_CONCURRENT_PROCESSES_U1) violated.
    The SQL statement being executed at the time of the error was: INSERT INTO FND_CONCURRENT_PROCESSES (CONCURRENT_PROCESS_ID, LAST_UPDATE_DATE, CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, ORACLE_PROCESS_ID, QUEUE_APPLICATION_ID, CONCURRENT_QUEUE_ID, OS_PROCESS_ID, SESSION_ID, PROCESS_START_DATE, PROCESS_STATUS_CODE, MANAGER_TYPE, NODE_NAME, DB_NAME, DB_DOMAIN, SQLNET_STRING, DB_INSTANCE, Instance_Number) VALUES (:cpid, SYSDATE, SYSDATE, :mgrusrid, :mgrusrid, :opid, :qappid, :qid, :ospid, :osid, SYSDATE, 'A', 0, :node, :dbname, :dbdomain, :dbinst, (Select instance_name from v$instance), (Select instance_number from v$instance)) and was executed from the file &ERRFILE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROJ2_0907@PROJ2 internal concurrent manager has terminated with status 1 - giving up.
    =============
    _ 1 _
    Routine AFPEIM encountered an ORACLE error. ORA-00001: unique
    constraint (APPLSYS.FND_CONCURRENT_PROCESSES_U1) vio.
    Review your error messages for the cause of the error. (=<POINTER>)
    Where as all other conc mgr are up and when i submit one conc request it completed normal.
    How should i bring the ICM up?
    Thanks a lot................

    Hi,
    Please refer to (Note: 552142.1 - Error APP-FND-01564 ORA-00001 when Starting the Concurrent Managers).
    Regards,
    Hussein

Maybe you are looking for