Oracle  Standard Manager Max No.Of Requests in Running Status

Hi,
We have a Batch Process program to Kick the Concurrent Programs from the Back-End. Based on the data, there are some programs which kicks more than once. Our issue is while kicking the programs, it kicks the same program multiple times at a time which is causing the problem. We have settings of 40 concurrent programs running at a time, can we know what is the best count to keep in order to solve this problem
Are do we have any alternate way to make that possible.
Please Explain...........
Thanks in Advance

So due to connections overflow, we are getting the programs errored out.Please suggest the error message.
So can u suggest, what is the Maximum No.Of Request can ran with Standard Manager?.It depend on memory availability on your concurrent manager server. Read below metalink note to tune Concurrent manager processes as per your need:-
A Holistic Approach to Performance Tuning Oracle Applications Systems [ID 69565.1]
And is there any way to create another Concurrent Manager, which can share the requests when the standard manager is overflowed. I am not aware of any method where in standard manager work can be diverted to some other manager once it gets overflowed other then PCP but for that you need to impleemnt CM tier on additional node. Please see below note for more:-
How to Setup and Test Failover of PCP on Non-RAC Environments. [ID 743716.1]
Apart from it you can create custom concurrent managers and assign it to custom request to be run under it, by this way you can reduce load on standard manager. See below discussion on custom manager:-
Re: Concurrent manager quest
Also see
How To Make User Run Any Requests Using Standard Manager Except Specific Program Run By Custom Manager? [ID 1297419.1]
Thanks,
JD

Similar Messages

  • Standard Manager Not Picking Up Request

    Hi ,
    Standard Manager is not picking up the requests.All the request remains in Pending Normal State. If I exclude the same request and assign it to another Manager , It is running successfully.
    Note Read/Followed : 555081.1,1304305.1,144921.1 ,158149.1
    Standard Manager is not working in Oracle Ebusiness Suite 11i
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=947860
    Any Idea I tried Increasing the Processes. Teminated all the requests through backend.
    Nothing is there in ICM Log File and Standard Manager File
    EBS is R12.1.3
    OS : AIX
    DB : 11gR2
    Regards
    Sourabh Gupta

    Hi Sourabh,
    After Running the Autoconfig and bouncing CM , it works.Good to hear that.
    Any Specific reason issue only get resolved after Autoconfig On Apps Tier ? Since I Have run CMCLEAN.sql and Link the FND Libraries Yesterday .Not really as no errors are reported in the CM log file.
    Running AutoConfig and cmclean.sql would resolve CM issues in most cases if no errors are reported in the CM/Database log files.
    Thanks,
    Hussein

  • Oracle Standard Manager Hang

    Good Day every One ,
    Am working on Oracle Application 12.1.3
    And Database 1.2.0.3
    And OS RedHat 6.1
    I had this problem my standard manager have too many pending request and there is no one can see the output of the oracle requests because all of them have pending normal status  .
    standard manager  Actual    target     runinig    pending
                                  15          15          15          23
    how can i solve this issue ?

    CCM.sql output
    ===================================================================
    Step 1 Checking how many rows in FND_CONCURRENT_REQUEST.
      COUNT(*)                                                                     
        355323                                                                     
    Step 2 Checking how many rows in FND_CONCURRENT_PROCESSES table.
      COUNT(*)                                                                     
         17999                                                                     
    Step 3 Checking sys.dual table which should have one and only one row.
      COUNT(*)                                                                     
             1                                                                     
    If you have more than one row in sys.dual, please delete it
    sql> delete rownum from SYS.DUAL
    rownum= the row number to delete
    Step 4 Checking fnd_dual. There must be at lest one row:
      COUNT(*)                                                                     
           143                                                                     
    If there are no record selected,
    Update fnd_dual table to have at lest one record
    Step 5 Checking the Internal Manager queue name "FNDICM" which should be=1
    CONCURRENT_QUEUE_ID                                                            
                      1                                                            
    Step 6 Checking for Active processes under the Internal Manager queue
    in fnd_concurrent_proceses table:
    CONCURRENT_QUEUE_NAME          OS Proc     Oracle ID P                         
    FNDICM                         7456               28 A                         
    If any rows found with process_status_code with value = 'A' (= Active)
    The internal Manager will not start up ,so to avoide this issue
    update these rows to have process_status_code value ='K'(terminated)
    Step 7 Checking for Active processes under the Standard Manager queue
    in fnd_concurrent_proceses table:
    CONCURRENT_QUEUE_NAME          OS Proc     Oracle ID P                         
    STANDARD                       7880               33 A                         
    STANDARD                       7908               51 A                         
    STANDARD                       7909               49 A                         
    STANDARD                       7910               50 A                         
    STANDARD                       7934               54 A                         
    STANDARD                       7935               53 A                         
    STANDARD                       7936               48 A                         
    STANDARD                       7937               56 A                         
    STANDARD                       7950              148 A                         
    STANDARD                       7951               58 A                         
    STANDARD                       7952               59 A                         
    CONCURRENT_QUEUE_NAME          OS Proc     Oracle ID P                         
    STANDARD                       7959               57 A                         
    STANDARD                       7962               61 A                         
    STANDARD                       7965               55 A                         
    STANDARD                       7968               26 A                         
    15 rows selected.
    If any rows found with process_status_code with value = 'A' (= Active)
    The internal Manager will not start up ,so to avoide this issue
    update these rows to have process_status_code value ='K'(terminated)
    Step 8 Checking for Active processes under the Conflict Manager queue
    in fnd_concurrent_proceses table:
    CONCURRENT_QUEUE_NAME          OS Proc     Oracle ID P                         
    FNDCRM                         7870               52 A                         
    If any rows found with process_status_code with value = 'A' (= Active)
    The internal Manager will not start up ,so to avoide this issue
    update these rows to have process_status_code value ='K'(terminated)
    Step 9 Checking Actual and Target Processes for Internal Manager:
    MAX_PROCESSES RUNNING_PROCESSES                                                
                1                 1                                                
    If the MAX_PROCESSES=RUNNING_PROCESSES that means the manager is UP.
    Step 10 Checking Actual and Target Processes for the Standard Manager:
    MAX_PROCESSES RUNNING_PROCESSES                                                
               15                15                                                
    If the MAX_PROCESSES=RUNNING_PROCESSES that means the manager is UP.
    Step 11 Checking Actual and Target Processes for Conflict Resolution Manager:
    MAX_PROCESSES RUNNING_PROCESSES                                                
                1                 1                                                
    If the MAX_PROCESSES=RUNNING_PROCESSES that means the manager is UP.
    Step 12 Checking if the control_code set to 'N':
    no rows selected
    If any rows selected, please update the table fnd_concurrent_queues:
    Update fnd_concurrent_queues set control_code = null
    where control_code ='N'
    Update fnd_concurrent_queues set target_node = null
    commit
    Step 13 Checking terminated processes:
      COUNT(*)                                                                     
             0                                                                     
    If you have terminated processes run the following sql statement:
    SQL> Update fnd_concurrent_requests
    set status_code = 'E', phase_code = 'C'
    where status_code = 'T'
    Step 14 Checking pending requests:
      COUNT(*)                                                                     
             0                                                                     
    If any rows selected please run the following sql statement:
    SQL> Update fnd_concurrent_requests
    set status_code = 'E', phase_code = 'C'
    where status_code = 'P'
    Step 15 Checking Running processes:
      COUNT(*)                                                                     
            15                                                                     
    If you have Running processes run the following sql statement
    SQL> Update fnd_concurrent_requests
    set status_code = 'E', phase_code = 'C'
    where status_code = 'R'
    Step 16 Checking the PMON method, which should be set to LOCK:
    no rows selected
    If the PROFILE_OPTION_VALUE was't LOCK please
    Reset PMON to LOCK by running afimpmon.sql script(The manager should be down)
    1-At UNIX command prompt:
    2-cd $FND_TOP/sql
    3-Log into SQLPLUS as apps/
    SQL> @afimpmon.sql
    prompt1:dual
    prompt2:LOCK (LOCK MUST BE ALL UPPERCASE)
    For Oracle Applications Release 11.5 and 12.0, when you check the PMON
    Method you may get no rows selected which is normal,
    because in apps 11.5 and 12.0 the PMON Method is hard coded to Lock at
    the Operating System level.
    Step-17 Checking how many FNDLIBR processes are running:
    -For Unix :From unix command prompt $ ps -ef |grep -i fndlibr
    If you have any FNDLIBR processes running,please kill them before
    starting or shuting down the internal manager
    -For NT, through Task Manager, check the entries under the Processes tab
    SP2-0734: unknown command beginning "for FNDLIB..." - rest of line ignored.
    If there are any, Highlight and click [End Process] button to kill processes
    Step-18 Checking how many "FND_%"invalid objects:
    no rows selected
    If you have any invalied objects please see Note 113947.1
    Step-19-How to find the PID in the O/S for request_id:
    If you do not like to check this enter any number then click Enter to Exit
    Enter value for request_id: 871285
    old   4: and request_id=&request_id
    new   4: and request_id=871285
    no rows selected
    Please upload the "ccm.lst" output to Support, Thanks.
    ============================================================

  • Oracle standard reports (non FSG) using Report Manager

    Hi,
    I was wondering if Oracle standard report (non FSG reports) can be run/published from Report Manager. If yes, can somebody provide me the steps to run/publish these reports?
    Thanks in advance.
    Thanks
    Sam

    Sam,
    I have never tried this believe but I think it is not possible (I am not referring to standard concurrent programs which are submitted through WebADI/ADI). You may give this a try by assigning certain module/application and make it print to this concurrent manager and see if it works.
    BTW, what is the point of running standard concurrent requests on Report Manager?
    Note: 256286.1 - Report Manager Frequently Asked Questions (FAQ) - Install/Upgrade
    Oracle® Report Manager User's Guide
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • Fails when create oracle internet directory in oracle identity management

    Dear All,
    I try to configure oracle identity management and always getting error when try to create oracle internet directory.
    Running on windows 2008 server, oracle weblogic 10.3.4, oim 11.1.1.2.0.
    This is the log file as follow ...
    AdminServer port is 7001
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1c58252
    VM-WindowsServer2K8 7001
    Instance idmfinal_2 already exists, continuing with component creation
    D:\Oracle\Middleware\Oracle_IDM1 D:\Oracle\Middleware\idmfinal_2 idmfinal_2
    oracle.as.provisioning.util.ConfigException:
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: oracle/security/xmlsec/util/Base64
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:414)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:861)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
         at oracle.security.jps.internal.common.util.JpsCommonUtil.<clinit>(JpsCommonUtil.java:212)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:155)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:166)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper$3.run(OIDComponentHelper.java:2377)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.delCredFromCSF(OIDComponentHelper.java:2372)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.removeCreds(OIDComponentHelper.java:2363)
         at oracle.iam.management.oid.install.wls.OIDComponent.onRemove(OIDComponent.java:423)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:286)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:173)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:154)
         at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:221)
         at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
         at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         ... 15 more
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 32 more
    progress in calculate progress33
    please help me to solve this problem.
    Regards,
    -Ranubaya

    I hit retry and now the "Create Oracle Internet Directory" completed successfully. But now the error is on "Start Oracle Internet Directory". Following error appears in the log file:
    *[2011-01-06T17:11:51.929-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 37] [ecid: 0000IpSwWP60jo8yBgpIcT1D9XrH00000S,0] Failed to start component oid1[[*
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
    Please assist!

  • Running Oracle Text Manager w/o DBA

    We've been using the Oracle Text KB and our own thesaurus to index documents on help.unc.edu for two years now. We upload the new thesaurus files with ctxload each time new terms need to be added. I have to ask my DBA to run it in the shell on the DB server. I'd really like to manage the thesaurus and KB directly using the "Oracle Text Manager" application. Can this be run without DBA privledges, by granting select privledges to some other user? Can it be run from a client instead of on the server itself?
    Does anyone have recommendations in this regard?
    Many thanks,
    Greg Jansen
    ITS Knowledge Management
    UNC Chapel Hill

    No.  You can still create and distribute profiles but not through a push solution.  Look at MCX in WGM or even Apple Configurator and manually distribute.
    If this is a lab with no internet, how much change management do you need?

  • Oracle VM-Manager 2.2 web access

    Hi All,
    I have installed ORACLE VM 2.2 on my linux box.
    I have installed ORACLE VM-Manager and create one VM thruogh VM templates. After that I try to access VM-Manager thruogh Ineternet explorer (https://10.30.0.167:4443/OVS) but it will continuoulsy giving error "Page can not be dispaly".
    I don't understand why its suddenly failed? OVS port 4443 is also showing listening and its related JAVA process is also running.
    from oc4j.log I find below error:
    2010-05-06 12:16:00.098 ERROR ServerPoolSyncDaemon.runBusiness: exception or error happened:java.lang.OutOfMemoryError: Java heap space
    Any idea how to resolve this?
    Thanks...
    Edited by: user12115 on May 6, 2010 2:22 AM

    One other thing to check is that iptables on your Oracle VM Manager box/vm is not blocking the Oracle VM Manager UI, to test type /sbin/iptables status, if iptables running turn it off by typing /sbin/iptables stop.

  • Standard manager is not picking up new requests 1533 requests are pending

    Hi all,
    Currently we are in R12.1.3 with DB 11.1.0.7 on RHEL 5
    Suddenly Standard manager is not picking up any new requests actual and target are same but pending requests count reaches 1533 also conflict resolution manager actual & count is same but pending requests count is 219.
    We can find some error messages as follows in the manager logfile of Internal manager log file as
    "Found dead process: spid=(32711), cpid=(64450), ORA pid=(17), manager=(0/1)" apart from this message there is nothing error in standard manger log file as well as cCRM logfile.
    even we checked alertlog file also nothing error message all mount points having free space,Please help us it is on PROD Instance
    Thanks in Advance

    "Found dead process: spid=(32711), cpid=(64450), ORA pid=(17), manager=(0/1)" apart from this message there is nothing error in standard manger log file as well as cCRM logfile.Please check if you have any errors in the database log file.
    Concurrent Processing - Service Manager Processes Are Not Starting After System Restart - usdsop cannot redirect standard output [ID 733901.1]
    Many Defunct Processes Created on System [ID 461684.1]
    Concurrent Processing - CCM.sql Diagnostic Script to Diagnose Common Concurrent Manager Issues [ID 171855.1]
    Concurrent Managers Will Not Start ORACLE error 60 in insert_fcp [ID 1256084.1]
    Why Are Dead Process Found In The Standard Manager Log File? [ID 246584.1]
    even we checked alertlog file also nothing error message all mount points having free space,Please help us it is on PROD InstancePlease stop the CM, run cmclean.sql script, start the CM and check then -- Concurrent Processing - CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables [ID 134007.1]
    Thanks,
    Hussein

  • Pending requests in the Standard Manager queue

    We are currently facing a situation in one of our Oracle EBS R12 instances, the current number of Standard Manager processes is set to 20, cache size 20 and sleep time 15 . We frequently observe that the concurrent requests get queued up in the Standard Manager queue (Concurrent->Manager->Administer).We have observed that the request queue gets cleared out when we temporarily increase the Standard Manager process to 30/40.But, the issue occurs again after some time, when we reset Standard manager process to 20.
    Any help in this regard will be highly helpful.
    OS: OEL 5.5 (x86)
    EBS: 12.1.1
    DB: 11.1.0.7
    Install type: Multi-Node
    Regards,
    Rupdipt

    Please see the docs referenced in your other thread -- Pending requests in the Standard Manager queue
    Also, see old threads which discuss the same topic.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Performance&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Tuning&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Processes&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Concurrent+AND+Manager+AND+Pending&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Standard Manager is not working in Oracle Ebusiness Suite 11i

    Hi,
    Can anyone help me ...
    Standard Manager is not picking up any requests in Oracle Ebusiness Suite 11i while other managers are picking up their requests and running it fine.
    Regards
    Ketan.

    Hi Hussein,
    I have tried bouncing CM, Cmclean was also executed, but still the same issue exists.
    One more thing which i have identified is when i include some concurrent request to Standard Manager , then that request is picked up by standard manager and it is running fine.
    But this can be a workaround to the issue. We cannot simply keep on including concurrent request to Standard Manager.
    So we are looking for a solution where Standard Manager should automatically pick up the request and run it fine. Which it was doing it earlier.
    Regards

  • Oracle Wallet Manager won't allow me to create a certificate request

    Hello,
    I am trying to setup my installation with SSL, I am trying to create a certificate request on Oracle Wallet Manager and I keep getting this error:
    "Could not create certificate request. Please check user information"
    I am entering the following information:
    Common Name: portal.grupoalsea.com.mx
    Organizational Unit: Desarrollo
    Organization: Sistema Integral de Administracion, S.A. de C.V.
    Locality/City: Distrito Federal
    State/Province: Mexico
    Country: Mexico
    Key Size: 1024 bits
    Why could this be happening? Does Oracle Wallet Manager go and look for my info some place? Common Name is the name for my site on WebCache, which is in turn mapped to the HTTP Server called Mservicio.localdomain.
    At this point, I have also tried setting the Common Name to other values, like the name of my HTTP Server, the name of my HTTP server without the "localdomain", but I still get the same message.
    Any help will be really appreciated!!!!

    Problem was due to a bug that won't allow to enter commas in Organization Name. All we needed to do is remove the comma from the Organization name and the certificate was correctly created.

  • Query about oracle standard request monitoring page

    Hi all
    I have provided a link for request monitoring in OA Framework through the following url
    OA.jsp?akRegionApplicationId=0&akRegionCode=FNDCPREQUESTVIEWPAGE
    But In this page there is no option to cancel the request .Also there is no column for viewing the parent request as we have these option in oracle forms.
    Could u plz tell me if there is any option to view parent request Id and Cancel button in Oracle standard Request Monitoring page.
    Thanks and Regards
    Bhupendra

    Jaison,
    There's another way to do that might work for you:
    1. Create the fields updated_by and updated_on in the table;
    2. Create in the page the items PX_UPDATED_BY and PX_UPDATED_ON of type "Text field (saves state)";
    3. Go to the properties of the item.
    PX_UPDATED_BY
    Source:
    - Source Type: Database column;
    - Source Value or expression: updated_by
    - Post Calculation Computation: :APP_USER
    Default:
    - Default value: &APP_USER.
    PX_UPDATED_ON
    Source:
    - Source Type: Database column;
    - Source Value or expression: updated_on
    Default:
    - Default value: sysdate
    - Default value type: PL/SQL Expression
    When the user submits the changes, the table fields are updated.
    Regards,
    Ricardo Stumpf
    Brasília - Brazil
    Message was edited by:
    Stumpf

  • Standard manager issue in 11.5.10.2

    Hi,
    the actual and target columns of my standard manager remain the same in oracle oracle applications as 25 in my database 11.5.10.2 when i navigate conc manager-->administer
    i did a cm restart where my actual gone to 24 and the target remains 25 .
    is there any issue with this?
    i checked the icm logfile where it says
    Found running request 34066505 attached to dead manager process.
    Attempting to restart request.
    how can i solve this issue.
    Thanks
    Aram

    This is a production instance and hence i cannot shutdown the concurrent manager and restart,
    can you provide any alternate solutions?
    Thanks,
    ilam
    DBA Team

  • Standard Manager  Target node/queue unavailable

    Hello everybody!!
    I am having problems with SM ( Standard manager ), I see that all my Oracle Applications is working fine, but when I deploy one request ( ex. report ) have error, the request is phase inactive and Status not manager.
    The button diagnostics says
    ""This request will not be processed because there are currently no managers running that can process it.
    This is an error condition. There are one or more managers defined that can process this request that should be running at this time, but do not appear to be running""
    In the OAM try to start a Standard manager but was error Targer node / queue unavailable
    SO Red hat Enterprise 4
    i need help

    You are posting in the wrong forum. This is for Oracle Business Intelligence Applications, not Oracle Applications 11i / EBusiness Suite.

  • Standard Manager executing other programs which are not INCLUDED .

    hello guys,
    We are having eBiz 11.5.9 environment and 9.2.0.6 Database on AIX 5.3 32-bit environment.
    I am new to this client's environment and found that, there are 3 include specialization rules defined for Standard Manager which does not include "Active Responsibilities" program but still this Standard Manager is executing "Active Responsibilities" without any issues.
    How is this possible ???
    Ideally, Standard Manager should only run those 3 included programs ONLY and for rest of the programs which are not assigned to any of the concurrent manager , we should get "INACTIVE/No Manager" message.
    My 2nd question is, when I am running this oracle seeded script $FND_TOP/sql/afrqscm.sql which shows the manager assigned to the perticular request id, it gives the below output,(Below is request id is for "Active Responsibilities")
    ===================================
    SQL> @afrqscm.sql
    Enter request ID : 22035368
    Request 22035368 can be run by the following concurrent managers:
    Running Manager
    20 STANDARD
    0 ALTS
    Below are the active concurrent manager log filenames:
    no rows selected
    ===================================
    In our environment , ALTS is DISABLED manager without having any specialization rules attached to it and its basically a "Backup standard manager".
    I am wondering, what setup is required to have backup concurrent manager like ALTS which will take care of requests in case standard manager goes down ?????
    Ebiz architecture is one Admin/conc/db Tier (Aix 32 bit) and 5 Web nodes ( RHEL Linux 32 bit).
    Thanks,
    Prasad
    Edited by: 881822 on Dec 7, 2011 3:00 AM

    Hi Hussein,
    Thnks for your reply,
    My second doubt is resolved as even though there are no specialization rules assigned to ALTS manager , that means it is exactly the same as that of Standard Manager and will execute all the programs. Below is statement from your mentioned pdf ,
    =========
    Specialize your manager to run only certain kinds of requests. Without specialization rules, a manager accepts requests to start any concurrent program.
    =========
    Regarding your first question, Yes , we do bounce managers once in a month , below is the status of those two conc programs which are INCLUDED in Standard Manager.
    SQL> select 'Concurrent program '||fcp.concurrent_program_name||' is ' ||decode(fcqc.include_flag,'I','included in ','E','excluded from ')||fcqv.user_concurrent_queue_name specialization_rule_details from fnd_concurrent_queues_vl fcqv,fnd_concurrent_queue_content fcqc,fnd_concurrent_programs fcp where fcqv.concurrent_queue_id=fcqc.concurrent_queue_id and fcqc.type_id=fcp.concurrent_program_id and fcp.concurrent_program_name='CPINR080C';
    SPECIALIZATION_RULE_DETAILS
    Concurrent program CPINR080C is included in Standard Manager
    Concurrent program CPINR080C is excluded from TESTPlus General
    SQL> select 'Concurrent program '||fcp.concurrent_program_name||' is ' ||decode(fcqc.include_flag,'I','included in ','E','excluded from ')||fcqv.user_concurrent_queue_name specialization_rule_details from fnd_concurrent_queues_vl fcqv,fnd_concurrent_queue_content fcqc,fnd_concurrent_programs fcp where fcqv.concurrent_queue_id=fcqc.concurrent_queue_id and fcqc.type_id=fcp.concurrent_program_id and fcp.concurrent_program_name='CPDOR270C';
    SPECIALIZATION_RULE_DETAILS
    Concurrent program CPDOR270C is excluded from TESTPlus General
    Concurrent program CPDOR270C is included in Standard Manager
    Thanks,
    Prasad

Maybe you are looking for

  • Import statement problem

    I am getting this error message: Generated servlet error: C:\Program Files\Apache Software Foundation\Tomcat 5.0\work\Catalina\localhost\_\org\apache\jsp\OBJAVA\WEB\a100_jsp.java:8: package MakePosting does not exist import MakePosting.*; Where do I

  • Transfer iTunes library to new MacBook Pro while maintaining playlists, ratings, etc.

    I just got my new MacBook Pro for college, and I need to transfer my entire iTunes library (19,000+ songs) from my dektop Mac to my new computer. I have tried a lot of people's methods concerning transfering libraries, but everytime, I lose my playli

  • Ar01 Transaction  Runing Problem

    Hi All,    AR01 transaction to raise the "Fiscal year change not yet made for company code XXXX" , because i did not open the new asst year. If is possible to view the last year asset balance details. Thanks Saravanan

  • What to read

    Hi All, I am a new starter to learn oracle DBA.. I have almost completed 1z0-051 (SQL Fundamentals exam guide) pdf book by oracle press authors John watson, Roopesh. After that I have planned to read Expert Oracle Database 11g Administration author S

  • Jini Lookup Service and IIOP

    In Jini device architecture it is stated: "Devices that contain a CORBA ORB could directly interact with the Jini lookup service using the IIOP protocol. The fact that the Jini lookup service generated this protocol via RMI would be transparent to th