BP Creation in CRM- Queues stuck in SMQ1 - SYSFAIL Status

Hi ,
When we create  a BP in CRM , The BP Queues R3AUBUPA* has are stuck in SMQ1 in CRM with status  SYSFAIL . The detailed Error description is " Function module "CRM_BUPA_BDOC_MAP_NUMRANGE" not found"
We have already maintained the following entry in table CRMC_BUT_CALL_FU in CRM with call indicator set.
Event                 Object              Item                         FM
CRMIN               BUPA              50000                 CRM_BUPA_BDOC_MAP_NUMRANGE
Do we need to maintain this FM somewhere else?
Help us to solve this issue.
Regards,
Shaik

hi Shaik
How did you solved this

Similar Messages

  • Queues stuck in SMQ1 and SMQ2

    Hi,
    In CRM Middleware, I am trying to do some Master Data upload of Sales Orders from CRM to R/3 but a queue  MCEX11 gets stuck on the R/3 side with 1 entry and status NOSEND
    Can you please tellme how to get rid of this? Also how can i avoid distribution locks on a document.
    On the CRM side also certain queues were stuck in the outbound SMQ1 with status NOSEND. How to process these  queues manually?
    I checked note 431345 and other related notes also. Would appreciate if someone can help me on this.
    Thanks.
    Rgds
    Priyanka

    Hi Priyanka,
    To clear the no send status entry, go to R3AS, select the object say for BP (Bupa_main) press enter and then execute, then open R3AM1 enter object name as Bupa_main and select Running and done and execute.
    Now you can open SMQ2 and click on each entry with nosend status and then click on activate queue in the top toolbar, this shld change the status to running and then click on refresh.
    The following is the list of Queue extensions that are used in CRM, all the queues start with these extensions:
    <b>Outbound queues</b>
    CDB*     Start queues for loads CRM -> CDB
    CRM_SITE*     Load queues for Mobile Clients
    CSA*     Send queues of CRM Server Applications
    EXT*     Start queues for loads CRM -> Ext.
    R3AI/R*     Start queues for loads from ERP Backend system
    R3AU*     Load queues CRM -> ERP Backend system
    <b>Inbound queues</b>
    CRI*     Initial load queues CRM -> CDB
    CRM_SITE*      Load queues from Mobile Clients
    R3A*     Load queues ERP Backend  -> CRM
    CSA*     Send inbound queues of CRM Server Applications
    Hope this answers ur query.
    Regards,
    Amit
    Message was edited by:
            Amit Singh

  • SYSFAIL and queues stucks

    Hi,
    In scenarios where inbound queues are used (File IDOC -XI-SAP), when a send data error occurs the queues in XI are set to "SYSFAIL" (caused by the error) and i often have to delete the SYSFAIL messages manually to continue to process the next data.
    Is there any way through which i can delete these messages which are of status=SYSFAIL (schedule some job)?
    I assume that in my scenary all the error of this type can be cancelleed.
    Thanks
    Antonio

    Antonio,
    From the blog,
    <i>Often in asynchronous scenarios where inbound queues are used, the queues are set to SYSFAIL status and all the messages in the inbound queue are stuck (not processed).  Depending on the status of XI processing queues, we can  reset a queue’s status and trigger processing of messages.
    To be able to initiate processing of messages stuck in the queue, make sure to set following IS configuration parameter
    MONITOR QRFC_RESTART_ALLOWED to value 1
    <b>For automatic qRfc failure recovery, schedule the report RSQIWKEX to run periodically. This report enables automatically resets the queues.</b>[\i]
    Regards,
    Bhavesh

  • SMQ1 and SMQ2 queues stuck

    Hi All,
    We are using ISU and CRM system for Retail business, Always work flows and lot of business transactions will perform in those systems and replications will happen in both systems.
    Due to this reason lot of entries are present in SMQ1, SMQ2 and SM58 will present. We are continuously monitoring though some times some entries are are found in sysfail status. due to this lot of entries are piled up and queues becomes very high amount.
    As a work around, If we unlock the queue ( sysfail entry ) two to three times the entry will go and the remaining entries will start move.
    Currently our requirement is can we do this kind of this as automated ? I mean as per conditions it will unlock the queues automatically ?
    Please suggest me in this case.
    Thanks in advance.
    Pavan.

    Hi Dustin,
    Thanks for your reply. I had gone through the mentioned notes and say about it is not recommended to use regular basis. Here our requirement is need to check the sysfail entries in the queue. Need to unlock the queue twice or thrice to re-process the entry. If any data issue our CRM middle ware team can handle.
    The major purpose is to unlock the queue entries which can re-process automatically without manual correction.
    I like to proceed with Deepanshu suggestion to check with ABAPer. before that I need to check with our CRM middle ware team to get the list of error which can process through unlocking the queue.
    Will keep you posted the updates. Thanks a lot for your time and response.
    Thanks,
    Pavan.

  • How to get back Queue name in SMQ1 when Data source is present in RSA7

    Hello Friends,
      Its very urgent issue.Please provide me your valuable solutions.
    1) I have Queue name in SMQ1 and Data source name in RSA7 are present for particular Data source in CRM source system. I deleted Queues in SMQ1 and they present in RSA7 so whenever I do changes in Data source record that changes i can see in RSA3 and DB table but I can't able to see that changes in RSA7.
    2) That Data source is Delta enabled and Initialization also set for that.
    3) when i do delta scheduling no records are coming in BI side.
    Please tell me how can i get back my Queue in SMQ1 and get changes reflects in RSA7 data source also.

    Try below:
    http://sharepoint247.wordpress.com/2013/05/24/handy-email-utility-for-any-sharepoint-project/
    interface IEmailConfigurationManager
    /// <summary>
    /// Gets Email Template by it's ID
    /// </summary>
    /// <param name="emailTemplateId"></param>
    /// <returns></returns>
    EmailTemplate GetEmailTemplate(string emailTemplateId);
    /// <summary>
    /// Gets Email Template by it's ID by updating the email template properties
    /// </summary>
    /// <param name="emailTemplateId"></param>
    /// <param name="subjectProperties"></param>
    /// <param name="bodyProperties"></param>
    /// <returns></returns>
    EmailTemplate GetEmailTemplate(string emailTemplateId,
    IDictionary<string, string> subjectProperties,
    IDictionary<string, string> bodyProperties);
    /// <summary>
    /// Add new email template.
    /// </summary>
    /// <param name="emailTemplateId"></param>
    /// <param name="emailTemplateSubject"></param>
    /// <param name="emailTemplateBody"></param>
    void AddEmailTemplate(string emailTemplateId, string shortDescription,
    string emailTemplateSubject, string emailTemplateBody);
    https://spemailutility.codeplex.com/
    http://social.msdn.microsoft.com/Forums/en-US/ef945d33-50c5-4b89-8bb9-32a95498b419/how-to-change-email-template-for-the-approval-workflow?forum=sharepointcustomizationlegacy

  • R/3-- XI,   queue stuck problem,  concept not clear

    Hi Forum,
    I have a R/3(abap proxy)----->XI scenario,
    now the data being sent from R/3 to XI is getting stuck (due to some HTTP error) in the queue, which is visibale through tcode SMq2 of R/3,
    I want to know, why the stuck queue and hence the LUW is seen through SMQ2 (inbound queue), and not SMQ1 (outbound ) queue,
    though i m under an impression that outgoing messages uses outbound queues,
    pls clarify this concept

    Go to SMGW -> Go to -> Logged on Clients, check your Program ID is registered there or not ?
    Did you follow Michal's blog
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    Bean not found error is due to incorrect configuration of RFC Dest, but per your initial message it does not look like, but worth following Michal's blog.

  • Queues stuck in DB-Queue Monitor .

    Hi,
    I have B1if with some scenarios in my system, but i have a problem with Queue stuck.
    Under DB-Queue Monitor, i have the stuck queues, Q.INB_IQ_INTQ_ASYN_QS.0010000000 > sap.B1SysSLDSync > message(<SLDModify sysid="0010000112" company="SBO_DEPOSITO_NILDO" task="delete" /> ).
    I have checked and all IPO-Steps are active.
    Any solution????
    []'s

    Hi Priyanka,
    To clear the no send status entry, go to R3AS, select the object say for BP (Bupa_main) press enter and then execute, then open R3AM1 enter object name as Bupa_main and select Running and done and execute.
    Now you can open SMQ2 and click on each entry with nosend status and then click on activate queue in the top toolbar, this shld change the status to running and then click on refresh.
    The following is the list of Queue extensions that are used in CRM, all the queues start with these extensions:
    <b>Outbound queues</b>
    CDB*     Start queues for loads CRM -> CDB
    CRM_SITE*     Load queues for Mobile Clients
    CSA*     Send queues of CRM Server Applications
    EXT*     Start queues for loads CRM -> Ext.
    R3AI/R*     Start queues for loads from ERP Backend system
    R3AU*     Load queues CRM -> ERP Backend system
    <b>Inbound queues</b>
    CRI*     Initial load queues CRM -> CDB
    CRM_SITE*      Load queues from Mobile Clients
    R3A*     Load queues ERP Backend  -> CRM
    CSA*     Send inbound queues of CRM Server Applications
    Hope this answers ur query.
    Regards,
    Amit
    Message was edited by:
            Amit Singh

  • Duplicate check on search term for BP creation in CRM

    HI,
    I want to do a duplicate check on search term for BP creation in CRM.
    i found one BADI ADDRESS_SEARCH. But the method address_search is not getting called.
    Is there any other BADI available? how can I handle this issue?

    hello,
    BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.
    br,
    dez_

  • Automatic creation InternalOrder inECC after Service Order creation in CRM

    Hi,
    After Service Order creation in CRM,  the automatic creation of Internal Order in ECC not happening, needs to be do the related settings. Can anybody share the stepts for the same to do the settings.
    rgds,
    balu

    Hello balu,
    Have you released all items?
    Also,please make sure that against the item category "Assign BW/CO" is set to Service.
    Hope this helps!
    Thanks and Best Regards,
    Shanthala Kudva.

  • XML file getting stucked in queue in ECC preventing material status in MDM.

    XML file getting stuck in queue in ECC preventing material status in MDM to be changed.
    Hi SAP Experts,
    We have an issue regarding XML messages getting stuck in queue in ECC preventing the material status in SAP MDM to be changed from "Approved" to "Updated/Posted".
    Checking in transaction SXI_MONITOR the status of the XML Messages are Scheduled or Green Flagged, looking at the time started it has been an hour and it is not yet processed successfully; and also checking the queues XBTR* (XBTR0001, XBTR0002 and ETC.) via transaction SMQ2 have stopped.
    We need to manual process the XML messages for it to be processed successfully.
    I'm unable to understand why these files are getting stuck in Queue's.
    Many thanks in advance and have an awesome day ahead.
    Regards,
    Aeron Merc

    Hi Aeron,
    Check whether the Queue XBTR* (XBTR0001, XBTR0002 and ETC.) is Unregistered in SMQR.
    If it is so you can see as U in the Queue type.
    Try to register by selecting the queue and click on Registration button and activate.
    Then check your message in MONI,  hope this should solve your problem.
    Thanks
    Sai.

  • SMQ2 Queues Stuck

    Hello All,
    I have a problem of one of the queues in CRM 5.0 is struck with SYSFAIL error. The queue name is R3AD_MATERIAFAYB401007. When I double click the queue entry I get the error on FM  BAPI_CRM_SAVE with the remote user of R/3. The statustext is is 'Error in Mapping (Details: transaction SMW01)'.
    Does any one knows how to set this queue right ?
    Regards
    Rashit

    Rashit,
    You probably are missing product categories in CRM.
    Follow this process,
    1. Run initial load transaction R3AS for object 'DNL_CUST_PROD1'. Make sure source is 'OLTP' and destination is 'CRM'
    2. Monitor the request load using transaction R3AM1 and make sure it completes
    3. Go to SMQ2 and double click on the Queue in SYSFAIL status. Select the Queue and click on 'Edit' and click on 'Reset Status'.
    4. The Queue should start Running and material should be updated in CRM
    <b>Please award points if it helps.</b>
    Regards
    Haseeb

  • SMQ2 - Found a queue with name "*" and all other queues stuck in STOP state

    Hi all,
    We have a problem on the ECC side, on outbound asynchronous proxies. Sometimes a new queue appears on SMQ2 there with name "", and with status "STOP". At this time, all other queues stuck with STOP status... the only way of resetting all those queues to RUNNING state again is to delete the queue named as ""...
    Some of you has any idea how this queue "*" appears there and stop all other queues?
    thanks
    roberti

    Hi Ravi,
    Is not only about one queue stopped... the problem is this queue named ""... with status STOP, all other queues stops too with it. The only way to make things work again is to delete the queue named as ""... the problem is to discover what or who is creating this stupid "*" queue. I think that this is a procedural error on datacenter, but they are saying is not the case... I'm investigating, but if someone else has any idea about I would appreciate
    thanks!
    roberti

  • "Driver transmit queue stuck" Error - what does it mean?

    My 1231G Cisco on 12.3(7)JA2 is giving me the Critical error message: "Interface Dot11Radio0, failed - Driver transmit queue stuck," I have never seen this before. What does it mean, and can it be resolved? Thanks!

    This error means the AP had an radio failure and if had one then it should disconnect the clients at that point. Try upgrading the firmware to the latest. This will resolve this issue.

  • CSCsx29696 - percentSUPQ-4-CPUHB_RECV_STARVE - receive queue stuck after throttling on 2960

    Hello, I have a problem with Cisco Catalyst 2960 with IOS ver 12.2 (35)SE5.
    4 years ago we purchased 10 Cisco Catalyst 2960 with IOS ver 12.2 (35)SE5 and now operating them.
    After 4 years of normal working one of Cisco Catalyst 2960 became bad. After switching 2 computers to any FastEthernet interfaces in the console I see:
    %SUPQ-4-CPUHB_RECV_STARVE: Still seeing receive queue stuck after throttling
    %SUPQ-4-CPUHB_SLOW_TRANSMIT: CPU Heartbeat Tx buffer not returned
    I tried to upgrade the IOS on the following: IOS Release 12.2(53)SE1, IOS Release 12.2(55)SE, IOS Release 12.2(55)SE9  but where was NO EFFECT.
    Please, tell me what shell I do to fix this problem.
    Thank you.
    Technical engineer, Tischenko Kirill.

    Hello Tischenko,
    Trust you are doing great.
    Have you tried configuring the workaround mentioned in the Bug CSCed03214
    <b>Workaround:</b>
    1) Configure the interface for full-duplex instead of half-duplex.
    2) Find the interface that is receiving 1-byte frames and correct the wiring and/or
    problem on the connected device.
    <b>Additional Information:</b>
    To find the interface that is receiving 1-byte frames, use the command <b>show platform
    port-asic receive port-lockup</b>.
    If an interface is configured for 10Mbps half-duplex, but shows non-zero and incrementing
    <b>ifix</b> counters, reconfigure the interface and connected device for 10 Mbps
    full-duplex, or 100Mbps or 1000Mbps (any duplex).
    If an interface is configured for 10Mbps full-duplex, 100Mbps or 1000Mbps (any duplex),
    but shows non-zero and incrementing <b>ifix</b> counters, the connected interface
    or wiring is likely the cause of the 1-byte frames.
    Regards,
    Mohit 
    ** Please rate if the post is helpfull

  • SUPQ-4-CPUHB_RECV_STARVE: Still seeing receive queue stuck after throttling.

    Hi all,
    I have used Cisco catalyst 3750x, port G1/0/1 and G1/0/2 to connect 2 MPLS lines from ISP
    There has been an error to the switch after about 1 day of running; as following:
    SUPQ-4-CPUHB_RECV_STARVE: Still seeing receive queue stuck after throttling.
    It has auto-restarted time by time.
    I have already replaced another switch but it has the same error.
    Please help me to solve the problem. Thanks a lot!
    The attached file is the show version and show logging
    show version
    Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.2(2)E, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2014 by Cisco Systems, Inc.
    Compiled Thu 26-Jun-14 11:52 by prod_rel_team
    ROM: Bootstrap program is C3750E boot loader
    BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(58r)SE1, RELEASE SOFTWARE (fc1)

    downgrade IOS 15.0(2)SE7 or upgrade your IOS. work with the TAC on your symptom to understand the root cause of the condition.
    same case with this :
    https://tools.cisco.com/bugsearch/bug/CSCsx29696

Maybe you are looking for