BPM queue get block

Hi,
I have a web services that use bpm scenario. Every time when a error example date type format happen on the bpm the queue with get block on smq2 and others request by the web services will get hold. Any way that can i disable this? Every time i have to delete the error queue in order to let the webservices work again.
Thanks for help.

Hi Fcgan,
Use these reports to handle the queue in automated manner.
· RSARFCSE: Restart an LUW (background job)
· RSARFCEX: Restart tRFC LUWs (background job)
· RSQOWKEX: Restart QOUT qRFC LUWs
· RSQIWKEX: Restart QIN qRFC LUWs
· RSARFCSE: Delete an LUW (background job)
· RSARFCER: Delete various LUWs  
Thanks!

Similar Messages

  • Queue gets blocked in Receiver System . Pls advice urgent

    Hi All,
    When I send data from CRM --- XI --- DM system
    Whenever data comes at DM system everytime queue gets blocked and gets status "SYSFAIL".
    Pls tell me how to solve this problem.
    Regards

    1.You can use transaction codes SMQR and SXMB_ADM for queue status resetting.
    2.Use transaction codes SMQ1 and SMQ2 for deleting SYSFAIL files, and manually resending messages in the queues.(For activating queues in SMQ1 and SMQ2, you would need to first deregister them in SMQR or SXMB_ADM).
    3.As a pre-requisite, the IS configuration parameter MONITOR QRFC_RESTART_ALLOWED should be set to 1.
    /people/prashanth.azharuddin/blog/2006/11/24/some-errors-in-an-xi-production-environment
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

  • Why queues get blocked in XI

    I have observed thet queues in XI get blocked even though there is no error.
    When I unlock it , Queues get cleared.
    Please let me know why queues get blocked .
    Thanks in Advance.

    Hi,
    Queues might get blocked to various reasons.
    The reasons i can think of are:
    1) Contention for resources : If there is a contention for resources like memory, the first message of the queue gets blocked, causing subsequent messages to be blocked as well.
    2) Huge messages: HUge payloads choke the queues.
    3) Receiving system processing the messages slower than the sending system.
    Regards,
    Ravi Kanth Talagana

  • Queues getting blocked on error

    Hi,
    Under some error conditions like posting large documents, the document gets held in the queue. Subsequent transaction documents which should work also get held up in the queue.
    i have to manually delete the queue contents, before the XI server is able to process the transactions successfully.
    My quality of service for all documents is EO. 
    Is this the expected behaviour ? how can i configure my queues differently for better management ?
    thanks,
    Manish

    Hi Manish,
    Some processes depend on message order being maintained. If a 'create' account message fails (for say an invalid post code) then multiple 'update' messages for that account were to be processed by an application, there would be no account to update.
    In your case however, it sounds as though subsequent messages are not dependant on earlier ones.  I’m unsure how to help you with XI, but in other integration products the solution would be to process a large message and rather than allow it to fail, catch the error and send the message to a ‘dead letter’ queue.
    Hope this helps

  • Queuing - Action Blocks (Queue Get, Queue Put , Queue List, Queue Delete)

    Does any one know how to use Queue Get, Queue Put, Queue List, Queue Delete
    action blocks?
    There is neither any help documentation nor any previous queries in the forum for this.
    Thanks and Regards
    Khaleel Badeghar

    Hi Khaleelurrehman,
    1. Put something in your Queue:
       Name: MyQueue
       ID:      4711
       Example:
       - Make a ForNextLoop and use the Link Editor to fill the Queue with 10 entries.
       - Use a Local XML Variable as Message and a Assignment to set the
         Message text. So your Message will be:
         "a Message with the ID " & For_Next_Loop_0.CurrentItem
       - Put the Message and the ID in your Queue using the Link Editor
         ID: 4700 + For_Next_Loop_0.CurrentItem
    2. Replace something in your Queue:
       Just refere to Queue-Name and Queue-ID to replace a Message with the
       Queue-Put-Action.
    3. Get one entry of your Queue:
       Just refere to Queue-Name and Queue-ID to get the Message out of the Queue
       with the Queue-Get-Action.
    4. Get a List of entries from your Queue:
       - Use the Queue-List-Action which will return a xMII-XML Structure with
         DATE and ID.
       - Use a Repeater to loop over the Output of Queue-List-Action.
       - Use a Queue-Get-Action and assign the ID of the Repeater-Output to get the
         Message for the ID.
    5. Delete one Message in your Queue:
       Use the Queue-Delete-Action to delete a Message with a specific ID from
       your Queue.
    6. Delete the whole Queue (or all Messages)
       Use Queue-List-Action + Repeater to loop + Queue-Delete-Action
    Hope this helps.
    Ciao
    Martin

  • BPM Queue problem

    Hi there, i have a BPM with a Block step that has an infinite loop and collects delivery idocs, i have an exception set to 2 minutes or 500 idocs, basically when i send more than 500 idocs or it takes more than 2 minutes the first group is processed perfectly, but the remaining idocs are stuck on a queue visible under the smq2 with the status READY, does anybody has an idea of what could be the problem?,
    Best Regards,
    Roberto.

    Hi there,
    i cannot see any errors, i do have a correlation active by some region ID, but my test involves only delveries of 1 region, i don't know what could be wrong about the correlation, in addition the bpm steps goes as follow:
    - infinite loop with a receiver step inside a block step with a timeout exception
    - after that i transform those collected messages into 1
    - synchronous call to a 3rd party via webservice
    - send back the response to ECC
    Roberto.

  • [Urgent] Queues are blocked in status SYSFAIL

    Hi experts,
    I have the following problem that arose unexpectedly in an XI 3.0 installation:
    Queues are blocked in SYSFAIL status and when I click on one entry, I get message: XI Error CLIENT_RECEIVE_FAILED.INTERNAL: Queue stopped
    It seems to me that J2EE stack cannot connect to ABAP stack.
    When I test INTEGRATION_DIRECTORY_HMI connection in sm59, I get no reply..
    I cannot logon to Visual Administrator. It stops at 99%.
    Hardly can I connect to Integration Builder.
    Any ideas.
    I need your help ASAP.
    Evaggelos

    Hi Evaggelos,
    >I cannot logon to Visual Administrator. It stops at 99%.
    Is your XI installation over? 
    We had a similar problem in one of my earlier projects. We restarted the server and everything started working fine.
    If it is possible you can try the same.
    Regards,
    Sumit

  • SMQS scheduler: Queues stuck / block situation

    Hi All
    we have a Q stuck situation in ECC6.0 (ISU) with the Q name R3AUBUPA*, destination CRM, has status RUNNING. The implication of this is all other Q's get blocked and the this impacts the business operation. Currently we unregister and register the Q's and this clears the blocked Q and the backlogs.
    1) The question is anybody aware of a know issue on SMQS or is there a setting / parameter that needs to be set/unset or parameter values that needs tweaking.
    2) Also currently we have a dedicated resource to minitor this and address the issue, wonder if anyone has setup an alert in this context ?
    Note -
    a) All Q's are registered
    b) Except for the workflow Q's all are type 3 connections.
    c) the Q's are not confined to a server as that is not an option the client desires.
    Regards
    Srikanth

    Hello Srikanth,
    Txn:SMQS is used to de-rgister or register the destination.If you dereister/register a destination  then  data will not/will to that
    destination.
    You can go through the below set of notes for more details on queue hanlding and SMQS.
    685366          Welche Queues sollen in einem CRM System registriert werden?
    764081          CRM or R3 Backend is temporarily shut down
    356228          qRFC occupies all work processes on the R/3 backend or the C
    574774          Outbound queues hang in status STOP
    564435          Additional information on CRM System copy
    515579                          Customer message in the area: CRM-MW-COM
    480543          CRM MW R&R queues in status STARTING (no processing)
    580487          Guidelines for deactivating the mass queues CSA_MASS_BUPA
    777965          Flow Debugging information through queues
    Hope thils helps.
    Best Regards,
    Shanthala Kudva

  • Can SMTPTransport.sendMessage get blocked waiting for response?

    I have an application which calls Javax.Mail api to send mail.
    After sending the mail the application waits for certain time[my case:5 minutes],if time expires timeout error is thrown.
    My doubt is:
    I think SMTPTransport.sendMessage is a blocking call,
    Can SMTPTransport.sendMessage get blocked for so much time?
    When i took Thread dump i could see the following trace...
    "java.lang.ThreadGroup[name= WorkerThreads,maxpri=9]1" prio=5 tid=0x00698BF8 nid=0x15f4 runnable [4b05f000..4b05fd8c]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(Unknown Source)
         at java.io.BufferedInputStream.fill(Unknown Source)
         at java.io.BufferedInputStream.read(Unknown Source)
         - locked <088F0D00> (a java.io.BufferedInputStream)
         at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:56)
         at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:929)
         at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:523)
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:159)
         at javax.mail.Service.connect(Service.java:234)
         at javax.mail.Service.connect(Service.java:135)
    This means whether that SMTPTransport.sendMessage is blocked?any other cases,the sending mail can fail?

    We have the same problem here, 12 weblogic servers with 20 threads each and for some reason, on each servers there are around 15 threads locked :
    "ExecuteThread: '5' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x00aeed60 nid=0x10 runnable [a88ee000..a88efc28]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xc1987750> (a java.io.BufferedInputStream)
         at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:56)
         at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:929)
         at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:878)
         at com.sun.mail.smtp.SMTPTransport.data(SMTPTransport.java:815)
         at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:321)
         - locked <0xc1987890> (a com.sun.mail.smtp.SMTPTransport)
         at javax.mail.Transport.send0(Transport.java:164)
         at javax.mail.Transport.send(Transport.java:81)
    We think it may be because the default timeout for javamail is infinite and we are going to test soon a timeout at 10 seconds...
    But we are still not sure weither this is the right direction (cant hurt thought).

  • Credit card Orders are getting blocked with credit check

    Hi All
    In our system, If customer's credit exposure is greater then 100 % then all the credit card orders are getting blocked with credit check even though it has valid authorization. Is this sap standard behaviour?....is there any setting that will always exclude credit card orders when it has valid authorization
    Thanks in advance for looking into this

    Hi,
    In OVA8- under document controlling- check the existing routinue 1 for orders etc., else modify as per your requirement
    Thanks
    Chidamabram

  • Sales orders from CRM are not getting blocked with credit check

    Hi All
    I have configured ECC in such a way that , if cutomer does not have enough creditlimt, then those sales order will get blocked. Our orders will come from CRM, and some times some orders are not getting blocked with credit check even though the customer does not have credit limit. And at the same time some orders are blocked with credit check...what are all the things that should be checked to diagnose the problem.
    Thanks in advance for looking into this

    Please check if you have any custom code/user exit in ECC which uses transaction code (VA01 , VA02 or VA05 etc) prior to invoking credit checks. 
    Orders created via CRM will not have transaction code set (SY-TCODE).

  • HT4259 I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets block somehow when the Express looks like it's set up and 'green' - no in

    I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets blocked somehow when the Express is online and looks like it's set up perfect and 'green' - but no internet connection for anything even though the Extreme is green and the modem is good.  Once I disconnect the Express, everything is good again.
    I've tried LAN, WAN, though a switch, direct connect, Extreme set to Extend the network, the Express set to be an extension.  Most of the time I get an error trying to update the Express.  But when it seems to be set up perfect, the entire house can't get to the internet.  Just when it looks right, it is so wrong.
    If anyone can give me exact steps (e.g., "...from the Base Station menu, select the Restore Default Setting option" vice "...just restore the defaults..."), I would greatly appreciate it.  I'm left to the conclusion that the Express is faulty.  I've been using Airport Utility 6.2 from Mountain Lion on one computer and Airport Utility 5.6.1 from Snow Leopard on another computer (the latter give more control while the former just want you to 'forget' the Express).

    I finally got it working.  I was trying to set it up ethernet.  My biggest mistake was when the new Express came on, I did not select 'Continue' - I went straight to manual thinking that I would get the most setup options in manual mode.  So everything I initially tried always resulted in 'wireless'.  Even when I would update or restore default settings, the Express would not completely restart. Or sometimes I would get an error. So most of the time I had to unplug it.  So when it came back up, none of my changes were retained. But there were a lot of times when everything was green and appeared to be fine. But anytime the ethernet cable was plugged in, no more internet.
    So here's the weird part.  When I finally tried 'continue' (vice manual), I would get 4 options.  One would be 'ethernet' extended.  So I would select it, it gave me green lights, all looked good, and still the same problem.  This is when I got frustrated.  I thought I had exhausted all possible combinations.
    But somehow when trying continue again after another restore, I only got 3 options.  One was the same ethernet extended option (can't remember what the missing 4th one was).  And this time it worked - it gave me the big green circle with the checkmark saying it was successful.  I don't know what I did different, but I know now that it won't work if 4 options come up to choose from.  It will work if only 3 options come up.  And success if only verified by the big checkmark.  Had anyone anywhere said the checkmark declaring success is validation, then maybe I wouldn't have gone down so many rabbit holes thinking it should have been successful.
    As for which Airport Utility I prefer, 6.2 looks nice, but it would just ignore the Express and would want me to 'forget' it and would not let me edit it.  Airport Utility 5.6.1 was the one that I ended up using the most and finally had success with.  It still strikes me as odd that there is no manually way to pick ethernet, it can only be choosen following a 'restore defaults', and only from the 3-option list (the 4-option list had the same ethernet choice, but it no worky).
    Thanks for the response.  I really do appreciate it.
    Aiport Extreme Gen5 - internet access and router
    Airport Express Gen2 - connected via ethernet, extending my wireless
    - configured while connect directly to the Extreme, but now on a switch (16-port hub)
    Using Airport 5.6.1
    1) Restore Defaults from Base Station menu
    2) Following restart, Select Continue
    3) Of the 3 option presented, select 'ethernet.... extend network...'
      - if 4 options are present, may not work
    4) Wait for the green circle with the big white checkmark.
    5) Connected Express to the switch where a cable went to other end of house - works.
    Dead-zone went from 2mbps to 24mbps.
    I probably spent 4 hours chasing my tail in anger.  The correct way took about 5 minutes total.
    Thanks again.

  • I am trying to load and run a game called asheron's call and keep getting blocked from doing what i want to do. what can i do to fix it so mi can get to play the game

    i get game downloaded and icon on desktop the company has to send an e-mail so i can connect to a link for the game and it keeps getting blocked might be the firewall or cookies block not sure how ever i can't play the game and getting very mad how can this be fixed

    I get an error message saying that this app can't run on my pc and that I need to find a version that will work through my administrator.
    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • I am trying to view videos and I keep getting blocked plugin signs. What can I do to fix this problem.

    I am unable to view videos. I keep getting blocked plugin signs. How can I fix this problem?

    What if the latest plugin is the problem? I installed the latest version and now it does not work.

  • Open quantity gets blocked (SUS)

    Hi all,
    We had PO qty 4 each, GR was done for 4 each (through SUS), but in quality inspection 1 qty was rejected in quality inespection and 122 movement type, nw the vendor must be able to do ASN against the remaining 1 qty, but the system dont allow to do the ASN against the PO, it is showing confirmed quantity as 4 each..
    Same is the case with schedule lines the open quantity gets blocked..
    any suggestion.. please guide me..
    Regards,
    Abhishek
    MM/SRM

    Hi Abhishek,
    You can do a GR only when the vendor has sent an ASN.
    Regards,
    Nikhil

Maybe you are looking for