Inbound stuck queues

Hi guys,
There are a few inbound stuck queues in the CRM system with the error SYSFAIL.
When we checked in smw01 the error is"The transaction getting locked by the user"
When we manually activate the queues the queue gets processed out.
But we need to manaully go in every day to reprocess these queues .any idea of automatically reprocessing these stuck queueus.
Thanks,
Krishna

Hi Krishna,
You can reprocess those queues automatically, but again I would suggest the administrator should manually go and reprocess it as SAP standard don't recomment the autoprocess of the Queues/ BDocs, because this may lead to inconsistency.Again in the end decision is ours but SAP would never take responsibility if anything goes wrong as of SAP standard practice is not followed.
Best Regards,
Pratik Patel
<b>Reward with Points!</b>

Similar Messages

  • Inbound Stuck Queue in the SMQ2

    Hi,
    One of the Q got stuck in the Inbound of the CRM system.
    It is showing the system status as "Running".IT has been in this staus for the past 2 days.
    When I try to activate it is giving Message"The queue is registered and therefore cannot be activated"
    The Q is giving Dump Error "Exception condition DELETE_ERROR raised
    When I chekced the Bdoc SMW01 the BDOC is in "Yellow Status".
    How can i process this queue.

    Implement SAP note 758677 for this. This exactly deals with your issue.
    This Basically speaks about scheduling 'RSQIWKEX' for inbound and 'RSQOWKEX' for outbound queues.
    Also, you need to set the parameter 'QRFC_Restart_ALLOWED' to '1' in the transaction 'SXMB_ADM' -> Integration engine. Its in the runtime dropdown menu.
    Note : without this parameter being set this will not work.
    Thanks,
    Karthik
    Edited by: Karthik Rangaraju on Oct 1, 2008 2:13 PM

  • Smq1 stuck queue

    Hello,
    we are running sap R3 enterprise which is connected to a crm 5.0 system.every day there are stuck queues in smq1 on status stop.
    the stuck objects are - MASS_CRM_, R3AD_.
    untill they are released manually, other objects and data which suppose
    to be downloaded to the crm system , are stuck
    pressing on the stop error gives the following message - Set by Host
    name: saptst1; Transaction: ; Report:SAPMSSY1
    it appears to be that the queue is stuck when there is massive data
    download/transfer from the R3 to the CRM system
    in our development system we didn't encounter such a problem - the main
    difference is that in the development systems (R3 to CRM) only delta
    load is transfered - not massive data like in the test systems
    please advise
    Regards,
    Moshe

    This happend because , you might be having a request download which is running . Generally when request load happens , all the delata queus will be stopped in SMQ1 of R/3. This is standard procedure. So Pls check if there is any rquest load is happening at that time. One it is down the system will automatically delte the stop and the delta will continue.
    Note: When do a request dowloand and if it stopped by some reason manually, than we need to unlock/delete the stop in SMQ1(R/3) Manually.

  • Help out for Inbound & Outbound queue

    BW Gurus
    pl. help me on Inbound & Outbound queue, give details as step by step or any document pl. send it on [email protected]
    but i want to understand the through process of it.
    assign points if helpful
    thanks in advance
    charu

    http://help.sap.com/saphelp_nw04/helpdata/en/e7/555e3c0f51a830e10000000a114084/content.htm
    You can check the tRFCs using tcode SM58 ,and analyze it.
    Outbound queue is something which maintains data when it gets posted to R/3. You can check Outbound queue using tcode LBWQ. We generally load the LBWQ data to Delta Queue using JoB Controller.
    WE20 is tocode where you maintain Inbound n Outbound parameters. Like which messages to communicate in between Bw & R/3 system.

  • Help with status of inbound/outbound queues

    Hello SDN XI experts!
    I hope one of you can offer some assistance with an XI issue we have, as we currently have no XI resource on site and we're stuck in dire straits!
    We have had some problems with our inbound and outbound queues in XI, and a search of the net and SDN hasn't helped yet. Basically, if I go in to transaction SMQ1 or SMQ2, I can see that there are files (or do you call them messages?) are building up in our queues with the status READY. To process these files through XI, I am going in to transaction SMQ1 and SMQ2 periodically, and activating the queue. This sets the status to RUNNING, and the files/messages are processed successfully.
    What I'm after is how do I either:
    a) set the queues so that they are always in status RUNNING;
    b) schedule a job to activate the queues periodically; or
    c) is there some other thing I am missing?
    Sorry if this is a bit vague, but I have no experience of XI at all. If I haven't provided enough info, please ask some questions. Anything you can do to help would be great as I'm manually doing this ten times a day and it's getting tiresome!

    Thanks for all your help guys, it's much appreciated as I have ZERO experience with XI...
    I have uploaded a screenshot of SMQR to the web, apologies for the quality, but I only have MS Paint on this desktop:
    http://img405.imageshack.us/img405/7202/smqrws8.jpg
    Luckily, some files have started to queue up again, so I could take some more screen shots! Here is the view of SMQ2:
    http://img166.imageshack.us/img166/7086/smq2mv6.jpg
    And then when I double click a queue, you see this screen with the queue in the status READY:
    http://img248.imageshack.us/img248/3935/smq22ed6.jpg
    Until I go in to SMQ2, double click the queue, highlight it and press activate, the files/messages will just stay in XI. After I press the Activate button on the application toolbar in the third image, the files are processed successfully. i.e. If you go in to SXMB_MONI they have a little chequered flag next to them.
    Thanks for all your time guys, points will be awarded if you can help me out!

  • TimeOut Exceeded in Inbound BPE queue

    Hi All,
      We have been facing an issue in our PI production box which stops the whole BPE inbound queue for one particular BPM.
            We have a simple BPM pattern to spilitt messages
    Receive Message>Transformation which includes Java mapping>Send step Inside Block with multiline elemnet  ( To send n number of messages to target application using HTTP adapter).
    We received 5 MB file for this interface and it got failed in BPE inbound queue with error message "Time Limt Exceeded". The IP is using One queue and Buffering possible options. Ideally what happens is message is getting blocked in the BPE inbound queue which stops other messages.
    There is always active receive step is available to receive messages from Q.
    The corresponding Integration process was not able to pick the message which 5-7MB file size. The BPM is running fine without any issue when file size is smaller.
    I have gone through the following documents already.
    How To Configure Inbound Processing in ccBPM Part I: DeliveryMode
    How to Configure Inbound Processing in ccBPM Part II Queue Assignment
    How ToConfigure ccBPM Runtime Part III: Transactional Behavior of an Integration Process.
    Could anyone suggest me if i hcan change any default settings which mentioned in above documents? Rightnow i am using "One Queue" and "Buffering possible" options.
    Where exactly time limt settings are maintained for BPE inbound queue?
    Edited by: Rajesh on Oct 27, 2009 11:47 PM

    First thing that I would do is to remove the queue specification in the BPM. This way, it will not block any other messages of the BPM. Then check for any Runtime paramters in SXMB_ADM for increasing the wait time.
    VJ

  • SMQ2 Inbound Blocked Queues Due to UoM.

    Dear Experts,
    We sustain a number of materials in ECC with order unit TN (Tonnes)  and are really causing issues because as the particular supplier delivers in KG's.
    I.e....
    •We order 0.100 TN (100kgs) of a Metal Sheet from a supplier
    •They deliver  us 100.123kgs
    •Stock is receipted in EWM as 100.123kgs
    •PO in ECC only allows 3 decimal places with Unit of Measure TN, so we can only have the PO as 0.100 TN, not 0.100123 that it should be...
    •Receipt of the stock from EWM to ECC is then stuck in a queue because of this issue
    •Stock cannot get booked in from EWM to ECC
    •Stock cannot be backflushed when consumed in production
    We need to raise PO's need in KGs. Contracts have been set up in Tonnes and will not allow us to select KGs as a UOM in the PO.
    What best practices do you recommend here please?
    ADP.

    Hello Andriko,
    It is always recommended to have same Unit of Measurement both in ECC and EWM.
    Can you try maintaining Conversion in your Material master and try reprocess the queue in ECC.
    Regards,
    Sathish

  • Inbound Idocs: Queue Processing (non-stop queue?)

    Hi everyone!
    I have an issue with a File to Idoc interface. The customer would want the IDocs arriving to R3 to be in the same order they were sent from the legacy. From the File Adapter there isn't any problem using the EOIO QoS, and in the IDoc Receiver Adapter I checked the "Queue Processing".
    There is something in the R3 side that the customer doesn't like much and it's about the stop of queue when an IDoc gets in error status: all the subsequent IDocs stay in status 75 ("IDoc received via qRFC").
    I can change the status of the wrong IDoc and then release the stopped queue but: Is there a way to process serialized inbound IDocs avoiding the stop of the queue if an error occurs?
    I'm using PI 7.0 SP30.
    Thank you in advance!

    First, this is not serialization, it's the queuing design EOIO... they are not the same.
    So, since you activated EOIO in the Sender CC it's normal to have such behave (i.e. 75 status)...
    Basically the serialization is not a good fit for these requirements.
    Here is one solution:
    1- Use dynamic queue name (via UDF) to create more parallelism since I dont think you have to queue all the IDOCs in one single queue.
    2- Copy the IDOCs with 75 status to a new IDOCS with 64 (You must have very few)
    3- Use RC1_IDOC_SET_STATUS to change the status of the IDOCS from 75 to something 73
    4- There is  standard report that you have to schedule and restart the queues
    5- Reprocess the IDOCs from steps 2
    The enemy of EOIO design is the user locks in the target system...
    Cheers,
    Fouad

  • SMQ2 Stuck Queue

    Hi All,
    Upon clearing SMQ2, it seems there were an error caused by user that had left and their ID has been deleted for sometime and their queue still stuck in SMQ2.
    What is the best practice on this scenario? to delete the queue?
    Thank you,
    Regards,
    Ura

    Hi
    can you submit work process logs . while deleting?
    if you know the user who has processed in past and it is now locked / deleted then you can unlock this entry and delete it from SMQ2.
    Regards
    Dishant.

  • CCMS Alert for Stuck Queue

    Hi
    I want to setup alert for any ABAP Dump or any Failed XML Message.
    Requirement is that it should come to me as an email like:
    System:SID
    Client:xxx
    Text:a brief description of the Dump or XML message
    I have setup CCMS and GRMG but I am receiving mails regarding GRMG Heartbeats only and not related to other CCMS alerts.
    I have seen the weblogs available in the SDN.
    Thanks in advance

    Hello Sundara
    You can setup CCMS for J2EE in the following ways
    1. Setup system monitoring in DSWP as you do for ABAP systems
    2. Installing and Registering sapccmsr agents
    3. Availability Monitoing by GRMG Lite and GRMG
    4. Setting up Central Autoreaction
    5. E2E analysis (Solution Manager Diagonostic)
    Four options are excellently elaborated in the following link
    Setting Up your Central Monitoring [original link is broken]
    and E2E
    http://service.sap.com/diagnostics
    If you face any problem in any of these, revert back
    thanks
    Bhudev

  • Delay into the inbound qRFC queue

    Hi:
    I am sending a pack of idocs with an xml message through an idoc channel from XI to R/3.
    Can I do a delay between the sending of each idoc?
    Thanks

    Hi,
    It is very simple.
    If you use BPM,
    See first you need to collect IDocs as you mensioned pack of Idocs,this can
    be done by the following way
    - first import Idoc into IR,
    - export the IDoc structure file WSDL and change max occur as 0..unbounded.
    - again import into IR under external def
    After this collect Idocs and MM,IM target as unbounded msg.
    In BPM Use steps
    Receive - receive msgs and maitain loop upto satisfying your business requirement condition
    maitain the block with foreach mode and put wait step whatever you want to delay
    each mesg od IDoc can be send to target by transformation step which will send each record as IDoc sending to target by send step
    Try..
    Please let me know you got it clear or not.
    Regards
    Chilla...

  • Inbound Queues stuck with RFC errors

    Hi Experts,
    Greetings for the Day !
    We have BDOC related issue and we need your expert help ASAP in resolving the same.
    We ahev a few BDOCS lying in intermediate state in transaction SMW01, which we found using BDOC monitoring on daily basis. When we check the same in SMQR - inbound queue, we found that the queues are stuck with an RFC error message.
    We are re-activate these queues to actually resolve the intermediate bdocs. But, my query is
    1> The raeson for getting these BDOCS in intermediate state & stuck queues
    2> A permanent resolution for the same.
    Please help and  let us know if you need more details.
    Regards,
    Kanika

    Hi Kanika,
    RFC error can be due to a bad connection as well. If the server is down, there might be a problem in communication with the connected system and the queues will not be processed further. You need to reactivate or unlock to get the queues processed.
    But if there are any specific errors for which the queues are stuck do state the same, so that we can look into an actual resolution.
    Regards,
    Venkat

  • Messages Stuck in Queue in PI

    Hi,
    For a few inbound interfaces for which PI is the middleware, we have found that the messages are stuck in queue in PI. We have also found that the messages are stuck in the queue in PI because one message which has an RFC error (It does a RFC lookup from PI into R/3).
    Is there any way in which we can trigger the RFC lookup manually for the failed message in the queue in PI?
    If this is not the right forum, please let me know the correct forum.
    Thanks in advance.
    Mick

    Hi,
    We can prevent this problem through standard SAP program RSQIWKEX.  This program need to execute background.  Whenever any message stuck in queue automatically this problem will restart error message automatically.  If you want to delete error message from queue (due to this error message remaining messages are in hold stage.  for remaining message execution we need to delete error message from queue) we need to change one function in this probem.
    Existing function TRFC_QIN_RESET_LUW , this function only can restart error message.
    Need to add function TRFC_QIN_DELETE_LUW , this function delete error message from queue.
    For this program execution we need to mentioned queue name(mandatory), find message stucking queue name and give same name to program in variant.
    I hope now clear

  • 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

Maybe you are looking for