Help regarding Inventory related concurrent managers to be assigned

Hi,
I am looking for a help regarding the below aspects
1)Which concurrent managers needs to be assigned to run the following five concurrent programs.
INV Transaction Worke
Inventory transaction worker
Interface Trip Stop
Min Max report planning
Pick selection List Generation
2)We are facing issues with the above jobs. Currently except Inventory transaction worker all the other concurrent programs are running under standard manager.
because of which Min max planning report programs are piling up under standard manager. Min max programs were going to “Pending” status and never getting picked up as they were waiting for other programs in the queue to get finished. There were thousands piled up after the environment was bring up.
How can we solve this issue.. please suggest

835129 wrote:
The metalink notes you provided didnt gave me any information about the concurrent managers under which these programs should run. Any help regarding concurrent managers would be helpfulI believe you have not read my reply properly since I mentioned "WIP Move Manager and Inventory Manager". Plus, the docs mention it clearly so please read it again!
Thanks,
Hussein

Similar Messages

  • Need help regarding Java decoding of IMAP attachment (IOStream related ques

    Hi ,
    I need some help regarding the processing of an IMAP attachment , It is a basic IOStream related question I guess.
    I have some attachment to a mail , I try to fetch it using javamail and read the content and write it to a file , I was able to do it successfully when I was using stream.read( tempBuffer) function but when I started using stream.read( tempBuffer, 0, m_maxDataSize ); it is giving me following exception
    java.io.IOException: Error in encoded stream: needed at least 2 valid base64 characters, but only got 1 before padding character (=), the 10 most recent characters were: "/59PT/eXQ="
         at com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:259)
         at com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:148)
    ***Here is the snippet of code that is running this:***
    m_contentObj = m_message.getContent();
    if(m_contentObj instanceof InputStream)
         System.out.println(" Content is type of InputStream");
         InputStream stream = (InputStream) m_contentObj;
         byte[] tempBuffer = new byte[m_maxDataSize];
         stream.skip( m_currPos );
         int bytesRead=stream.read( tempBuffer, 0, m_maxDataSize );
         System.out.println(" Read the following no of bytes from the Object::"+bytesRead);
         m_currPos+=     bytesRead;
    Please suggest what to do.
    Thanks & Regards
    Saurabh

    BUMP, just incase its been missed by a new board member

  • Need Help Duplicating SQL from "Administer Concurrent Managers" Form

    I am trying to duplication the "Administer Concurrent Managers" form. This is what I have but it does it is not correct. I am having problems with the "Processes Actual" values. In my SQL I was thinking it was the MAX_PROCESSES but that does not seem to be it.
    select
    q.CONCURRENT_QUEUE_ID
    ,q.CONCURRENT_QUEUE_NAME
    ,q.USER_CONCURRENT_QUEUE_NAME
    ,q.MAX_PROCESSES
    ,q.RUNNING_PROCESSES
    ,running.total running
    from (select /*+ ORDERED */
    count(*) as total
    ,prc.CONCURRENT_QUEUE_ID
    from apps.fnd_concurrent_processes prc
    ,apps.FND_CONCURRENT_REQUESTS req
    where req.phase_code='R'
    and req.controlling_manager = prc.concurrent_process_id
    group by prc.CONCURRENT_QUEUE_ID) running
    ,apps.fnd_concurrent_queues_vl q
    where q.CONCURRENT_QUEUE_ID = running.CONCURRENT_QUEUE_ID(+)
    and q.MAX_PROCESSES > 0
    order by
    DECODE(q.application_id,0,DECODE(q.CONCURRENT_QUEUE_ID,1,1,4,2))
    ,sign(q.max_processes) desc
    ,q.CONCURRENT_QUEUE_NAME
    ,q.application_id

    Thanks Hussein;
    I am on 11.5.10.2
    I have looked at the table FND_CONCURRENT_QUEUES and it seems to show the same problem as my SQL. What I have happening right now is my CCM's have crashed in a test environment. The "Administer Concurrent Mnagers" form show these values:
    Name = Standard Manager
    Node = MyNode
    Processes Actual = 0
    Processes Actual = 5 (The correct number of defined managers)
    When I look at the columns in my SQL and the table you provided me I see these values:
    CONCURRENT_QUEUE_NAME = STANDARD
    TARGET_NODE = MyNode
    MAX_PROCESSES = 5
    RUNNING_PROCESSES =5
    I do not see where the "Processes Actual = 0" is coming from.

  • Concurrent managers problem 11.5.9

    I got through the process and reinstalled 11.5.9
    but now I m getting a problem of starting my concurrent manager
    I heard there is a patch for it but that requires me to raise a TAR which I don have access for.
    Can u tell me a workaround on it

    Hi,
    I believe the scripts are helpful. However, you can query FND_CONCURRENT_QUEUES tables for details about the CM (refer to eTRM for details about the table/columns).
    eTRM
    http://etrm.oracle.com
    To receive alerts, you can make use if the scripts (or the table), check the status of Concurrent Managers, and integrate this with Oracle Alert.
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    You may also monitor the CM from the OS (write a shell script to monitor FNDLIB processes, and make it sends an email in case the number of processes is less than the actual running processes (or zero)).
    Sorry, I do not have any script to share as I am using those scripts in the note referenced above.
    Regards,
    Hussein

  • Concurrent Managers on Multiple nodes

    Hi,
    We have this setup
    2 DB server - RAC & ASM
    2 APPS server - which has loand balancing through IP configuration.
    Now we have requirement of having concurrent managers in the DB server. I am bit confused here
    1) suppose if i install cm tier on both DB servers and ask them to communicate to RAC DB server, IF any request comes , how this will distribute the work between two servers.
    2) do we have to configure anything ?
    3) Is there any entry is available in config files with respect to CONCURRENT HOST NAME. How the values are populating in FND_NODES table.
    4) am i thinking two complex, is there any other solution to achiev this - Basically i have to have concurrent manager in both DB server and work needs to be shared automatically.
    Waiting for your valuable inputs.
    Cheers!
    Venki.

    Forgive my brief answers; I'm headed to bed and don't have time to dig up full references. :-)
    As a side note, in the future, please start a separate thread. Your environment and requirements are different from the original poster, and replies may be confusing, both to future readers, and to those trying to help.
    1) Is it possible to configure PCP keeping both the CM on appsTier in non-RAC env. ?Yes.
    2) If yes, will both the CM work at the same time or one at a time? In other words, it can distribute the CM load among the CM tiers?All the CMs will run at the same time, managed by ICM and GSM.
    3) If yes, please provide me a guideline or any special instruction.You note below that you won't be using a shared application tier filesystem. You might want to reconsider this architecture. At the very least, you will want to share the log and output directories for the concurrent managers. Life will be much easier if all nodes can see the same log and output files. :)
    Take a look at section 3.12 of
    Note 388577.1: Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12. Although you're not running RAC, this section of the document explains the various parameters needed to configure PCP.
    Also, if you haven't already, review the sections on PCP in the Oracle E-Business Suite System Administrator's Guide - Configuration
    Since, I'm planning to go with 2 appsTier nodes (non-shared, local filesystem), I would like to go for LoadBalancing configuration as well.
    Refered Note: 380489.1 - Using Load-Balancers with Oracle E-Business Suite Release 12
    Section 2.4 Using Domain Name Server (DNS) Load Balancing with Single Web Entry Point
    Is the above DNS Load Balancing is only for web services? what about other services (forms,CM)? Should work for Forms as well. CMs mostly care about where the database is, not the web/forms entry point, so the Load Balancer doesn't come into play for the CMs ...at least, I'm pretty sure that's true. It's late. :)
    Once LoadBalancing is done, then is it possible to go for E-Biz integration with OID/SSO?Yes. See Integrating Oracle E-Business Suite Release 12 with 10g AS Oracle Internet Directory and Oracle Single Sign-On
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • What is the function of the Service Manager, in Concurrent Managers?

    Greetings to All,
    When looking at the concurrent managers, our internal manager is down and we also have the Service Manager being down. I understand the process of the Internal Manager.
    But like to know what the Service Manager does and what it is used for.
    Thanks in advance for any helpful information.

    Hi,
    Please refer to the following documents.
    Note: 210062.1 - Generic Service Management (GSM) in Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210062.1
    Oracle® Applications System Administrator’s Guide Maintenance/Configuration manuals
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • After Cloning Concurrent managers erroring out while coming up

    Hi
    I have cloned the r12.1.1 instance all the things are successful but the concurrent managers are not coming up.
    I checked the by login as sysadmin concurrent-->administer-->select standard manager-->processes log file i found the following errors
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    STANDARD Concurrent Manager started : 05-OCT-2011 13:33:49
    05-OCT-2011 13:33:49
    Starting concurrent program FNDWFBG for concurrent request 19347388 (MODULE=FNDWFBG)
    05-OCT-2011 13:33:50
    Starting concurrent program FNDWFBG for concurrent request 19347390 (MODULE=FNDWFBG)
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    Shutting down Concurrent Manager : 05-OCT-2011 13:37:04
    ORA-01012: not logged on
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: and was executed from the file .
    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 AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect
    timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    I tried to trouble shoot the issue by doing the following things
    1)stop all Appl services
    2)stop database and listener
    3)start db and listener
    4)as a apps user
    EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    5)run Auotconfig on DB Tier
    6)as a apps user execute the following script
    SQL> @$FND_TOP/patch/115/sqlafdcm037.sql;
    select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    7)ran adrelink for FND module
    Go to cd $FND_TOP/bin
    $ adrelink.sh force=y "fnd FNDLIBR"
    $ adrelink.sh force=y "fnd FNDSM"
    $ adrelink.sh force=y "fnd FNDFS"
    $ adrelink.sh force=y "fnd FNDCRM"
    8)run autoconfig on appl tier
    9)run cmclean.sql
    10) start all the application services.
    All went fine but the concurrent manager are terminating with the error messages above....
    Please can any one help on this....
    Thanks
    SAI

    Hi,
    I think it is the issue with standard manager. during startup of application triger to intialize standard manager service is not working fine.
    Execute the following to alter trigger FNDSM:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    commit;
    Clean FND_NODES by executing the following:
    exec FND_CONC_CLONE.SETUP_CLEAN;
    Run autoconfig.
    Restart concurrent managers and retest.
    Hope this may help...!!!
    Regards RanjanS

  • Erratic behaviour of Concurrent Managers

    We have PCP configured on 2 node EBS. We have recently started seeing that our FNDSM on node 2 stops working and also couple of other managers got deativated. When we try to start them manually they won't start. The only thing we do is to bounce application services as pointed out in "Note ID 245563.1 Concurrent Processing - The Concurrent Manager Fails to Start on GSM Enabled Due to DBMS_LOCK.Request ResultCall Failed to Establish ICM" which is not always possible in production:
    ICM log file showed:
    Routine &ROUTINE has attempted to start the internal concurrent manager. The ICM is already running. Contact you system administrator for further assistance.afpdlrq received 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.
    I went through the note: Concurrent Managers Will Only Start on One Node in PCP/RAC Environment (Doc ID 264296.1)
    So I have questions regarding this:
    1. Does ICM runs only on primary node as I believe?
    2. When starting the application we start the node 1 and then node 2 by using adstartal.sh which internally executes adcmctl.sh on both the nodes, as the note points out we should run adcmctl.sh only from primary node. How to solve this problem?
    3. If this issue is common how should we start application on another node and still not execute adcmctl.sh?

    1. Does ICM runs only on primary node as I believe?You can setup the internal manager on both nodes but it will start (be running) on one node only.
    How to Setup and Test Failover of PCP on Non-RAC Environments. [ID 743716.1]
    Can a Concurrent Manager Tier be Added Without Setting Up PCP? [ID 389876.1]
    2. When starting the application we start the node 1 and then node 2 by using adstartal.sh which internally executes adcmctl.sh on both the nodes, as the note points out we should run adcmctl.sh only from primary node. How to solve this problem?You can start adcmctl.sh on both nodes so you use adstrtal.sh on both nodes and the internal manager will be running on one node only.
    3. If this issue is common how should we start application on another node and still not execute adcmctl.sh?I have already answered this above.
    Thanks,
    Hussein

  • Concurrent managers down

    Dear All,
    Today morning concurrent managers were down on production. when i checked the concurrent logs observed the following error.
    Shutting down Concurrent Manager : 27-FEB-2012 04:21:24
    List of errors encountered:
    _ 1 _
    Routine AFPSMG encountered an ORACLE error. ORA-00604: error occurred
    at recursive SQL level 2
    ORA-04031: unable t.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPGSR encountered an ORACLE error. ORA-04031: unable to
    allocate 16 bytes of shared memory ("shared pool".
    Review your error messages for the cause of the error. (=<POINTER>)
    then we restarted the cocurrent managers and they are working fine.
    I just want to know the cause of this error.
    Thanks.

    Hi
    The error :ORA-04031: unable to allocate 16 bytes of shared memory.
    indicates that there is not enough sufficient memory in the shared pool for the processes
    You need to check the alert log file of the database to see if there are similar error messages and then do Flush shared pool. This should take care of the issue if it has come once.
    ALTER SYSTEM FLUSH SHARED_POOL;
    If this does not work:
    Increase the shared memory or a simple DB bounce could resolve the issue.
    Regards
    Shalini

  • V$license and concurrent managers

    Are concurrent managers considered part of session limits in terms of licensing. In other words, do they count as sessions towards license limits?
    Thanks.

    Hi,
    Please find these docs
    Concurrent Managers Fail To Start After New Install of Release 12 (Doc ID 413164.1)
    ICM Not Starting: Node Name not Registered (Doc ID 602942.1)
    Regards
    Yoonas

  • List of Concurrent managers and services

    I am trying to find a listing of all the concurrent managers and services and what they do but I can't find this info all in one place, does anybody have an idea where i can find this?

    Hi,
    Refer to "Oracle Applications System Administrator's Documentation Set".
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    Release 12.0.4 Documentation Library
    http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html
    You can also query FND_CONCURRENT_QUEUES table which stores information about concurrent managers. Each row includes the name and description of a concurrent manager, as well as values that identify the program library attached to the manager.
    Regards,
    Hussein

  • Need HELP regarding installinfg CR2008/Visual Advantage

    I need help regarding installing CR2008/Visual Advantage. I had the evaluation copy of cr2008. My compnay purchased the CR2008 Visual Advantage. Upon calling your customer service, I was told that I had to UN-install the CR2008 evaluation copy then install the CR2008. I did the unstall HOWEVER, when I try to install the CR2008 that we purchased, i get the following error..HR
    HR -2147024770-"c:\program files\business objects enterprise 12.0\win32_x86\REPORTCONVTOOL.DLL FAILED TO REGISTER"..
    I get more that just that one...I have received this before and based upon this formum, i have delted the regristry in the following using regedit.exe
    HKEY_LOCAL_MACHINE\SOFTWARE\BUSINESS OBJECT ;
    HKEY_CURRENT_USER\SOFTWARE\BUSINESS OBJECTS..
    Afeter i deleted the keys, I re-boot my pc and try to install the coftware again...BUT I GET THE SAME ERRORS...I have tryied this several times....what am i missing/not doing correctly

    Hi Shamish
    Actually you were on the right track, i think you just have to increase PSAPTEMP a bit and you will be fine. 358 MB seems just too small, i suggest you increase it to at least 2GB.
    1. what will be the difference in use of PSAPUNDO and PSAPTEMP while copy is running. ( i.e. what will be entered in PSAPUNDO and what will be filled in PSAPTEMP.)
    PSAPTEMP: is needed for large sort operations, as mentioned when you have a select with an ORDER BY clause, or if you do join two tables. During the client copy some sorting might be needed for special tables (cluster tables) where data is stored sorted.
    PSAPUNDO: undo space is only needed for DML (data manipulation), if data is changed undo is generated. This obviously is heavily the case during a client copy.
    2. the target client already has a copy taken 1 month before. so I think while importing it first delete existing data and then copies the new one.
    So If I first delete the target client and then take import on it; will it have advantage in regards of getiing UNDO or TEMP segments getting filled ?
    Deleting the client first might help for the undo problem, but you already solved that. I cannot imagine, it will help for the PSAPTEMP issue. As i said i would just increase PSAPTEMP and restart the copy.
    One more add: if you are doing the client copy with parallel processes, this will influence your requirements on temp and undo space, because of the concurrently running processes.
    Best regards
    Michael

  • Two node installation with 2 concurrent managers..

    Need your help. I have 12.1.1 Two node installation on Linux 5.9 with 64 bit.
    Linux2- Database server + Concurrent manager
    Linux1- Apps Node
    Port - 8002 (port pool -2)
    on my app node - linux1, I have 2 directories <SID>_linux1 and <SID>_linux2. First one is for primary apps node and second one is for 2nd concurrent manager. It is a shared directory structure. I have 2 questions:
    1) If I run the autoconfig on Linux1, I can run all the services and connect to apache. However, If I run the autconfig on linux2, I will not be able to connect to web server (for a short time request will be sent to Linux1 and then it gets forwarded to Linux2 - even though Linux2 is not app server).
    2) How do I run the second concurrent manager on LInux2? After I run the 2 concurrent manager, how do I test both concurrent managers are working?
    Your help is much appreciated.

    Hi Hussein,
    Thank you for the info. I was wondering whether the Linux2 concurrent manager was installed correctly or not. I went to xml file and found these entries and it made me think, it didn't install correctly because only concurrent manager should have been yes and the rest should be no. Isn't it? If it is wrong, how do I correct this?
    <oa_system_config>
             <TIER_DB oa_var="s_isDB">NO</TIER_DB>
             <TIER_ADMIN oa_var="s_isAdmin">YES</TIER_ADMIN>
             <TIER_WEB oa_var="s_isWeb">YES</TIER_WEB>
             <TIER_FORMS oa_var="s_isForms">YES</TIER_FORMS>
             <TIER_NODE oa_var="s_isConc">YES</TIER_NODE>
             <TIER_FORMSDEV oa_var="s_isFormsDev">YES</TIER_FORMSDEV>
             <TIER_NODEDEV oa_var="s_isConcDev">YES</TIER_NODEDEV>
             <TIER_WEBDEV oa_var="s_isWebDev">YES</TIER_WEBDEV>
             <config_option type="techstack" oa_var="s_techstack">as1013</config_option>
             <config_option type="techstack" oa_var="s_tnsmode">generateTNS</config_option>
             <config_option type="adx" oa_var="s_apps_version">12.1.1</config_option>
             <config_option type="techstack" oa_var="s_apache_mode">NORMAL</config_option>
             <ias_version oa_var="s_ias_version">10.1.3.4.0</ias_version>
          </oa_system_config>

  • Concurrent managers not processing requests

    Hi,
    Today I met with a strange issue. My concurrent managers are up and running/there is no errors written in alert.log file on db node.
    But when when I submit any request then it is not getting proceed. it gets Pending/Normal status. and there is no other request which is currently running in system.
    I stopped Internal concurrent manager using adcmctl.
    I ran cmclean.sql then tried to resubmit request. but still I am getting same status.
    Can anyone please help me ASAP.
    Thanks in advance.
    Nish

    Today I met with a strange issue. My concurrent managers are up and running/there is no errors written in alert.log file on db node.Please post the details of the application release, database version and OS.
    But when when I submit any request then it is not getting proceed. it gets Pending/Normal status. and there is no other request which is currently running in system.
    I stopped Internal concurrent manager using adcmctl.
    I ran cmclean.sql then tried to resubmit request. but still I am getting same status.
    Can anyone please help me ASAP.What about the CM log file?
    Please bounce the database/application services and check then.
    Thanks,
    Hussein

  • Where is the "concurrent managers environment file"?

    Dear all:
    can anyone tell me where is the :"concurrent managers environment file"?

    Hi,
    can anyone tell me where is the :"concurrent managers environment file"?There is no specific environment file for the CM as it uses the same env file used for the application tier node (APPSORA<CONTEXT_NAME>.env under $APPL_TOP directory -- in Unix/Linux) and (envshell<CONTEXT_NAME>.cmd under %APPL_TOP% in Windows).
    Regards,
    Hussein

Maybe you are looking for

  • Cannot build EJB jar file in NWDS

    hello, I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file! So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Bui

  • Problem calling function inside a procedure

    I have a procedure that simply calls a function, but I'm not sure how to declare it. When I run my script oracle returns an error: CREATE OR REPLACE PROCEDURE pr_entrada_close(      var_id_entrada int) AS BEGIN      fn_criaJobAnalise(var_id_entrada);

  • Unable to open all applications on my iphone 3g

    Hi there, I'm wondering if anyone has experienced this issue before and what I can do to rectify it. I am unable to open any applications on my iphone 3g. When I select an application it will begin to load and then immediately close. This is happenin

  • Alternative to the JComboBox ?

    Hi ! The last 2 days I tried to change tho color of a disabled JComboBox. I contacted serveral forums but I have not found a solution. If the JComboBox is setEnabled(false) the Background is grey and the Fourground is darkGrey and this is not useful

  • Streaming Audio through Safari

    hey everyone! I'm using my Macbook Core Duo and I'm running the latest version of Tiger and all the updates are patched. I am trying to stream audio from sites such as http://english.kbs.co.kr/# Everytime I click on listen live now channel 1 on the r