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

Similar Messages

  • 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

  • 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.
    ============================================================

  • 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

  • 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

  • How to delete a noncompress request from the aggregates

    hello gurus
              i have a request in an infocube, which is not compressed in the cube. i rolled up the request, so that the data will  be moved to the aggregate. is it? then i found that the data is inconsistant. so i delete the request from the infocube manage scree, under the request tab. now my question is whether the data will be deleted from the aggregate or not?
    thanks in advance
    rams.

    If the Request has not been compressed in teh cube or the aggregate, you should simply be able to delete the Request form the Cube and it will be automatically deleted form teh Aggregate.  Since it has NOT been compressed in the aggregate, it should be a very quick process - no need to deactivate the aggregate.
    If it has been compressed in the aggregate, but not the InfoCube, you should still be able to delete the Request form the InfoCube, but the BW will have to refill the aggregate.  It should do this on it's own, but at differnt sopport packs, I had some problems with that always working.  As others have mentioned, in this case you could always deactivate the aggregate, the delete the Request from the InfoCube.
    As yo ureview this situation, you should consider how often you have/might have a problem like this.  If it occurs very often, then you should have your aggregate(s) for this cube setup so they do NOT automatically compress after Rollup.  Instead the Requests in the aggrgate will only be compressed when the Request in the InfoCube is compressed.

  • Standard Manager going down randomly

    Hi,
    On our user test system the standard managers will shutdown sporadically and I can not figure out what is causing this issue.
    Here is a snippet of the standard manager log file from today:
    APP-FND-01564: ORACLE error 6550 in afpoload
    Cause: afpoload failed due to ORA-06550: line 1, column 29:
    PLS-00201: identifier 'FND_PROFILE.GET_SPECIFIC' must be declared
    ORA-06550: line 1, column 29:
    PL/SQL: Statement ignored.
    The SQL statement being executed at the time of the error was: declare dummy boolean;begin fnd_profile.get_specific(:name, :userid, :respid,
    :applid, :val, dummy);end; and was executed from the file &ERRFILE.
    AFPERQ:Failed to initialize profile option values :
    Shutting down Concurrent Manager : 15-MAR-2011 05:07:13
    List of errors encountered:
    _ 1 _
    AFPERQ:Failed to initialize profile option values :
    We are running EBS 11.5.10.2 on Red Hat 4.4 against RAC 10G 10.2.0.4.0 cluster.
    The latest patches include:
    11i RAPIDCLONE CONSOLIDATED FIXES JUL/2010 installed 11/1/2010
    Please help,
    Willie

    Hi Hussein,
    This was working before this problem started in Nov or Dec of 2010 and it just seems worse now. Like once every couple of days. The last EBS patch was in Nov.
    We have patched the production system the to the same level but it does not have this problem. I was wondering if it was a database connection issue, but there were no errors in the listener or alert logs of the database cluster. I don't know where else to find errors on the apps tier.
    I am wondering if I have some thing configured differently on this user test system.
    Yes there are many invalid objects due to a data refresh that we have done several times over the last 18 months (custom application).
    You want me to apply patch 9577274?
    I did review ID 727498.1, but we have not done a DB upgrade recently.
    I will be on vacation until Monday March 21. I will follow up when I get back.
    Thanks,
    Willie

  • Standard manager

    Hi,
    The standard manager is not coming up. Actual is 0 and Target is 3.
    How can i debug / fix this problem ?
    Thx.

    The latest manager file is by name FNDSM2184.mgr; and it contains the followin error.
    setClassPath: Unable to get PATH from environment or registry
    The system could not find the environment option that was entered.
    The metalink doc Note:376946.1 says the path needs to be shortened.
    But the path has not been modified at all. It was running fine earlier.
    By the way my apps in on windows2000 (11.5.10.2)
    Tried cmclean.sql. But still the error persists.

  • How to increase MRP Standard Manager

    hi hussein,
    ACTION PLAN
    ============
    1. Check the profile MRP: Snapshot Workers and make sure you have enough standard managers defined
    to run the process.
    If profile value = 5, then 5 x 2 + 6 = 16 is absolute minimum recommended for the Standard Manager processes.
    NAV: sysadmin /concurrent / manager / Define and check Target and Actual.
    -- Increase as required, usually recommend you have at least 20 on the APS instance since most everything will run
    on this manager.I navigate to the module above but I can not find MRP: Snapshot Workers :(
    How do I set it up?
    Thanks a lot

    Hi,
    yes hussein, we have it, but the site value is 1 , is it the profile value?This is the profile option value you have to change (minimum should be 8).
    so 1 x 2 + 6 = 8 so where do I set the 8? Is is on the sysadmin>concurrent>manager>define > Standard ManagerSee above.
    Regards,
    Hussein

  • Standard management pack

    I'd like to intall the standard management pack for the oracle8i. I looked into the custom components from the oracle8i universal components and couldn't find it. Could anyone please tell me how to do it? I also couldn't fine tuning pack, change management pack, diagnostics pack. There is diagnostic pack advanced events there though.
    Thanks a lot.

    Try to download updated Management pack from below link and install it
    http://www.microsoft.com/en-us/download/details.aspx?id=29696
    For upgrade MP, Ensure iptables allow connection with SCOM
    For configure Red Hat Management pack, you can refer below link
    http://blog.scomskills.com/install-scom-agent-on-red-hat-enterprise-linux-6-using/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • 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

  • 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: Pending Jobs

    Hi,
    We got an alert that there were around 300 pending jobs on standard manager around 4 AM. We logged in to check the process after 1.5 hours and found that.. it itself managed to overcome the bottleneck.
    I would like to investigate and get some details on why it happened? and how can we prevent them in future. I need guidelines to investigate and find the root cause.
    EBS - Oracle 11.5.10.2
    DB- 10g
    3 Nodes for Apps tier with 1 using only for concurrent manager.
    OS- Linux
    Thanks

    Hi,
    Please see (Note: 164978.1 - REQCHECK.sql - Diagnostic Script for Concurrent Requests) and process duration and its status -- The scripts should provide you with the list of requests. Moreover, you could refer to Note: 134033.1 and run ANALYZEPENDING.SQL script for your pending requests.
    For ORA-1555 error, please see these docs.
    Note: 1005107.6 - ORA-01555: snapshot too old - Causes and Solutions
    Note: 269814.1 - ORA-01555 Using Automatic Undo Management - Causes and Solutions
    Note: 181228.1 - ORA-1555 When Running Concurrent Requests in Oracle Applications
    Thanks,
    Hussein

  • Need to delete the SPAM requests from the import queue

    Dear all,
    There were some issues with my QA system SAP patch application and we were forced to do a DB refresh from our production system. Now our QA system ABAP stack is having an issue with the  STMS import queue which shows 4 old patches(witch were applied to the system before the refresh)  with u201Crequest will not be importedu201D status. When I try to delete these requests from the import queue it shows the following error
    u201CThis is tp version 372.04.29 (release 700, unicode enabled)
    ERROR: Client 'ALL' is not possible.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0246
    standard output from tp and from tools called by tpu201D
    When I try to import a new support package it gives the  following error,
    Error in phase: CHECK_REQUIREMENTS
    Reason for error: QUEUE_NOT_EMPTY
    Not sure how these requests arew still in the import queue even after the DB refresh. How can I delete these 4 old requests from the import queue?
    The System is ECC6.0 ABAP+JAVA stack with Oracle 10g on Win2003 server.
    Thank you,
    Siju Sam

    Dear Ganesh,
    I have tried the steps you suggested, but still the import queue is not cleared.
    Now I just wanted to remove these entires from the STMS=>queue=>import queue list.
    Number   Request      Clt   Owner          Short Text
         1   SAPKB70013   ALL   SAPUSER        Basis Support Package 13 for 7.00
         2   SAPKA70013   ALL   SAPUSER        ABA Support Package 13 for 7.00
         3   SAPKB70014   ALL   SAPUSER        Basis Support Package 14 for 7.00
         4   SAPKA70014   ALL   SAPUSER        ABA Support Package 14 for 7.00
    I think these requests(Patches) are not there in the tp buffer/(import queue) but somehow some table entries shows the status that they are still in the  queue. So I just wanted to reset the status that These TPs are already applied.
    Thank you,
    Siju Sam

  • What are the standard Solutions available for Complaints Management in CRM?

    Dear all,
    What are the standard solutions available in SAP CRM to receive and process complaints through Customer Interaction Center.
    Our requirement is to receive and register complaints from contact center and process them by integrating back end ECC and BIW systems.
    As per my understanding we can not integrate ECC transactions in CASE Management while CASES are being created through Interaction Center.
    Please help me to map the following requirement successfully into SAP.
    How to register the complaint through Interaction Center?
    How this complaint information is communicated in back end ECC system?
    How to track the status and solution of the complaint available in back end ECC system?
    How the complaints are stored in ECC system?
    After creation of a complaint, can we trigger an automatic email on back end ECC system user with all complaint relevant data?
    Kindly help me to understand the process.
    Best regards,
    Raghu ram.

    You can analyse this [link |http://help.sap.com/saphelp_crm60/helpdata/en/68/691976cd2ef845a4e62437a82b67df/frameset.htm]for more information. Additionaly the tree hierarchy links contain some process flows where it explains you briefly the big picture of the process, in standard SAP CRM Complaint Manaagement Scenario.
    BR,
    Cenk Sezgin

Maybe you are looking for

  • How do I get firefox to work after installing an update (Can I go back to an older version if possible)?

    I recently updated from Firefox 3.6.3 to 3.6.8. I skipped previous updates because of similar problem I'm experiencing now however now it is worse. Immediately after installation, messages windows pop up. The FIRST window says: "Firefox has stopped w

  • Connecting to a plasma tv...

    Hi there, I just bought a Panasonic Viera plasma tv and I would like to connect it to my iMac G5. I would like to use the HDMI slots in the tv as this is how I could get the best possible quality. Thanks for any help.... 20" 2 GHz Intel Core Duo 2 GB

  • ICM custom function

    Hi, I am using ICM vestion 9.0. I have a requirement to route calls depending on keyword from sentense. Say for example system retunrs a sentense "I need information on foreign exchange" and I am saving the data in PV1. Now if the sentense has a word

  • PerformancePoint Add-in for Excel on Windows 8 / Office 2013?

    Does anyone know if this is/will be supported?

  • Cannot find the picked file in Integration Server

    Hi, I am facing an weird problem like The file is being picked up by the File adapter(we have set the mode to Archive)and succesfully archived.But when i search the same file in IS(SXMB_MONI)the message is not there. In RWB also i could not find the