Queues are blocked in PI

Queues are blocked in PI,I am unable to release it from SMQ2.Can you please tell me what other methods can I follow to release them.Can I delete them?is it ok
Thanks

Hi there,
                      what is the error message showing there..
if open the queues you can c message there..
act according to that..
If in production system it is not a good idea to delete the queues.
Regards
Rao

Similar Messages

  • [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

  • SMQ2 queue is blocked and messages are in u201Cwaitingu201D status in RWB

    Hello,
    A SMQ2 queue is blocked with XXX data and these messages are in u201Cwaitingu201D state in RWB. 
    What could be the reason?
    Im sure its not because of the space because all the messages which flow after that was there in the directory.
    Regards,
    Mathangi

    Hi Mathangi,
         double click on the queue and click on the first message which will direct to MONI
    --> check what exactly the error is and try to resolve the error accordingly
    if you are unable to do that
    Right click on the first message and save LUV it will be saved in SMQ3
    then unlock the queue and execute again it will process successfully..
    later you can process the message which is saved
    Regards,
    Naveen

  • Queues indound blocked

    I wanted to ask what can I check on my XI, because I often block queues indound, blocking the process of my interfaces.
    thanks
    umberto

    Hi,
    check in  RWB and Message Monitoring for specific interface.
    or
    check in TCode  SMQ2 for Inbound Queue monitoring
    http://help.sap.com/saphelp_nw70/helpdata/EN/76/e12041c877f623e10000000a155106/frameset.htm
    Queue Status in SMQ1 and Table ARFCRSTATE
    Use
    Depending on the way a Logical Unit of Work (LUW) is processed, an inbound queue, outbound queue or table ARFCRSTATE (status table of the LUWs in the tRFC/qRFC target system) can have different statuses.
    Outbound Queue
    The following statuses may be displayed in transaction SMQ1:
    READY
    ·        The queue is ready for transmission. This status should only be a temporary status. However, in the following case this status can also be permanent: A queue has been locked manually via transaction SMQ1 or via a program, and then unlocked without being activated at the same time. This queue must be activated explicitly.
    RUNNING
    ·        The first LUW of this queue is currently being processed. If a queue in this status hangs for more than 30 minutes, this may mean that the work process responsible for sending this LUW has been terminated. In this case you can activate this queue again.
    Note that activating a queue in status RUNNING may cause a LUW to be executed several times if this LUW is still being processed in the target system at that time. We therefore recommend a waiting time of at least 30 minutes before you reactivate the queue.
    EXECUTED
    ·        The first LUW of this queue has been processed. The system waits for a qRFC-internal confirmation from the target system before processing further LUWs. If a queue in this status hangs for more than 30 minutes, this may mean that the work process responsible for sending this LUW has been terminated. In contrast to status RUNNING, this current LUW has definitely been executed successfully. You can reactivate this queue without any problems. The qRFC Manager will automatically delete the LUW already executed and send the next LUW.
    SYSFAIL
    ·        A serious error occurred in the target system while the first LUW of this queue was executed. The execution was interrupted. When you double-click on this status, the system displays an error text. For more information on this error, see the corresponding short dump in the target system (ST22). No background job is scheduled for a retry and the queue is no longer processed. To solve the problem, information from the affected application is required. See note 335162 for the special error text "connection closed".
    CPICERR
    ·        During transmission or processing of the first LUW in the target system, a network or communication error occurred. When you double-click on this status, the system displays an error text. For more information on this error, see the syslog (SM21), the trace files dev_rd or dev_rfc*. Depending on the definition in transaction SM59 for the destination used, a batch job is scheduled for subsequent sending. Status CPICERR may also exist in the following cases although no communication error occurred: A qRFC application finds out that a LUW cannot be processed any further due to a temporary error in the application and therefore calls the RESTART_OF_BACKGROUNDTASK function module to prompt the qRFC Manager to cancel the execution of this LUW and to repeat this LUW later in accordance with the specification in transaction SM59. In this case, qRFC simulates a communication error with the text "Command to tRFC/qRFC: Execute LUW once again." If this error occurs very often, you must contact the corresponding application.
    STOP
    ·        On this queue or a generic queue (for example BASIS_*) a lock was set explicitly (SMQ1 or programs). Note that the processing of qRFC never locks a queue. After having informed the corresponding application, you can unlock and activate this queue using transaction SMQ1.
    WAITSTOP
    ·        The first LUW of this queue has dependencies to other queues, and at least one of these queues is currently still locked.
    WAITING
    ·        The first LUW of this queue has dependencies to other queues, and at least one of these queues currently still contains other LUWs with higher priorities.
    NOSEND
    ·        LUWs of this queue are never sent but retrieved by a special application. These queues are only used internally at SAP (BW or CRM during communication with Mobile Clients). Even if a LUW has been read by the corresponding application (BW, CRM), this status does not change. This LUW is only deleted from the queue if this application confirms collection (collective confirmation possible). Under no circumstances should this status be reset using transaction SMQ1 and the queue activated.
    NOSENDS
    ·        During the qRFC call, the application determines at the same time that the current LUW is not sent immediately. This is used to debug the execution of an LUW via transaction SMQ1.
    WAITUPDA
    ·        This status is set if qRFC is called within a transaction that also contains one or more update functions. As a result of this status, the LUW and thus the queue is blocked until the update has been completed successfully. If this status takes longer than a few minutes, check the status of the update or the update requests using transaction SM13. After a successful retroactive update, the blocked LUW is sent automatically. You can reset this status in the qRFC Monitor SMQ1, and reactivate the queue. Note that this can lead to possible inconsistencies in the application data between the two systems.
    If you are using Releases 4.0x, 4.5x, 4.6A or 4.6B, and an update function with the "collective run" type exists in a LUW, an error in the kernel may cause this status. The queue also hangs in this case. This error has already been corrected with a kernel patch (see note 333878).
    ARETRY
    ·        During LUW execution the application has diagnosed a temporary problem and has prompted the qRFC Manager in the sending system via a specific qRFC call to schedule a batch job for a repetition based on the definition in transaction SM59.
    ANORETRY
    ·        During the LUW execution, the application has found a serious error and prompted the qRFC Manager via a specific qRFC call to cancel processing of this LUW. Information from the affected application is required to solve the problem. To solve the problem, information from the affected application is required.
    MODIFY
    ·        Processing of this queue is locked temporarily because the LUW data is being modified.
    Table ARFCRSTATE
    You can use transaction SE16 to display the status:
    EXECUTED
    ·        The related LUW is completely executed in the target system. The system waits for an internal tRFC/qRFC confirmation from the sending system before this entry is deleted.
    HOLD
    ·        The corresponding application has processed this LUW in parts and wants this LUW to not be repeated in the case of subsequent network or communication errors (see SAP Note 366869 if there are many entries with this status).
    WCONFIRM
    ·        During a LUW execution the application has prompted the tRFC/qRFC Manager to set status HOLD. If the LUW execution has already been completed but this application has not yet signaled the logical LUW end and if the tRFC/qRFC-internal confirmation from the sending system has been received, then this LUW receives status WCONFIRM.
    If the respective application informs the tRFC/qRFC Manager about the logical LUW end, then this entry is deleted (see also SAP Note 366869 for more details).
    Queue Status in SMQ2 and Table ARFCRSTATE
    Use
    Depending on the way a Logical Unit of Work (LUW) is processed, an inbound queue or the table ARFCRSTATE (status table of the LUWs in the tRFC/qRFC target system) can have different statuses.
    Inbound Queue
    The following statuses may be displayed in transaction SMQ2:
    ·        READY
    The queue is ready for processing. This status should only be a temporary status. However, in the following case this status can also be permanent: A queue has been locked manually using transaction SMQ2 or using a program, and then unlocked without being activated at the same time. This queue must be activated explicitly.
    ·        RUNNING
    The first LUW of this queue is currently being processed. If a queue in this status hangs for more than 30 minutes, this may mean that the work process responsible for processing this LUW has been terminated. In this case you can activate this queue again. Note that activating a queue in status RUNNING may cause a LUW to be executed several times if this LUW is still being processed in the target system at that time. We therefore recommend a waiting time of at least 30 minutes before you reactivate the queue.
    ·        SYSFAIL
    A serious error occurred while the first LUW of this queue was being executed. The execution was interrupted. When you double-click on this status, the system displays an error text. For more information on this error, see the corresponding short dump in the target system (transaction ST22). No background job is scheduled for a retry and the queue is no longer processed. To solve the problem, information from the affected application is required. See SAP Note 335162 for the error text "connection closed".
    ·        CPICERR
    A network or communication error occurred while the first LUW was being executed. When you double-click on this status, the system displays an error text. For more information on this error, see the syslog (transaction SM21) or the trace files dev_rd and dev_rfc*. Depending on the registration of this queue (SMQR), a background job is scheduled for a retry. See SAP Note 369524 for the error text u201CLogon failed". Status CPICERR may also exist in the following cases although no communication error occurred: A qRFC application finds out that a LUW cannot be processed any further due to a temporary error in the application and therefore calls the RESTART_OF_BACKGROUNDTASK function module to prompt the qRFC Manager to cancel the execution of this LUW and to repeat this LUW later in accordance with the specification in transaction SM59. In this case, qRFC simulates a communication error with the text "Command to tRFC/qRFC: Execute LUW once again." If this error occurs very often, you must contact the corresponding application.
    ·        STOP
    On this queue or a generic queue (for example BASIS_*) a lock was set explicitly (SMQ2 or programs). Note that the processing of qRFC never locks a queue. After having informed the corresponding application, you can unlock this queue using transaction SMQ2.
    ·        WAITSTOP
    The first LUW of this queue has dependencies to other queues, and at least one of these queues is currently still locked.
    ·        WAITING
    The first LUW of this queue has dependencies to other queues, and at least one of these queues currently still contains other LUWs with higher priorities.
    ·        ARETRY
    When the LUW was processed, the application diagnosed a temporary problem and has prompted the qRFC Manager with a specific qRFC call to schedule a background job for a retry, based on the registration in SMQR.
    ·        ANORETRY
    When the LUW was processed, the application diagnosed a serious error and has prompted the qRFC Manager with a specific qRFC call to stop processing this LUW. To solve the problem, information from the affected application is required.
    ·        MODIFY
    Processing of this queue is locked temporarily because the LUW data is being modified.
    Table ARFCRSTATE
    You can use transaction SE16 to display the status:
    ·        EXECUTED
    The related LUW is completely executed in the target system. The system waits for an internal tRFC/qRFC confirmation from the sending system before this entry is deleted.
    ·        HOLD
    The corresponding application has processed this LUW in parts and wants this LUW to not be repeated in the case of subsequent network or communication errors (see SAP Note 366869 if there are many entries with this status).
    ·        WCONFIRM
    During a LUW execution the application has prompted the tRFC/qRFC Manager to set status HOLD. If the LUW execution has already been completed but this application has not yet signaled the logical LUW end and if the tRFC/qRFC-internal confirmation from the sending system has been received, then this LUW receives status WCONFIRM.
    If the respective application informs the tRFC/qRFC Manager about the logical LUW end, then this entry is deleted (see also SAP Note 366869 for more details).
    PS reward me if usefull
    reg,
    suresh

  • 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

  • How do I get Firefox to display the information bar when a pop up is blocked I accidentally clicked on "Don't show this message when pop-ups are blocked" when a pop up was blocked. How do I get this message to reappear again when a pop up is blocked?

    I just updated Firefox but can't get it to display the message when a pop-up is blocked. Most times I want them blocked but sometimes I need them enabled.

    You can see a pop-up block icon in the right corner of the Status Bar if you have chosen to hide the information bar at the top.
    You can left-click that pop-up block icon on the Status Bar and remove the check mark from "Don't show info message when pop-ups are blocked"
    You can look at these prefs on the '''about:config''' page and reset them via the right-click context menu:
    Status bar icon: browser.popups.showPopupBlocker
    Info bar at the top: privacy.popups.showBrowserMessage
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • When I try to access certain listings on ebay they are blocked - I am told this is because it thinks I am in France. I use an English ISP and the problem only happens with Firefox, not (for instance) IE. How can I overcome this?

    When I try to access certain listings on eBay I get the following message:
    "Unfortunately, access to this particular listing or item has been blocked due to a Paris commercial court decision that bans trade of certain authentic perfumes and cosmetic products on eBay because of French selective distribution laws. eBay is appealing this ruling but is nevertheless required to enforce it. We are blocking your viewing in an effort to comply with this court decision. Regrettably, in some cases, we may prevent users from accessing items that are not within the scope of the decision because of limitations on existing technology."
    eBay support told me it is because they think I am in France or because I am using a French ISP. I am in London and am using the British ISP, Bethere. What can I do to convince them that I am in England?
    The URL quoted is just an example. It happens frequently with other listings.

    This is what I get:
    ISP: Be Un Limited
    Organization: Be Un Limited
    Connection: Broadband
    Services: None Detected
    City: Horsham
    Region: West Sussex
    Country: United Kingdom
    It can't be a problem with my ISP or my IP address since it only happens with Firefox. When I try out the same listings with other browsers it doesn't happen. eBay said Firefox must be making it seem as though I am in France. Goodness knows how or why??

  • Vendor invoices are blocked automatically with payment blck A instead of R

    There is an issue with a specific vendor.This vendor's invoices are blocked automatically with payment block A instead of
    payment block R.
    I know that invoices are blocked when posted if there is a price variance exceeding 3% and/or 100 Euro with payment block R.The invoices with payment block A are not included in the report Z1PE which is used by the Production Planning in order to monitor the blocked invoices and these invoices remain blocked for a long time until the vendor requests their payment.Could you please check why this happens?

    HI,
    Discuss with your MM Consultant, in MM there is a facility to block the invoice automatically in certain scenarios.
    Thanks & Regards,
    Shashi Kanth.

  • Customer Open Items are blocked

    Hi,
    In FB05 I can not view all my open items for particular customer. I.e., In FBL5N I am seeing For XXX customer 1000 open items, but in FB05 i could see only 50 open items. I think most of the items are blocked in some other process.
    So where can i check the blocked open items for cutomer, like any report or any table will say me about blocked open items for particular customer?
    Thanks in advance......

    Hi,
    In FBL5N, you may select the Change Layout Button and choose the field payment block from the hidden column. Click copy button at the bottom. The report will display any block next to the line item.
    I hope it helps.
    Cheers
    Nathan

  • VNICs (both uplinks and VM's vNIC) are blocked on N5K DVS after upgrading to ESXi 5.1

    Hello Gents,
    I cought into weird situation after upgrade VMware ESXi 5.0 to 5.1 on UCS C200M2. Before upgrade I have had server with configured static adapter-fex VNICS and floating/dynamic vm-fex interfaces working perfectly in DirectPathIO mode for VMs. Initial deployment was done according Cisco N5K VM-fex operation guide for   NX-OS 5.1(3)N1(1). There were vCenter 5.1, 2xN5K and 2xC200M with ESXi 5.0 integrated so that N5K DVS was brought to vCenter and hosts could be added to DVS. One of C200M2 (still on ESXi5.0) has no problem while operating VM-Fexs and adapter-fexs while part of its uplinks are on VSS and othe part on DVS (in fact there are none VMs on VSS, so all the workloads use DVS).
    But upgraded C200M cannot operate with DVS correctly: any vmks, vm networks, VMs connected to DVS lose network connectivity.
    Attached picture illustrates diag of connectivity status (uplinks/ets are blocked).
    VEM are fresh and running:
    ~ # vem status -v
    Package vssnet-esxmn-next-release
    Version 4.2.1.2.2.1a.0-3.1.1
    Build 1
    Date Sat Sep 28 18:47:14 PDT 2013
    VEM modules are loaded
    Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks
    vSwitch0         128         6           128               1500    vmnic0,vmnic1
    DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks
    N5KDVS-1         256         14          256               1500    vmnic3,vmnic2
    VEM Agent (vemdpa) is running
    ~ #
    ~ # esxcli software vib list | grep cisco
    cisco-vem-v162-esx             4.2.1.2.2.1a.0-3.1.1                Cisco     PartnerSupported  2013-11-11
    Do anybody have an idea why it is going wrong?

    Of course they exist.There is unpatched server with ESXi 5.0 near upgraded server and it works perfectly.
    Finally I downgraded server to ESXi5.0 again and VM-FEX functionality restored.

  • I have Mac OSX version 10.6.8 and now my plugins are blocked

    I have a mac OSX version10.6.8 and now my plugins are blocked.  Please help.

    Try un-installing and then re-installing.
    Adobe Flash Uninstaller
    Adobe Flash Player
    Safari/Preferences/Security - make sure allow plugins is checked.

  • Purchase ledger invoices that are blocked for quality inspection.

    Purchase ledger invoices that are blocked for quality inspection.When invoices are keyed against a stock item that is required to be checked for quality the invoice automatically blocks. Once the check has been carried out and the batch has been released the invoice should automatically release for payment according to terms, however this is not happening.I checked MSC3N,where batch is in unrestricted and status released.Still in material document shows batch in QI.
    Can any one what is the problem.

    Hi
    check in MMBE where the material is lying under the batch .Is it under QI or Unrestricted.
    from QI07 you can put it into Unrestricted or take the UD of lot if generated.
    please revert back
    Regards
    Sujit

  • Billing Document queues are stuck in CRM Outbound

    Hi All,
    In our system there are huge number of CSA_BEACRMB_BD* Queues generating in CRM Outbound (SMQ1) and getting into "Ready" state with RFC destination as "NONE". These queues are of no use. Please guide me how to stop generating this Queues. FM used for this queues is /1BEA/CRMB_BD_MWC_O_VALIDATE.
    Regards,
    Das

    Hello,
    I would check the customizing in SPRO. It seems that your System is customized to distribute billing numbers.
    My guess is
    Customer Relationship Management
    Billing
    Country-Specific Functions
    Official Document Numbering
    Transfer Official Document Numbers to Accounting Documents
    Check whether there is an entry somewhere there forcing the System to behave the way it does.
    Lutz

  • 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

  • Need to know why websites say my cookies are Blocked. My cookies are on and acept 3rd party cookies is checked and the web site is not blocked but Excite, StatCounter and links off of my job servcie site say cookies are blocked

    I am getting error messages on several different pages that my cookies are blocked but checking the Tools - Options - Privacy accept cookies and accept 3rd party cookies are both enabled and the web sites are not listed under the exceptions button
    == URL of affected sites ==
    http://www.excite.com; http://my.statcounter.com; http://www.careerbuilder.com/jobseeker/ApplyOnline/ExternalApply.aspx?useframes=True&aourl=http%3a%2f%2fjobs.brassring.com%2f1033%2fASP%2fTG%2fcim_jobdetail.asp%3fSID%3d^yO_slp_rhc_SH6kO%2fBg3XfACT2rJ6oKKYLIsW2rhGiHOLenpNYCPYFHjYWwlbbMXORa6BsEbeeuFe2XAiP77_C_R__L_F_0JLmPqHv6d5W1fI_slp_rhc_1wVz03j7dDsFltg%3d%26jobId%3d356833%26type%3dsearch%26JobReqLang%3d1%26recordstart%3d1%26JobSiteId%3d5224%26JobSiteInfo%3d356833_5224%26GQId%3d0&Job_DID=J8E4VG6H6JZV4W5S7B5

    Check on the setting, as far s i know it was there by going on tools>options> privacy then check it out. If there was no changes, what i can suggest is try to update your firefox.
    [http://www.nestentertainment.com/nest-productions_c1441.aspx Kids Sunday School]

Maybe you are looking for

  • XML: How to convert xml string into Node/Document

    I have a string in xml form. <name> <first/> <second/> </name> I want to convert this string into DOM Node or Document. How can I do this? Any help or pointer? TIA Sachin

  • Two bug fixes for DeferredWrite databases

    Hi all, If you are using DatabaseConfig.setDeferredWrite(true) to configured a deferred write database, you will be interested in two recent bug fixes. These fixes will be in the next patch release (JE 3.2.69 and later), but we haven't decided when t

  • Iphoto.app

    how can i find out which version is on my machine? I need help recovering over 600 photos that were in my library and now I cannot see them. I rec'd a message the file is unreadable. I believe the version i have is the one that came with the emac in

  • Can any one tell me how to get rid of error code ox80010108

    can any one tell me how to get rid of error code ox80010108 when i put a dvd in my hp touchsmart 520 thanks

  • How do I re-activate my computer

    I have just downloaded an e-book but I didn't activate my computer. In the e-reader menu the re-activate menu is grey and I cannot find out to reactivate my computer to download from pc to e-reader. Can anyone help thankyou inanticipation