CRM Inbound Queue Stuck

Folks,
The status of my inbound queues in CRM is "stop". Tried activating it, unlocking it but it does not seem to work. This is a newly configure box where I just got done making related queue entries in smqr and trying to download a object in R/3. The object is in "running" status. Any idea what I am missing ?
Faz

Hi Fasi Syed.
How about the results of the Tx MW_CHECK or the SMWP. Usually you get some info there to start your analysis.
Regards
Thomas

Similar Messages

  • SBDoc creation on CRM inbound Queue

    Hi,
    I have Modelled BDoc,Mapper,Validation,Bridge and
    Now i want to post sBDoc(runtime) on SAP CRM Inbound Queue .
    Please let me know How can i create sBDoc from MSA.
    Thanks in Advance
    Edited by: Bespoke!!! on Jun 14, 2008 1:30 AM

    Hi Kai,
    Thanks you very much for your reply.. I created temp z table and posted BDoc. It worked..
    Also i have few more doubts..
    Once the Mobile development is done.Where i can i check inbound queues.
    1->In SMQ2 or SMQR. In SMQR i can see SITE queue.When i clicked on this there are no inbound Queues..
    2->Is there any way I can stop inbound Qs and start debug from there..
    3->Where can i check failed or processed I/b Qs.
    Thanks
    RP

  • 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

  • Inbound Queue Stuck

    Hi,
    We send about 7000 IDOCs to PI. These IDOCs are sent to the PE for a ccBPM.
    However, the Inbound Queue got stuck with status of the first message on "Transaction Executing". This stayed this way for 2 days.
    In the end we locked and unloced the queue and every thing was running again.
    But a few minutes later all the data was punt into the BPM queue and nothing was happing. (first record had status "transaction recorded"). I had to activate the QIN scheduler and everyting was running again.
    This is happening in a production environment and is not acceptable (processes run at night).
    Does somebody have hints where to start looking or have a solution?
    Ron

    Check this blog :
    XI :  How to Re-Process failed XI Messages Automatically
    Note 527481 - tRFC or qRFC calls are not processed
    Regards
    Gangaprasad

  • CRM Inbound queue - Running state

    Hi
    Am downloading Customers from ECC to CRM through a request (R3AR4). The inbound queues in CRM are in Running state for very long time and they are not actually being processed. They dont have any errors in them. The detailed status message is "Transaction executing" for the first queue and the remaining as "Transaction Recorded".
    Can anyone tell me what could be the reason for this and how to resolve this?
    Thanks
    Karthik

    Karthik,
    The block size defines the number of objects (in your case customers/business partners) to be stored in one queue entry/LUW. If this is too high the transfer from R/3 to CRM will be much lower and, once CRM starts processing the queue entry/LUW  will try to process all objects (creating an individual queue - not queue entry - for each object in the inbound queue) in the entry at once leading to a huge decrease in system performance. In general you can say that a higher block size will of course lead to faster processing but will decrease system performance significantly during that time and might even lead to the fact that no one is able to login because all dialog processes are in use.
    So, when the queue entry with block size 1000 is 'unpacked' or processed it will create immediately 1000 queues (not queue entries but individual queues containing the object number and object name as queue name eg R3AS_CUSTOMER_MAIN_<number>) in the inbound queue. This of course creates a huge bottleneck in the CRM system.
    The effect on the increase/decrease cannot be predicted as it depends on the power of the machine and various other settings (like in RZ12). However, in the CRM master guide (installation guide) and on OSS you'll find some useful formulas/guidelines to calculate all those parameters.
    Hope I cleared it out for you,
    Regards,
    Joost

  • Invalid Flow Context error in Inbound Queues

    I am new to CRM middleware.
    We are getting lot of entries in CRM Inbound Queue (SMQ2) in our production system with error description,
    "Invalid Flow Context".
    The queues are of type, "R3AD_CONNOBJXXXXXXXXXX" and the FM the error was caused in, is "BAPI_CRM_SAVE".
    Can anyone help?
    Thanks in advance!
    Rajiv

    Thanks Rohit,
    When I debugged an entry with this "Invalid Flow Context" error, In method, CRM_GENERIC_CRM_IN, in the call to function, SMOF0_READ_SMOFSUBINT, in read statement,
       read table t_smofsubint binary search
               with key objclass = i_objclass
                        objname  = space.
    I am getting sy-subrc = 4.
    i.e. entries do not exist for SI_POD in table SMOFSUBINT.
    Has this behaviour got anything to do with this error?

  • BADI For Inbound Queue in CRM

    Hi All,
    I am replicating Product Listings (VB02 in ECC)  data from ECC to CRM.
    Now I need to Update a Z table in CRM System with the data coming from ECC when the Inbound Queue in CRM System is processed via SMQ2.
    Can Anybody please tell me what BADI will be useful
    I found one CRM_DATAEXCHG_BADI but not sure how it goes.
    I also tried in Debuging the inbound Queue. It will take Long time to find out BTE or BADI in this way.
    So please help me with the BADI or BTE Name.
    Thanks
    Venkat

    Hi Gautham,
    No good, It did not help me Gautham.
    Can you please suggest me some other way of dong it.
    I have 2 badis to use one is address_update and the other is addres_check.
    I implemented address_check which had a address structure as a changing parameter and I update it there, it works absolutely fine.
    But my requirement is to update the structure based on the condition of BUT000. That is the BUT000-type, which means I need to update the structure only for person and not for organization and group.
    so in the badi address_check i need the BUT000 details, which I am not able to trace even from the local memory as I am getting the error saying "Memory is not yet instantiated"
    and If i use the other badi address_update.
    I have the problem the other way round here. I have all the BUT000 details here I can put the condition to update only for person, but I am not able to update the address structure.
    Please help me. This is required very urgent.
    Maximum points will be rewarded.
    Thanks in advance.
    Arul.

  • Messages stuck in SMQ2 Inbound Queue.

    Scenario: File->XI->Proxy
    When I put 50 files at the same time in a directory, channel is configured Exactly Once in Order and we have created queue with the name GATQUEUE. The messages are picked up from directory and sent one by one to BPM process. 31 messages out of 50 poccesed succesfully but 19 of them get stuck in the queue always. Though GATQUEUE is released lately but they are stuck in 'XBQO$PE_WS90000013' queue. This is seen in SMQ2 Inbound Queue.
    Could you please tell me how to release this message which are already stuck and what bit of configuration required so that it works for 1000s of files/messages at a time?
    Thanks
    K

    Hi Kiran,
    Just add the below parameter in XI tcode : SXMB_ADM
       Execure Integration Engine and Configuration.
      Click on Specific Configuration, go to change mode
       Click on New entries
      Category : MONITOR
      Parameter :QRFC_RESTART_ALLOWED
      Current Value : 1
      Save.
    Regards,
    Venu.

  • Messages still stuck in the Inbound queue SMQ2

    Hello XI Gurus,
    All my messages with "READY" status are still stuck in the inbound queue (smq2) for the last 2 hours...there was no SYSFAIL error messages or scheduled background running. I have to manually go in and executed each of those messages, instead of automatically process it. Could someone please tell me how to troubleshoot this?
    Thanks so much in advanced,
    Dng

    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

  • Messages stuck in Inbound Queue with Ready Status

    Hi All,
    The messages in the Inbound queue are getting stuck in Ready status.
    I have to manually Unlock each queue to start the processing.
    After some time again all the message queue are back to the Ready State.
    Please help me on this issue.
    Regards
    Milan

    go to --> sxmb_adm
    Manage Queue
    Select all Queues, Activate Queues.
    & check your scenarios, now it will not stuck due to this error.

  • 545 mb file stuck in inbound queue

    Hi
    we are sending article master data from IS Retail to ftp server as flat file.
    data size is around 545 mb...it got stuck in inbound queue(smq2) ..
    error is : " Internally required memory is not available".
    XI server config : RAM - 16 gb.
    How to process such big file.
    what are the hardware configuration needed ?
    Regards
    Abhijit

    Hi Michal
    Thanks for your response
    This activity is done in PRD server.
    An idoc with 545 mb data is triggred from SAP.
    But it got stuck in inbound queue.
    I came across a thread ..
    Re: Processing large XML messages (>100Mb) in PI 7.1
    According to this thread we need to maintain a parameter
    icm/HTTP/max_request_size_KB  has default value of 102400 & maximum it can accept is 2097152
    Please suggest on this...do we need to maintain this parameter ?
    Regards
    Abhijit

  • Msgs getting stucked in inbound queue

    Hi All,
    I am doing a jdbc- xi - ABAP proxy scenario. Data is coming into the R/3 via proxy but getting stucked up in inbound queue. When I go to the queue I can find entries with msg transaction recorded. When I manually execute the entry from the queue it is getting executed successfully.
    In R/3 the msgs are with a green flag(scheduled). But when i execute it from inside the queue, I can see the success flag(chequered) one.
    Why am I getting this problem?
    Kindly help me debug this issue.
    Thanks & Regards,
    Jai Shankar.
    Message was edited by: Jai Shankar

    Hi,
    Pls make sure your queues are registered and active...
    you can register the queues using the SXMB_ADM transaction and executing the link "Manage Queues" in that.
    Thanks,
    Renjith

  • Inbound Queues getting stuck up in PI7.1 for Idoc scenario Mpackg. enabled

    Hi Experts,
    We have an issue while processing Single Idocs in PI 7.1.
    we have extended MATMAS05 and we are processing these via PI to FTP folder.
    The inbound queues are frequently getting stuck.we will be sending atleast 1000 idocs every hour from R3.The processing time is very slow for this interface and its impacting other interfaces which we are currenlty having.
    We have followed the webblog by William Li "Step-by-Step Guide in Processing High-Volume Messages Using PI 7.1's Message Packaging" but still the processing time for Single Idocs is very slow.
    We have to use single idocs as we will send only the changed materials from R3.
    Could you please assist us in overcoming this issue.
    Many thanks in advance.
    Points will be awarded for valuable feedback.
    Cheers
    Jyoti

    Hi Jyoti,
    Message Packaging works PI7.0 SP 13 and PI7.1 .
    we have to configure Message Packaging manually ,
    Step 1) 1. Enable packaging for the integration server
    SXMB_ADM -> Change Configuration (F9), create a new entry:
    Category: RUNTIME  (PI7.1)
    Parameters: PACKAGING  Current Value: 1 (for active) .
    Default Value in PI7.0
      Current Value: 0 (for inactive)
    Step 2) Create "Package Configuration Type u201C
    Use Transaction SXMS_BCM .
    Configuration Type : Any name.
    Description: any text to describe the configuration type .
    Wait Time : 60 seconds
    Number:  100
    Maximum Package Size.  2 MB
    Step 3) Create "Sender/Receiver Definition
    Transaction :   SXMSIF (Create New Entry).
    Sender/Receiver ID:PACKAGE_DEMO .
    Description :
    Interface Name: Interface Name used in Receiver Determination.
    Interface Namespace:   Interface Namespace used in the Receiver Determination .
    Step 4: Create "Specific Package Configuration"
    Transaction :    SXMS_BCONF .
    Step 5: Package Monitoring
    TX: XMSPKSTATCNF 
    Follow above steps and configire message packaging , then you feel diference,
    actuualy i configured message mackaging,i am feeling the difference.
    if any issues let me know.
    Cheers,
    Raj

  • Unlocking of Outbound / Inbound Queues in CRM

    Hi Experts,
    Is there any way through which we can Unlock Outbound / Inbound Queues in bulk; which are in "READY" status in CRM.
    Or
    Is there any method to process Queues in READY / WAITING status in bulk.
    Thanks and regards,
    Amit

    Hi,
    There is one option in SMQ1,SMQ2  to unlock the bulk queues...
    Select the all queues -double click any one of them-click Edit in file menu-select Generic queue-unlock.
    In this give extension with *.
    Ex:
    R3AD_MATERIADZM5-12ZM9  for this give R3* it will unlock all the queues starts with R3.
    Hope help full.
    regards,
    shoki

  • Message stuck in inbound queue of r/3 for inbound proxy

    Hi Experts,
    The scenerio is Inbound Proxy.
    I m using standard prgram  rfbibl00  to post a document (FB01) in Inbound proxy. When the message is triggered from XI, it get stuck in inbound queue of R/3 ( SMQ2) giving the status text "Session     1: Special character for 'empty field' .
    Please help to resolve this issue.
    Thanks in advance.

    dear experts,
    did u get chance to look into this issue.
    Thanks in advance.

Maybe you are looking for

  • Quick Q: multiple users sharing one library - which pref's to check ...

    I recently picked up a new Mac ... it had been a long time since I set up the accounts to all users could share the same itunes library. Now, I have the library in a central location, all users have THEIR OWN playlists, and all are accessing the musi

  • How do I delete and old apple account on my App Store

    iI've created a new apple user name and password.. How so I delete the old one?

  • KSB1 Cost center report

    Guru The scenario is we are using invoice document KR and  a custom invoice document  named LM  which ia a copy of document type KR . In the KSB1 report  for cost center  Name of vendor and Vendor number are appearing for invoice posted through  docu

  • SDOK_PHIO_LOAD_CONTENT

    Hi, I want to load documents (PDF, JPG...) from DMS into a MII-Project. I've read, that the RFC SDOK_PHIO_LOAD_CONTENT is able to load and send documents as base64-Code into MII. But how can I use the function. Where did I get the ObjectID or the Cli

  • Change to the existing outgoing positive payment file (EID 820)

    Hello Experts, I have to make a change to the existing outgoing positive payment file (EID 820). The current scenario is: We are running the payment run in SAP and generating IDocs using program RFFOEDI1 mentioned in printout data medium. The IDocs g