Is My query is enough to fetch concurrent manager goes INACTIVE NOMANAGER?

Dear Legends,
Is the following query is Okay to fetch whenever concurrent manager goes to INACTIVE NOMANAGER status? I have put this in a shell cron so whenever the concurrent goes INACTIVE NOMANAGER it will be firing an alert to the list of mail id's.
Query for determining the details
========================
SELECT
    REQUEST_ID,
    PHASE_CODE,
    STATUS_CODE,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    REQUESTED_BY,
    RESPONSIBILITY_ID,
    RESPONSIBILITY_APPLICATION_ID
FROM
    FND_CONCURRENT_REQUESTS
WHERE
    PHASE_CODE='P'
AND
    STATUS_CODE='M';
Here am taking the count
===================
SELECT
    count(*)
FROM
    FND_CONCURRENT_REQUESTS
WHERE
    PHASE_CODE='P';
Thanks,
Karthik

In our test environment ,today one developer said his request completed with inactive ,nomanager.I checked the concurrent manager related to that request,it is showing actual is zero and target as 4.It means that particular concurrent manager is down?..Yes.
I checked the concurrent manager status using adcmctl.sh .It shows internal manger not active at this time.But active users concurrent request completed succesfully in standard manager.what does it mean?Check that specific CM log file for details about the error. Also, bounce the CM using adcmctl.sh script and check then (you may need to run cmclean.sql script before bringing the services up).
Thanks,
Hussein

Similar Messages

  • Concurrent manager status inactive every application services restart

    ebs: 11.5.10.2
    os: AIX 5
    whenever im restarting application server i mean to take coldbackup or for any workaround
    the concurrent manager are down i checked with command ps -ef|grep fndlibr|grep APPLMGR|wc -l it shows only one concuurent manager is running so i have to go for a Conccurent manager recover through OAM then all the conccurent manager are up the same ps -ef|grep fndlibr|grep APPLMGR|wc -l shows 15
    while going through Conccurent manager recovery is gives me orphaned Process(which is a schedule request from user--iam unable to cancel the request it says the conccurent manager which was handling this request does not exist) which is supposed to be killed but im unable to kill it at oslevel
    when i use kill -9 ospid it says ospid doesnt exist (may be it is ospid of the user system)
    can anyone say me why is this happening and lead me to a solution?
    shall i go for a cmclean and if yes then tell me what cm clean does...
    Thanks
    ApPsMasTI,
    ShARinG Is CarInG

    Hi;
    You can run cmclean.sql. For details see:
    CMCLEAN
    Also see:
    How To Clear Orphan Generate Run Balance Processes [ID 337898.1]
    Regard
    Helios

  • EBS 11i - Concurrent Manager goes down due to network failure.

    Hi,
    We have a Single Node Oracle EBS 11i (11.5.10) [upgraded from 11.0.3] Production Instance on a Windows 2003 (32-Bit) server.
    We have UPS support for the Server but the Netwok Switch is not on UPS. Due to this whenever there is a power trip the network goes down and due to this the Concurrent Manager (only)goes down. All other Apps Tier and DB Tier services are up inlcluding the 806 Listener (APPS_SID).
    Is this how it is designed to work? Is there anyway to ensure that the Conc. Manager does not go down due to network failure.
    Rgds,
    Thiru

    Here it is
    Process monitor session ended : 02-OCT-2009 07:30:04
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 02-OCT-2009 07:43:16 -
    Shutting down Internal Concurrent Manager : 02-OCT-2009 07:45:56
    Reviver is not enabled, not spawning a reviver process.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPSMG encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 3 _
    Routine FDPCRQ encountered an ORACLE error. ORA-03113: end-of-file on
    communication channel
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01564: ORACLE error 1041 in fdudat
    Cause: fdudat failed due to ORA-01041: internal error. hostdef extension doesn't exist.
    The SQL statement being executed at the time of the error was: &SQLSTMT 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 PROPTRN_1002@PROPTRN internal concurrent manager has terminated with status 1 - giving up.

  • Can we change/Modify BI server generated Sql query and run to fetch data

    Hi,
    My client is saying that there is an option to modify bi server generated sql query to fetch data from source.
    question:As a request is made in presentation services, A dynamic sql query is generated and fetches data from source. all this is loggedin Nqlquery log..well can we change/modify the sql query generated and run modified sql query to fetch data from source. ., if so how? if not why?
    Thanks in advance
    Edited by: user10794468 on Jun 16, 2009 6:29 PM
    Edited by: user10794468 on Aug 12, 2009 6:58 PM

    Thank you so much for your reply..
    ..Can we also modify sql query generated by bi server to fetech data. the query's which we see in query log file..

  • Query to findout list of concurrent requests which is consuming somuch load

    Hi,
    Can anyone please send me query to get list of concurrent processes which is consuming too much LOAD on server.
    Thanks.

    managed to find a good link
    http://download.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/index.htm

  • Query to find concurrent programs defined in each concurrent manager queue

    We have got custom concurrent queues defined and have then included applications / programs under it.
    This way we are seggregating the load across multiple queues and application servers.
    As a check , i want to find what programs are running / actually scheduled under each queue.
    I can see the same from the application frontend. How can I find the same form backend database.
    AU

    Hi,
    Please section "How to find out which request is handle by which concurrent queue." under the following link:
    http://raghuook.blogspot.com/2010/08/apps-dba-trobleshoot-scripts.html
    Also see the following link:
    Checking the status of all concurent managers from backend
    Requests run by a specific Concurrent Manager/Queue within the date range
    Hope this helps!
    Best Regards

  • Concurrent manager hands

    Dear all,
    Recently I'm facing weird situation.
    Suddenly the concurrent manager hangs. It doesn't show "Inactive Manager"
    It just doesn't progress. It stays on "Pending Normal"
    Neither a restart of the CM, nor restart of the whole application (and the DB) is enough.
    I had to reboot the server in order the CM work properly.
    This issue is recurring on a daily basis.
    Could you help me in solving it
    Your prompt reply is highly appreciated
    Rgds,
    wazwaz

    Hi,
    Check the following:
    1. run the "purge Concurrent requests" for all schema's and age will be around 15 days as the parameter
    2. try to remove unwanted logfiles under $APPLCSF/$APPLLOG as well as $APPLCSF/$APPLOUT for out files
    3. monitor the concurrent manager log files under $APPLCSF/$APPLLOG
    (preferably the file name looks like <Instance>hostname.mgr (for example PRODserver1.mgr).
    4. check the rows in the FND_CONCURRENT_REQUESTS and try to reduce it (if above Item1 Doesn't reduce much rows, You need to consider to purge the rows in this table)
    5. try to run the cmclean.sql which available in the metalink. Please stop the concurrent manager before run this sql query
    6. Are all the concurrent request changed into pending:normal? I mean, whenever we submit the requests all the requests getting pending:Normal?
    regards,
    Pandian

  • Program was terminated by signal 6 Concurrent Manager encountered an error while running Oracle*Report

    Hi,
    My concurrent request failed due to
    Program was terminated by signal 6
    Concurrent Manager encountered an error while running Oracle*Report
    stat_low = 6
    stat_high = 0
    emsg:was terminated by signal 6
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xf7176d3e, pid=17695, tid=4096898752
    # JRE version: 6.0_32-b05
    # Java VM: Java HotSpot(TM) Server VM (20.7-b02 mixed mode linux-x86 )
    # Problematic frame:
    # V [libjvm.so+0x5f5d3e] ParallelScavengeHeap::tlab_capacity(Thread*) const+0xe
    # An error report file with more information is saved as:
    # /oracle/tst3/inst/apps/tst3_ora-web2/logs/appl/conc/log/hs_err_pid17695.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    what could be the reason behind this error.
    If any one knows this Please help me..
    Thank You

    Hi,
    Please provide your environment details.
    Is this a custom program? was this report working fine? If yes, what changes were made lately?
    Thanks &
    Best Regards,

  • Concurrent manager encountered an error while running sql*plus for your concurrent request create internal order

    Hi
    We have a big problem, We can't create internal orders, when I run the CREATE INTERNAL ORDER, it finish with ERROR:
    Concurrent Manager encountered an error while running SQL*Plus for your concurrent request 134980682.
    Review your concurrent request log and/or report output file for more detailed information.
    this is the log:
    +---------------------------------------------------------------------------+
    Purchasing: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POCISO module: Create Internal Orders
    +---------------------------------------------------------------------------+
    Current system time is 26-JUL-2013 09:21:09
    +---------------------------------------------------------------------------+
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Begin create internal sales order
    Updating Req Headers
    14 Reqs selected for processing
    Top of Fetch Loop
    Source Operating Unit: 82
    Selecting Currency Code
    Currency Code : MXP
    Selecting Order Type
    Order Type ID:1001
    Selecting Price List from Order Type
    Deliver To Location Id: 196
    Inserting Header : 3908784
    Getting the customer id
    Getting the customer id: 15334
    Unhandled Exception : ORA-01403: no data found
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Concurrent Manager encountered an error while running SQL*Plus for your concurrent request 134980682.
    Review your concurrent request log and/or report output file for more detailed information.
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    78
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 26-JUL-2013 09:21:14
    +---------------------------------------------------------------------------+
    Some suggestion for resolve it??
    Thanks & Regards.

    In the document 294932.1 Section 4 there are no pre-installation patches or update for OS RedHat LinuxAS4.
    When I type echo $LD_ASSUME_KERNEL it doesn't display any value so do I need to set the LD_Assume_Kernal value manually.
    If yes, please let me know the path and command to set the kernel value.
    Thanks
    Amith

  • Concurrent Manager not starting after patching/ cloning

    Hi,
    We have an issue where after cloning and/or patching an environment the concurrent manager doesn't start. Our steps to resolve this problem have thus far been as follows:
    1. Apply 3830807
    2. Run autoconfig
    3. Run cmclean.sql on environment
    4. Check the libc* files in 8.0.6 ORACLE_HOME/lib/stubs
    We had an instance after a patch was applied where the conc mgr did not start and we applied all of the above, in that order. No success. We then decided to apply the 3830807 patch again and run autoconfig- basically re- run steps 1 and 2. Success. In another instance, running the cmclean.sql resolved the error. In some instances, simply shutting down the application and DB and restarting will be enough.
    Our problem is that the resolution to this error always seems random. What may work in one instance almost never works in another. Additionally, the problem has started since we've applied ATG RUP 6 to our LIVE environment and our clones. Coincidence?
    We have logged an SR but I feel like we're being spun in circles- I'm not getting a direct answer or resolution path from them.
    If someone could provide some guidance on a proper resolution path for this conc mgr issue I would very much appreciate it.
    Thanks,
    Lia.

    Basically the approach we're now taking (and that's working) is that after applying a patch, or set of patches, we apply patch 3830807 and then run autoconfig on the db and apps tier. We then shut down the application (if not already down) and the database and then bring everything back up.
    Thanks to all for their assistance.
    Lia.

  • Widows XP - Concurrent Manager - Target node/queue unavailable!

    Dear All,
    Need help to run concurrent Manager, all services are up, started, but all request are inactive, no manager, I tried my best to solve this problem thru metalink, updating FND......, its activating and suddenly status changing to target node/queue unavailable.
    Please give me some idea how to sort this problem, when intalling 11i there is some error came memory error and i cancelled, then it proceeded and completed installation.
    Regards,
    Williams.

    Hi All,
    I am also facing same problem and did you got the any soluation.
    I am getting below problem, while trying to install E-Business suite on Windows server XP,
    RW-50011 :ERROR:- Operating system patch/version test has returned an error:1
    Moreover I have prox 92 GB disk space free, but it's giving errors, there is no enough free space on disk...
    Warm regards
    raags INDIA
    [email protected]

  • Routine AFPEIM encountered an error while starting concurrent manager STAND

    hi,
    Today i have done cloning and clone completed successfully. but CM is not comming up. I found the following errors in the concurrent log. Any hints on this.
    ==========================================
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting INVTMRPM Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:48
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:48
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting PODAMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator t : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting RCVOLTM Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /eqaappl/drqaebiz/appl/po/11.5.0/bin/RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:49
    Starting INVMGR Concurrent Manager : 28-FEB-2012 13:33:49
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVMGR with library /eqaappl/drqaebiz/appl/inv/11.5.0/bin/INVLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting TDSMGR Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager TDSMGR with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting XDP_MANAGER Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager XDP_MANAGER with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administr : 28-FEB-2012 13:33:50
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:50
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:50
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:51
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:51
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:52
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:52
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting STANDARD Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /eqaappl/drqaebiz/appl/fnd/11.5.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrato : 28-FEB-2012 13:33:53
    Starting PASMGR Concurrent Manager : 28-FEB-2012 13:33:53
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PASMGR with library /eqaappl/drqaebiz/appl/pa/11.5.0/bin/PALIBR.
    Check that your system has enough resources to start a concurrent manager process. Contact your system administrator to : 28-FEB-2012 13:33:53
    Process monitor session ended : 28-FEB-2012 13:33:53
    ==========================================
    i have done already steps mentioned in 1312632.1 but nor worked for me.
    also i ran below command and output is as follows.
    SQL> select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    2 3
    CONCURRENT_QUEUE_NAME
    FNDSM_DRQAEBS
    SQL>
    Version details are 11.5.10.2 and DB is 11g.
    Regards
    DBA.

    Hi;
    Please see:
    R12 instance Concurrent manager  and host status is showin as down
    Regard
    Helios

  • Concurrent Manager - Actual processes

    Oracle EBS 11.5.9 on Windows 2003
    1-In administer concurrent Managers screen.
    against STANDARD MANAGER, i am not able to see ACTUAL process where as in TARGET & RUNNING columns are showing values.
    I think it happend after cloning, on production i am able see ACTUAL processes.
    2-The problem is basically, concurrent manager processing is very slow.
    How i can troubleshoot above two points.
    Regards,

    Hi,
    1-In administer concurrent Managers screen.
    against STANDARD MANAGER, i am not able to see ACTUAL process where as in TARGET & RUNNING columns are showing values.
    I think it happend after cloning, on production i am able see ACTUAL processes. Any errors in the CM log file?
    From System Administrator responsibility, navigate to Concurrent > Manager > Administer. Query "Standard Manager", click on "Work Shifts" and verify the number of Processes.
    2-The problem is basically, concurrent manager processing is very slow.Do you run "Purge Concurrent Request and/or Manager Data" concurrent program on regular basis?
    How many rows you have in the FND_CONCURRENT_PROCESSES and FND_CONCURRENT_REQUESTS tables? Make sure it does in exceed 50K by running "Purge Concurrent Request and/or Manager Data" concurrent program.
    Regards,
    Hussein

  • Concurrent manager log CONC-SM TNS FAIL ICM failed to start for target MSOA

    Hi all,
    We are doing cloning from two node PCP with loadbalancer to single node application tier.
    I did preclone in database and one of the node of application,
    Run adcfgclone.pl in dbTier and AppsTier everything went smooth, But the Three managers are not coming up,
    1. Internel manager
    2.Standar manager
    3.standard manager
    Thease three managers are pointing to node" Prymary node of PCP
    We followed the note: 555081.1 still the issue is same
    The manager logfile shows:
    "Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:22
    Starting STANDARD Concurrent Manager : 15-NOV-2008 21:20:22
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /ebiz/u01/appltest/TEST/apps/apps_st/appl/fnd/12.0.0/bin/FNDLIBR.
    Check that your system has enough resources to start a concurrent manager process : 15-NOV-2008 21:20:23
    Starting Internal Concurrent Manager Concurrent Manager : 15-NOV-2008 21:20:23
    CONC-SM TNS FAIL
    : ICM failed to start for target MSOAAPPL2. Review ICM log files for additional information.
    Process monitor session ended : 15-NOV-2008 21:20:23"
    Please help me out in resolving this
    many thanks in advance..

    Hi all,
    Sorted out by changing the Primary node as thhe corect node and run cmclean.sql..
    Now the managers are working file..
    Thanks and Regards
    Vasu

  • No Concurrent Manager available

    Hi,
    I recently installed 11i(11.5.10) on windows 2003. But i am not able to run any concurrent manager. When i check the diagnostics through OAM, it shows CM is running. But when i submit any Concurretn Request, it goes to Inactive phase with No Manager Available to run it. I checked the logs in Common Top and it is as below. Could anybody help me to fix this issue.
    Found dead process: spid=(2880:2884), cpid=(767452), ORA pid=(10), manager=(0/1)
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Internal Concurrent Manager started : 10-MAY-2008 16:55:32
    Process monitor session started : 10-MAY-2008 16:55:33
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    CONC-SM TNS FAIL
    Starting INVTMRPM Concurrent Manager : 10-MAY-2008 16:56:04
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager INVTMRPM with library C:\Super\visappl\inv\11.5.0\bin\INCTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system admin : 10-MAY-2008 16:56:06
    Starting CRPINQMGR Concurrent Manager : 10-MAY-2008 16:56:06
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager CRPINQMGR with library C:\Super\visappl\crp\11.5.0\bin\CYQLIB.
    Check that your system has enough resources to start a concurrent manager process. Contact your system adm : 10-MAY-2008 16:56:07
    Starting PODAMGR Concurrent Manager : 10-MAY-2008 16:56:07
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager PODAMGR with library C:\Super\visappl\po\11.5.0\bin\POXCON.
    Check that your system has enough resources to start a concurrent manager process. Contact your system admini : 10-MAY-2008 16:56:08
    Starting RCVOLTM Concurrent Manager : 10-MAY-2008 16:56:08
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library C:\Super\visappl\po\11.5.0\bin\RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system admin : 10-MAY-2008 16:56:09
    Starting RCVOLTM14 Concurrent Manager : 10-MAY-2008 16:56:09
    CONC-SM TNS FAIL
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM14 with library C:\Super\visappl\po\11.5.0\bin\RCVOLTM.
    Check that your system has enough resources to start a concurrent manager process. Contact your system adm : 10-MAY-2008 16:56:10

    hi Walker
    you can try to this option also
    configure printer at operating system level will avoid this error as i too face the same issue whenever i do fresh installation, concurrent mgr will be working fine but report goes to inactive nomanager phase
    a)configure printer at operating system level
    b)restart concurrent manager service from service panel
    Regards

Maybe you are looking for

  • Unable to install creative cloud error code 1

    unable to install creative cloud error code 1 windows 8

  • Automate Microsoft Word in a Java application

    Hi there, I want to write formatted text from my Java application, including data store in the database. How can I do it? Do you recommend me POI or JACOB? What are the advantages of each of those? Thanks a lot for your help.

  • Numbers slow to open

    Hi I am using Numbers '08. I have a document/ template with about 10 sheets that i have created. It doesn't have a lot of data in it yet, just formulas and conditional formatting ready for when i start imputing my data. It takes around 5 mins to open

  • Black and white is full but wont print

    I replaced the black ink, but its reading it as only 1/3 full.. The colour ink's are empty, but I just need to print in Black and white and the Officejet Pro 8600 will not let me print unless I replace the colour. This cannot be true is it?? must be

  • Logging Unhandled Exceptions

    Is there a way to log all exceptions, including unhandled exceptions? What I want to do is have the exception log run on all or our client workstations. When an unhandled exception occurs (Murphy's Law), I want to be able to go view the client applic