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.

Similar Messages

  • UCCX Queues showing bogus calls in Queue and they will not clear

    I have many queues and two of them show one call in each of the queues on the supervisor desktop. However there is not any call in the queue. How do I clear theses calls/stats on the supervisor desktop for the end user so it does not show bogus calls on the queue on her clent?

    Hi Jonathan ,
    What is your UCCX version .
    Looking at the problem description i am suspecting that your system is hitting BUG:-CSCsu40814
    BUG:-CSCsu40814
    Symptom:
    The supervisor desktop realtime reports will show an entry in "Oldest in Queue" that appears to be a call in the queue but has no time associated with it. The issue will show as 1(00:00:00)
    Conditions:
    So far the only condition that exists is that calls are coming into the system.
    Workaround:
    None
    Further Problem Description:
    The system RealTime Reports does not reflect this call and it is only shown in the Supervisor Desktop display. There is not actually a call in queue as well and it seems to be a reporting error.
    The defect can be explained as follows:
    ++         This happens because of any of the  unsupported configurations/actions for UCCX.
    ++         This will lead the UCCX engine not to clear the entry of the call internally and thus it will send messages to the CSD to display the call.
    ++      Ideally when you have a legitimate call: "1[00:20:00]", this means that there is 1 call in the queue for 20min. However, 2[00:00:00] means that this call is no longer in the queue, but there is a false entry of the same.
    ++         Therefore, the restart of the engine will remove these entries
    ++         This entry will be created in the UCCX engine when an unsupported action is performed such as transfer to a different Route point etc. (not necessarily this).
    ++         The defect addresses how such a call is handled so that the call entry can be appropriately cleared.
    ++         It would be difficult to say why the issue started to occur, but we can explain as to why the entries are seen on CSD and how we can clear them.
    Please note the following:
    ++        All unsupported scenarios/configurations mentioned in the guide have to be avoided:
    o   http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_0/release/notes/uccx_802_rn.pdf
    ++         All the unsupported configurations can cause this issue to occur. However, the defect-fix has been verified for the following configurations:
    1.       When an agent on call c1 initiates consult c2 to the RP,cti port, c2 is just in the process of getting queued when agent completes transfer and so c1.iaqstate is set incorrectly to NOT_IN_QUEUE due to a race condition. The defect CSCsu40814 occurs even in regular, supported agent to rp transfer scenarios due to race condition.
    2.       As soon as the agent went reserved for the primary consult , he answered the primary consult but even before the main call could be fully transferred to the agent, He held the primary consult call and initiated a new call to the RP. This is what caused the main IAQ call to terminate.  And he was left only with the new call he initiated. So he again initiates another consult and completes transfer.So the agent wanted to answer the PRIMARY consult and immediately transfer it back to the RP without talking to the caller.In this particular scenario, the call was between 2 CTI ports
    Issue can be resolved by restarting the CCX engine(in off hours). This is a temp workaround .
    you need to check if agent's are not using any unsupported configuration .

  • OO concept not clear

    TYPES: BEGIN OF TY_EXCEL,
    MATNR TYPE EKPO-MATNR,
    WERKS TYPE EKPO-WERKS,
    NETPR TYPE EKPO-NETPR,
    EBELN TYPE EKPO-EBELN,
    EBELP TYPE EKPO-EBELP,
    RATE TYPE EKPO-NETPR,
    END OF TY_EXCEL.
    DATA: ALV_DATA TYPE STANDARD TABLE OF TY_EXCEL WITH HEADER LINE.
    DATA: T_EXCEL TYPE STANDARD TABLE OF TY_EXCEL WITH HEADER LINE.
    CLASS ARTICLEMAIN DEFINITION.
    PUBLIC SECTION.
    METHODS:
    FETCHARTICLEZ EXPORTING O_EXCEL LIKE T_EXCEL,
    PRINTALV IMPORTING ALV_DATA LIKE T_EXCEL.
    ENDCLASS.
    CLASS ARTICLEMAIN IMPLEMENTATION.
    METHOD FETCHARTICLEZ.
    PERFORM POPULATE_ITABFROMEXCEL.
    ENDMETHOD.
    METHOD PRINTALV.
    PERFORM PRINTING.
    ENDMETHOD.
    CALL METHOD OB->printalv( exporting alv_data = t_excel ).
    10 loop at alv_data.
    endloop.
    In this given code,it compiles ok.
    My issue is in line 10.If i compile now ,i get error that alv_data doesnot exist.If incase i define alv_data of same structure as t_excel,i do not get data from t_excel.
    What is the use of alv_data then.
    I am new to OO ,so plz i may be missing some concepts.
    Edited by: aditya  sharma on Jul 22, 2010 8:26 AM

    This is because, as noticed by Anup, you should not type parameters of method as table with header line. I would also suggest to copy the typing definition to the class itself because otherwise your are violating OO encapsulation
    "here you are refering T_EXCEL which is defined OUTSIDE class
    FETCHARTICLEZ EXPORTING O_EXCEL LIKE T_EXCEL, 
    So you would need
    CLASS ARTICLEMAIN DEFINITION.
    PUBLIC SECTION.
    "definition INSIDE class
    TYPES: BEGIN OF TY_EXCEL,
    MATNR TYPE EKPO-MATNR,
    WERKS TYPE EKPO-WERKS,
    NETPR TYPE EKPO-NETPR,
    EBELN TYPE EKPO-EBELN,
    EBELP TYPE EKPO-EBELP,
    RATE TYPE EKPO-NETPR,
    END OF TY_EXCEL.
    types: tt_excel type table of ty_excel.
    class-METHODS:
    "now you can type using class type
    FETCHARTICLEZ EXPORTING O_EXCEL type tt_excel, 
    PRINTALV IMPORTING ALV_DATA type tt_excel.
    ENDCLASS.
    And your method call should then look like
    "pass only table body, not the header
    CALL METHOD OB->printalv( exporting alv_data = t_excel[] ).
    Regards
    Marcin

  • 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

  • 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

  • IPod stuck in "do not disconnect" and NOT recognized by iTunes

    I updated to 7.1.1.... and my iPod is not stuck in "do Not disconnect" and not recognized by iTunes.
    I have tried the Toshiba "Safely Remove Hardware" -- and selecting the iPOD -- but, notice comes back "cannot disconnect now because a program is accessing the device."
    Anyone know where I can go from here??? Thanks very much.

    the same thing happened to me yesterday after downloading the new itunes 7.1.1 the do not dissconnect would'nt go off and computer and itunes would'nt reconize my ipod video.
    so i left it alone overnight to empty battery completely.
    the do not disconnect was gone in the morning then i recharged it and plugged it back in to computer and everything is fine. i don't know why it froze on me.
    my husbands ipod mini had a similar problem awhile back and i did the same and it also was fine.

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

  • Printing queue stuck

    I have AutoCAD 2006 and Adobe Pro X that I have been using for a couple of years.  For some strange reason, this past week I have not been able to create "pdf's" from my AutoCAD drawings..    I go to my AutoCAD drawing, select the print option, select Adobe PDF as my printer as always, and hit print.  It asks me what file to store the pdf in as always and I select the file to store the pdf in.  I hit save button, and it processes right across the screen as always..  However, NO pdf in my job file that I had specified..  I have done this a hundred times the same way with no problems until this past week.   Now if I go to start/ printers and devices/ and select the ADOBE printer, there are all of my drawings that I have tried to create this week in queue.  They show as "printed' but the note at the bottom of the screen says (10) prints in queue..   Typically once the drawings have processed they do not show up in the printer queue, but there they are as if they have not proceesed..   I went back and restarted my computer to see if that helped, I tried several other drawings and they all are sitting in "queue" in the Adobe printer..   Now I will note that I did try to create a pdf from my AutoCAD drawing directly "through Adobe" and I get a message saying that the file type is not supported..  But I have been doing these Adobe pdf creations for over 2 years..  Why now are they unsupported??   Not sure what has happened or if I have mistakenly hit or clicked on a wrong button or feature, but I need some help..  They seem to process to a point, but just don't make it to the file folder that I had selected.   Thanks

    If you created a LPD printer queue, then you may not have specified the correct queue name. Some print controllers, especially Fiery, require a specific queue name for LPD. In the case of the Fiery's, you need a queue name of print and it must be entered in lower case.
    Another suggestion is to use HP Jetdirect-Socket instead of LPD. This is known as RAW Port 9100 on Windows print queues. With Jetdirect-Socket, you simply need to enter the IP address of the printer. No queue name is required (it is locked to 9100). Then you can select the print model in the Print Using menu and Add the queue.
    Pahu

  • 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

  • OOPS concept not included in java

    Could anyone help me which " OOPS concept " is not included in Java
    thanks
    Dilip

    It's more the latter than the former.I think I understood what you wrote, but I�m not
    sure. And I am being nervous, a little...
    It means that the key reason for omitting multiple
    inheritance of implementation from Java is for
    reasons of simplicity rather than performance.
    [url=http://www.javaworld.com/javaworld/jw-12-1998/jw-
    12-techniques.html]Interfaces and the 'diamond
    problem'My unerstanding wasa that the diamond problem is really not that big a deal. There can be ambiguity if the language allows it, but all you have to do is select one of a handful of possibilities and put that in the lang spec and, poof, no more diamond problem. Not sure what specific problems there are that are less tractable though.

  • HT4623 Hi. My device won't update iOS in settings. It won't download apps for me. Itis connected to the internet). The latest app I tried to download appears stuck! Has not completed its  download, won't open and I cannot delete it. What can I do?

    Hi. My device won't update iOS in settings. It won't download any new apps for me. (It is connected to the internet). The latest app I tried to download appears stuck! Has not completed its  download, won't open and I cannot delete it. What can I do? I purchased the product online a year ago. I'm not sure of the exact date... I think it was late November 2012.
    Any help appreciated.
    Fileas

    If this has happened more than once the problem is likely on your PC.
    See here: http://www.apple.com/support/iphone/assistant/itunes/

  • My Ipod 4th generation is unresponsive to my touch, and will not allow lockscreen access, and also is stuck on the "Not enough Storage" button. When I try to get rid of it, it does nothing.

    My Ipod 4th generation is almost unresponsive to my touch, and will not allow lockscreen access, and also is stuck on the "Not enough Storage" button. When I try to get rid of it, it does nothing. My ipod's power button, volume buttons, and home screen button all work, and I can still use my start/stop headphones to listen to music.How do I fix this?

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • 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

  • TS1702 My pages has been stuck and will not open. Just says it is installing. I have tried several to no avail. I could reload but i want the information stored.

    My pages has been stuck and will not open. Just says it is installing. I have tried several times to open it, to no avail. I could reload for $9.99 but i want the information stored.
    Thanks,
    Terrance

    Thanks for this mha007 - I can now open FF with a new profile. Can I copy my settings from the old profile or will this bring over the same problem, maybe a corrupt file. If it would bring the same problem, is there any way I can check which file is corrupt, apart from taking them over one by one?

  • My iPod Touch power button is stuck and will not pop back up. My iPod Touch Repairs and Service Coverage is still active, Does that mean I can get a new iPod Touch?

    My iPod Touch power button is stuck and will not pop back up. My iPod Touch Repairs and Service Coverage is still active, Does that mean I can get a new iPod Touch?

    Apple will most likely exchange it. The one you receive will be refurbished.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

Maybe you are looking for