Message in status delivering

Hi,
  We have facing several problems in our SAP PI 7.31 single stack environment. The problem is concerning broken connection  with another platform. When network problems occurs the messages change to status "delivering".
  These messages are in delivering status and we can not cancel or restart without a Java Server node restart.
   The questions are:
     - Are any possibilities to fix this problem manually?
     - Is it possible to change the status?  ( to error for example).
   On the other hand I would to know if it is possible to tuning queues in order to put this messages in another error queue when a deadline or timeout is produced.
   Thanks in advanced
    Iván 

Hi Carlos,
Have you checked Javier Alcubilla Alcala's answer in this thread  PI 7.31 Java/Single Stack, Mass Cancellation of "To Be Delivered" messages?
You can cancel and resend them.
Regards,

Similar Messages

  • Messages stuck in delivering status

    Hi all,
    I have an idoc-xi-ftp scenario with EO quality of service. For the very first tests we set up a file CC using nfs and everything worked fine.
    Today I received the info to connect to the FTP server and introduce it on the file CC. The issue comes because some kind of problem writing on the ftp server leaves the messages in status "delivering" (DLNG).  While FTP guys try to fix the issue (they don't know where he tissue is right now) I have switch again to NFS with the old configuration in order to allow the users to keep testing.
    But the issue comes because now the messages being sent to NFS scenario are marked as to be delivered and they are not processed.
    I'm suspicious about the delivering ones and I'd like to cancel, but the cancel button doesn't allow me to do it so I'm hanged in a circle.
    Any ideas?
    Thanks in advance,
    David R.

    Hi,
    Yes, ABAP +Java implies a complete restart of the PI server, which is not recommended in the production environment.
    Generally, this case is like a deadlock situation. We will not be able to either resend/cancel the messages in delivering.
    So , best option would be to identify which server node these messages are stuck and then restart that server node.
    With the server node restart these messages in Delivering are again reprocessed by the server.
    Regards,
    Younus

  • Message Status "Delivering" and  "To Be Delivered" (Urgent)

    Hi Experts,
    In XI QAS i am testing IDoc to File secnario with QOS EOIO, first message is in status  "Delivering" and all subsequent messages are in status "To Be Delivered". Messages are went to this status because i exported CC from XI DEV to XI QAS. In XIDEV in CC i used  NFS protocol. But in XIQAS I am using FTP protocol. After import of CC into  XIQAS, XIQAS CC started using NFS protocol . So first message went to DELIVERING status and all subsequent messages are went "To Be Delivered" status. I find out this error and rectified that. In message monitoring i tried to cancel the message whose status is DELIVERING.
    When i click on cancel button it say it is unable to cancel the message. Then i restarted both XIQAS server. The issue is resolved. But my question is suppose if this is case in Production server then we cant restart the Production server. How to tackel this. I had gone through all other threads. All thread says the following solution:
    -Restart Server (Both Java engine and ABAP engine).
    -Queue hang-up: check out SMQ2 for the message queue status
    -try to restart the messages from the RWB-->Message Monitoring
    In my case it is not possible to resend or cancel the message with status "Delivering" and  "To Be Delivered". I want know hw to tackle this error in Production server.
    Thanks,
    Venkatesh

    Hi,
    Status: TO_BE_DELIVERED
    Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.
    TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.
    Solution:
    This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>
    /<PROTOCOL>
    Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING
    1. Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER
    to see if they are blocked
    2. We can check the messages:
    AdapterFramework
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.adapterframework.serviceuser.name = XIAFUSER
    com.sap.aii.adapterframework.serviceuser.pwd
    ApplicationSystem
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER
    com.sap.aii.applicationsystem.serviceuser.pwd
    in the exchange profile to make sure the right passwords
    Regards
    Agasthuri Doss

  • JBBD Sender - Problem with Adapter Engine - Message status Delivering -

    Hi all,
    I've a rare problem. My scenario is JDBC (EO) to IDOC. If the SELECT query from SQL database arrows 8000 lines, the message was sent from PI to R/3 succesfully and Idocs was generated.
    But if the query is larger than 10.000 lines, the message was stopped in the sender queue in AE with status "Delivering". In SXMB_MONI I can't see the message, only in RW in Message Monitoring or Component Monitoring in Engine Status.
    I've applied note  Note 937159 - XI Adapter Engine is stuck, and follow this blog
    /people/kenny.scott/blog/2007/08/20/messaging-system-queue-properties-after-xi-30-sp19-xi-70sp11
    Using Configtool I modified these parameters (MaxConsumers). But message still puts in sender queue.
    I have in PI 7.1 SPs 0004.
    Any suggestions??
    Edited by: Pablete on Sep 13, 2010 8:41 PM

    I have the same requirement and for solving this, I have to apply a very complex select statement.
    But it works perfekt for MS SQL:
    select * from table where order_no in (SELECT distinct top(1000) order_no FROM table where any_clause) and any_clause order by order_no
    update table where invoice_no in (SELECT distinct top(1000) invoice_no FROM table where any_clause) and any_clause
    I create an IDoc for each order_no, so I have to make sure, that all lines belonging to one invoice are in the same select.
    My select statement has 463 characters

  • Message stuck in Adapter Engine queue with status "Delivering"

    Hi All,
    I have a File to File EOIO scenario. The messages are sucessfully delivered from IE to AE. All entries have a chequered flag in SXMB_MONI. No messages are stuck in IE queue (SMQ2). But the message is stuck in AE queue with status "Delivering". I can not resend or cancel the message coz the status is "delivering".
    The reason it is in "delivering" status is due to some config error that I made in Communication Channel FTP parameters. Now it is corrected. But how do I deal with this message now?
    Restart of server is not an option here. Is there are place I can delete the message from AE queue?
    Thanks
    Jaishankar

    You can see the queues status (and number of stuck entries etc) through the link:
    http://<host>:<port>/MessagingSystem/monitor/systemStatus.jsp
    There, you can maintain the queues.
    There is also a link for the EOIO Sequence Monitor:
    http://<host>:<port>/MessagingSystem/monitor/sequenceMonitor.jsp
    There you can see the stuck messages and maintain these.
    Make sure to handle the proper message IDs.
    All of these are acessible through the Messaging System main page:
    http://<host>:<port>/MessagingSystem/
    Regards,
    Henrique.

  • Message Monitoring with status delivering

    Hello,
    I have an scenario R/3 (Proxy) -> XI -> File.
    Alls is successful in sxmb_moni, and there is nothing in SMQ1 and SMQ2, but in message monitoring ( adapter engine ) the message appears in status delivering.
    The quality of service is exactly once. I checked the adapter and is in green status and the in the log the last message is Success The message status set to DLNG.
    I've been searching for old messages, but for the same interface all the messages are with status delivering.
    I can't cancel or resend the messages. Then I do the update but after that when I try to resend I obtain the same message "Update the status".
    The adapter is an FTP connection with Connect Mode "Permanently".
    Do you know what could be the problem and how to solve it? All the messages we send are in delivering status.
    Many thanks in advance.
    Regards,
    Xavier.

    Hi Xavier Carbonell ,
    i also faced same problem. In my case some other Communication channels were in error state so all messages are struct in Messaging System, all my messages status went "To be Delivering". Please check all ur Communication channels are in green.
    For futher information check the below link.
    Flat file with two separators
    If it is still not solved then restart J2EE engine.
    Thanks,
    Venkatesh
    Edited by: venkatesh bs on Apr 14, 2008 12:09 PM

  • Messages 'To Be Delivered'

    Hello,
    the messages in rwb are status 'To be delivered',..i had read other threads and we had applied the follow:
    1. Status: TO_BE_DELIVERED
    Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.
    TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.
    Solution:
    This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>
    /<PROTOCOL>
    Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING
    1. Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER
    to see if they are blocked
    2. check the messages:
    AdapterFramework
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.adapterframework.serviceuser.name = XIAFUSER
    com.sap.aii.adapterframework.serviceuser.pwd
    ApplicationSystem
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER
    com.sap.aii.applicationsystem.serviceuser.pwd
    in the exchange profile to make sure the right passwords
    however, the messages continue in 'To be delivered'
    thanks very much, is very important for us solved this problem asap

    The instant solution for the issue is restart of J2EE Server.
    However to avoid this problem in future, please add pool waiting time and task time out in advanced mode parameters of communication channel.
    If this issue is occouring for JDBC messages, please check JDBC Driver version.
    Also check consumer thread count in visual admin.
    Send.MaxConsumers (direction AFW -> IS asynchronous) -
    Recv.MaxConsumers (direction IS -> AFW asynchronous) -
    Call.MaxConsumers (direction AFW -> IS synchronous) -
    Rqst.MaxConsumers (direction IS -> AFW synchronous) -
    This should be appropriate as per your server configuration.
    Warm Regards,
    Gouri

  • Messages in status u0094To Be Deliveredu0094

    I’ve got 13870 messages in status “To Be Delivered” in my Adapter Engine.
    I’m using the JMS adapter and the detailed view in rwb it says that “JMS message delivered to XI successfully”. In the undetailed view the status says “To Be Delivered” and I’m missing exactly these messages in my target system. I can’t se them in sxmb_moni either.
    Can somebody help me? Is it possible to force the messages to be delivered or do I have to wait? Where can I see possible errors? The messages have been in this status for 12 hours now.
    Thanks in advance!
    Regards
    /Helé

    Dear Helen,
    Try to use deactivating queues using SMQ1 & SMQ2 and then register it using SXMB_ADM --> Manage queues.
    if after doing this problem is not resolved then try to restart your Server.
    Hope this will solve your problem. If it solves your problem don't forget to give points!!!!!!
    Regards
    Prabhat

  • Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction may be preventing delivery

    HI,
    We are getting following error message for all users while sending mail to external but we able to receive mail from internet.
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction may
    be preventing delivery.

    Hi,
    Please follow Luke and Shelly’s suggestion to check your SPF record and Send Connector configuration. Also you can post the complete NDR message(with NDR status code) here for further analysis.
    If there is any updates, please feel free to let us know.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • RWB status 'delivering' and SQL process hangs

    I am sending an IDOC to SQL Server thro XI using JDBC adapter. I am triggering a stored procedure to update SQL tables. The RWB status says 'delivering', sxmb_moni says 'successful' and all the steps are success in audit log. The status 'delivering' is not changing to sucessful.
    When i look at SQL-server side, the process is in sleeping mode. I have verified the stored procedure and it was executed sucessfully. After the COMMIT TRAN, RETURN(0) statments, the process is going to 'sleeping' mode. The @@trancount is 2. If I double click the process, the sql statement is 'IF @@TRANCOUNT > 0 COMMIT TRAN'. This process hangs at this step and it is not accepting the next message. If I kill the process, the stored procedure is executed once and its going to sleep mode and not returning the status to XI to make the flow complete or to change the status to successful.
    Thanks.

    HI Shankar ,
    Its seems that there might be some problem in your srored procedure.Did u tried to use some other stored procedure.I assume that you have uploaded the right version of driver for SQL server you are using.Remember JDBC adapter is vendor and version dependent.
    You can also look at the JDBC : FAQ at service market place.
    Thanx  & Regards
    Vinod

  • Inbound msgs stuck in Awf w/status "Delivering" , nothing in IS

    Hi All,
    We have been experiencing this intermittent problem for a week, inbound RNIF messages stuck in AWF (visible in MDT or Message Monitoring or RTW)  in status "Delivering", for first 20-30 messages and then eventually in "System Error" for the other ones; some messages make it to IS (today 11 showed up), but antoher 150 did not arrive to IS until XI was restarted.
    This does not occur everyday, we keep re-starting XI (both stacks) to push the messages to IS, but need to find a real solution.
    SAP support has not been prompt to help, although we opened status high customer message.
    This is inbound transaction coming via RNIF 2.0 XI 3.0, not a new system; it has been running last two years.
    Will be grateful for any suggestions on how to fix this problem.
    I presume it is tunning issue, but where to start?
    Margaret

    Hi Margaret,
    Any updates from SAP on this issue? Are you facing this problem only with RNIF? We are on the plans of rolling out multiple RNIF based interfaces using XI and hence would really like to know if this is a issue with RNIF or for all messages on your server.
    Regards
    Bhavesh

  • Unable to cancel/reprocess Messages of status 'HOLD'

    Hi all,
    I m working on a EOIO Scenario. So System Error mesages blocked further processing of messages and all successive mesages after the failed message went to 'HOLD'. So I canceled the 'System Error' message.Its status changed to 'Cancelled with Error'. But when i tried to cancel/resend the next message on HOLD , I m getting the below error message.
    Admin action: Setting the message status to 'failed' failed, due to: java.lang.Exception: Predecessor not in final state..

    Hi,
    Holding is the state of an EOIO message that cannot be delivered until its predecessors have been delivered.
    When a message runs on an error during the processing, all other messages in the same queue will not be processed until the error is fixed or the erroneous message is cancelled from processing.
    So look into RWB under message monitoring for those messages which are in error,  try to fix the problem and resend or cancel the message to release the queue.
    After you have resent or cancelled the message all other message will be processed immediately.
    Regards,
    Sarvesh

  • Messages "to be delivered" at the integration Engine

    Hi
    Since Yesterday, we have a lot of messages with the status "to be delivered".
    I have checked the SMQ1, the SMQ2 and nothing is there, but I saw 2 entries in SM58, blocked.
    I deleted those entries but the system is still not working.
    SMQR is showing the process as "inactive", and if I do not start it manually, it does not start automatically, but even starting it manually, nothing seems to happen.
    I am unable to delete the firtst message that stays "to be delivered" its status is Cancelable No, Repeatable No.
    The messages are in the Integration Engine.
    I checked with no luck:
    - Register Queues and Activate again the Queues
    - Transaction SLDCHECK shows everything Ok
    - AI_DIRECTORY_JCOSERVER , AI_RUNTIME_JCOSERVER  and INTEGRATION_DIRECTORY_HMI seem to be Ok
    - Stop and Start the SAP
    - Refreshing the Cache
    what else to check?
    many thanks

    Status: TO_BE_DELIVERED
    Which means that the message was successfully delivered from Integration Server point of view and it states that the messages is initially handed over to the Messaging System.
    TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue.
    Solution:
    This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>
    /<PROTOCOL>
    Only if this was executed successfully the Messaging System returns HTTP 200 to the Integration Server and the Status TO_BE_DELIVERED moves to DELIVERING
    1. Try logging into Sap GUI with two users: XIAPPLUSER & XIAFUSER
    to see if they are blocked
    2. We can check the messages:
    AdapterFramework
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.adapterframework.serviceuser.name = XIAFUSER
    com.sap.aii.adapterframework.serviceuser.pwd
    ApplicationSystem
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER
    com.sap.aii.applicationsystem.serviceuser.pwd
    in the exchange profile to make sure the right passwords

  • SMS Messages not being delivered

    For the past 4 days now my SMS messages will not deliver. They say sent, but will not deliver, The person that is suppose to get them says they are not being recieved either so what are we supposed to do? Please attend to this immediately or at least tell us what to do. Thanks so much  [edited for privacy]  would appreciate response to this e mail address.  thanks again  

    Same problem here,it say the SMS sent,but for the last 50 min.  it's not been delivered yet.I have to mention the money went out from my account for it.I logged out and back in,changed status in hope will get it done somehow,but still nothing.
             Why do we have to pay for a service that doesn't work? It's  supposed to be fast and reliable(none of the abobe).My message is kinda too late now,and I doubt that I'll get my money back.
    And yes..I did put the right number and the country code and so on,it's not the first time I use Skype for this.
    Shame !

  • MR11 error message system status CLSD is active

    MR11 fails with error message system status CLSD is active . How to clear the PO line item which gives error message in MR11 system status CLSD is active .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

Maybe you are looking for