Synchronous message monitoring

Hi guys,
   I want to know how to monitor successfuly processed synchronous messages as they are not shown in sxmb_moni.
regards,
keith.

Hi Venkat
goto SXMB_ADM
Integration engine configuration
and add the entries
RUNTIME     LOGGING     1
RUNTIME     LOGGING_SYNC 1
it should help...
Regards
Dheeraj

Similar Messages

  • Message monitoring of synchronous messages

    Guys,
    whenever I check a synchronous message in message monitoring, its audit log is correctly shown but the message (header and payload) are not shown, returning the message "The message was deleted to save memory" or something like that.
    Does anyone knows how to enable message monitoring to show the messages from sync messages?
    Thanks in advance,
    Henrique.

    Hi Henrique,
    From SP12, the payload of sync messages is cached in memory rather than persisted. These payloads are deleted to prevent them from accumulating in memory.
    You just have to set:
    messaging.syncMessageRemover.removeBody = false
    in the AF messaging service in the visual admin
    and you'll be able to trace sync calls
    you only need this for sync
    if you set this you'll see sync messages in,
    http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp
    (so in the monitor for adapters)
    async are logged there by default so no need to change anything for async calls...
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • Cant see synchronous http-calls in message monitoring

    Hi all,
    I 've got a synchronous http call. When the request was bad I saw the failed request and response messages in XI message monitoring with red lights. But now the call seems to work fine, because the sequenced step is showing. But I can not see the http-message in message monitoring.
    Any ideas?
    Regards
    Mathias

    hi,
    have a look at my blog:
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    how to turn it on
    logging_sync
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • System Error in Message Monitoring while it shows checked flag in SXMB_MONI

    Hia,
    We are working on ABAP Proxy --> SAP PI 7.1 --> SOAP (Asynchronous Scenario).
    (ECC -> PI -> Legacy CRM)
    I have following queries:
    1. While sending messge across to Legacy system, we can see CHECKED flag in SXMB_MONI but there is System Error in Message Monitoring. When checked legacy system is unable to receive any message. Cannot understand the issue.
    2. Is there any way to check in PI system whether the message has reached Legacy System other than making scneario synchronous?
    Regards

    System is getting connected and able to send asynchronous messages to legacy system. But getting following error while sending synchronous error:
    2010-05-10 13:15:05     Information     Delivering to channel: CC_SOAP_SOReject_Out
    2010-05-10 13:15:05     Information     SOAP: request message entering the adapter with user J2EE_GUEST
    2010-05-10 13:15:05     Information     SOAP: completed the processing
    2010-05-10 13:15:05     Information     SOAP: continuing to response message f33caa90-5c07-11df-c659-96d147c2ff0f
    2010-05-10 13:15:05     Error     SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.
    2010-05-10 13:15:05     Error     Adapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.
    2010-05-10 13:15:05     Error     Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.. Setting message to status failed.
    2010-05-10 13:15:06     Error     The message status was set to FAIL.
    I have already checked Data Structure and it is fine.
    Regards
    In this scenarios we are using XSLT mapping using CDATA.
    Please suggest solution.

  • No payload in message monitoring of PI7.3

    Hi experts,
    i am doing webservice -PI-webservice synchronous scenario.i am testing thru WS navigator.i am getting response xml also corretly.but problem is message monitoring.i am unable to see payload for both sender and reciever .it is giving no payload.
    i dont know..any option for viewing payload.i did nt check any  thing in sender communication channel (soap).need help on this.
    how to check the payload for soap to soap in monitoring (only java stack of PI7.3) .

    Hi
    have done some R&D on help.sap.com ..came to know user need some roles for to view payload ..
    http://help.sap.com/saphelp_nw73/helpdata/en/48/b2dfee6b156ff4e10000000a42189b/frameset.htm
    Thanks,
    Allamudi Loordh.

  • Continuous CCMS alerts on failed synchronous messages

    Hello,
    We have failed synchronous messages in our PI system and get a CCMS u201CMessage age alertsu201D every hour. I canu2019t make it stop without disabling monitoring which I donu2019t want to do. The messages can not be deleted or canceled so I get this alert every hour. When I try to cancel the message in SXMB_MONI I get this message:
    You cannot cancel XML message 001E0BC80F681EE09FB5DB3E37C38A21 with this status/type
    Message no. XMS_ADM108
    Diagnosis
    You tried to exit an XML message.
    System Response
    However, you can only exit XML messages that were closed incorrectly.
    What can I do to get rid of these old messages? Note: I am a Basis guy so donu2019t have deep XI knowledge and our XI guy is busy with production issues right now. Any help is greatly appreciated.
    David

    I think I found it. I needed to schedule the delete job SAP_BC_XMB_DELETE_100 in SXMB_ADMIN. This deleted the old failed messages which should clear things up.

  • SOAP to RFC : Message visible in Message Monitoring , but not in SXMB_MONI

    Hi Experts,
    I'm doing a SOAP to BAPI scenario. The interface is a SYNCHRONOUS one . I'm using XML SPY as the soap client to test the interface. Even though i don't have the test for the BAPI after sending an empty request message i'm able to receive an empty response from the BAPI. I'm also able to see the message send in  message monitoring .
    But when i go inside SXMB_MONI its acting in a strange way . I'm not able to see the any of the messages. Any ideas??
    Thanks & Regards,
    Rahul.

    Hi Rahul,
      Synchronous messages are not persisted on the Integration server unless logging is switched on in SXMB_ADM Tcode(Specific Configuration->RUNTIME(Category)->LOGGING_SYNC(Parameters)).
    That's the reason you couldn't find SYNCHRONOUS message in SXMB_MONI.
    Thanks,
    Jag

  • No authorization to view payload in auditLog Of Message Monitoring in RWB

    Hello,
    I am not able to view the message payload in the audit Log In Message Monitoring in RWB.
    It says no authorization.
    Can anybody tell me what authorization object is required for this?
    Thanks,
    Loveena

    Hello,
    Check the link below:
    community/pi-and-soa-middleware/blog/2008/02/07/display-adapter-synchronous-message-content-in-rwb-of-pi-71
    The configuration consist to set a parameter on NWA. Check the following step:
    1. Go to <host>:<port>/nwa;
    2. Go to Configuration Management and then Infrastructure;
    3. Java System Properties;
    4. Click on services tab and then search for XPI Service: Messaging System;
    5. Search for messaging.syncMessageRemover.removeBody on parameters tab and modify from true to false. False value should be displayed in the custom value column.
    After that, you'll be able to see the payload in RWB.
    Regards,
    Arthur Silva

  • Synchronous messages through Soap Adapter

    Hi XI Guru's
    In my scenario I am sending a synchronous soap message over soap adapter. Message flow is  like
    3rd Party Application --> XI --> SAP R/3.
    My message do get processed in SAP R/3 and I do get response in SXMB_MONI as well as in Message Monitoring in RWB.
    The return message for message f1bdf1d0-cec5-11de-a9c0-0050569626f6(OUTBOUND) was successfully passed to the waiting "call" thread.
    2009-11-11 05:27:26     Information     The message status was set to DLVD.
    2009-11-11 05:27:26     Information     SOAP: response message entering the adapter (call)
    2009-11-11 05:27:26     Information     SOAP: response message leaving the adapter
    But still the response from XI does not reaches 3rd party application.
    On digging the logs I found following message.  Can this be an issue in XI which is blocking the reponse message from reaching the 3rd Party Application.( I tried posting the message through XML spy and I do get the response in XML spy.)
    (Note : My XI Installation has central adapter engine)
    #1.5 #0050569626F6004200000D0B00000B5000F66675B4B8DEA5#1257401122698#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/com.sap.aii.adapter.soap.app#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#LOVEIN#25369##sapnw03_NPI_6935550#Guest#2fd59d51c9d111debb440050569626f6#HTTP Worker [4]##0#0#Warning##Plain###Cannot send an HTTP error response [500 "Application error occurred during the request procession." (details: &quot;The WebApplicationException log ID is [0050569626F6004200000D0800000B5000F66675B4B8DEA5].&quot;)]. The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: *The stream is closed.*
    +     at com.sap.engine.services.servlets_jsp.server.runtime.client.ServletOutputStreamImpl.ensureOpen(ServletOutputStreamImpl.java:354)+
    Any help in this regard is appreciated .
    Thanks
    Lovein

    Thanks for your reply Stephan / Abhishek.
    To add some more info on the issue. This issue is when I am using PI 7.1 version.
    I do not face the issue if I use XI 3.0 and end to end flow works fine and response message reaches 3rd party application.
    Only difference I have in 2 versions is that in XI 3.0 we have been able to disable the soap adapter authentication (by changing web.xml file) where as in PI 7.1 we have not been able to disable that authentication and userid/ password info has to be provided while sending the soap message from 3rd Party application.
    (Security if not disabled gives 401 message as described on following blog [SOAP Sender ADAPTER 401 No Authorisation|SOAP Sender ADAPTER 401 No Authorisation] )
    On the other note do you guys know a way to disable this authentication on PI 7.1 version.
    Thanks ,
    Lovein

  • JDBC to JDBC error in receiver but success in message monitoring

    Hi,
    I got some doubt about message monitoring (SXMB_MONI), I have JDBC (DB2) to JDBC (Oracle) scenario. The message monitoring always show me success eventhough it has error when inserting to the target system (Oracle).
    I am only can trace use Communication Channel Monitoring to known that my transaction actually failed.
    Is there any workaround to this problem
    Thank you and Best Regards
    Fernand

    Hi Raj,
    The connection lost could be one of the possibility problem.
    Can i use this scenario
    Sender (JDBC, ansynchronous) -
    > Receiver (JDBC, Synchronous), without BPM and then i still can see the message error whenever failed to insert into target system and restart the message.
    or i have to use BPM for bridge between ansynchronous ---> synchronous mode.
    Regards

  • Messages in Message Monitoring are being deleted?

    Hi folks!
    I'm facing a strage situation in our PI PRD system.
    When I have to search for a message in the RWB Message Monitoring, sometimes happens that I got a specific message with its message ID, and then.. i look for it an hour later and the message isn't found anymore.. as it is being deleted or something.. the fact is I lose some messages there..
    Does anybody know where can I find something about this? or where to look if they are being deleted?
    Thanx in advance!
    Juan

    Hello Juan
    What is the Quality of Service of the message?
    Synchronous Message Processing (BE)
    The message is only persisted by the Integration Engine in case of error (as an error version). Once a message has been processed in the target system it performs an implicit database commit.
    Quality of Service 
    http://help.sap.com/saphelp_nw70/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/content.htm
    If you have configured Archiving and Deletion, check the link below:
    Defining Interfaces and Retention Periods for Archiving 
    http://help.sap.com/saphelp_nw70/helpdata/en/41/b715015ffc11d5b3ea0050da403d6a/content.htm
    Regards
    Mark

  • Problems with synchronous message in XI

    Hi
       I have the following scenario involving XI 3.0 ( SP 12 )
    XI has exposed a webservice ( WS provider ) and this webservice is being called from a web application. On receiving the webservice call, XI synchronously calls a RFC on the SAP backend and the response is mapped back as a webservice soap response to the calling web application.
    Now, I see sometimes ( not always ) - the incoming message from the web application has a status in SXMB_MONI -
    <b>Message scheduled (commit follows)</b>
    with a green flag and this message is never processed - i.e The message comes into XI from the webservice call - but beyond this - there is no call to the RFC receiver adapter ( the receiver adapter- comm channel  is ok as seen in the adapter monitoring )
    Since synchronous messaging does not involve any queues ( I hope my understanding is right ), I am not sure why this occurs and what to do to push the message forward in this synchronous messaging scenario ??
    Thank you in advance for your time .

    Hm we have a slightly different version of that problem.
    The message is wirtten into a queue, gets the green flag and the message is processed.
    But the flag as well as the status stay...
    Has anyone soem background information about how the queuing and scheduling and execution planning is done?
    I have quite an idea about queue filters and how to set-up queues. But I have no idea how the synchronous stuff fits in and what this "Message scheduled (commit follows)" exactly means.
    Cheers,
    helge

  • Persistence of synchronous messages in adapter framework

    Hello experts,
    When i go to RWB -> message monitoring -> adapter engine -> Database, the synchronous messages are persisted for only one hour. Is there a way to customize it?
    Cheers,
    Thiago Delou
    Basis Team

    Community.
    The Adapter Engine doesn`t persist synchronous messages in PI 71. It is not a matter of configuration.
    It keeps in memory the last 1000 (configurable) messages.
    http://help.sap.com/saphelp_nwpi71/helpdata/en/92/25ee41c334c717e10000000a155106/frameset.htm
    Cheers,
    Thiago Delou
    Basis Team

  • Reg: XI - Message Monitoring

    Hi! Gurus,
         This is Amar Srinivas Eli.I am workig on Production Support project. Here I got one issue related to Message Monitoring.
    Actually user send one information from Store Front Site to P31 R3 system via XI means XI Production System right?
    He asks on january 24th is there any message sents via XI so tht he needs which IDOC and what type of IDOC is sent in File to IDOC message.It is a synchrous mesage.
    But I checked in SXMB_MONI but nothing it was showing that no messages are sent even from last year August.
    But parallely I also checked in Message monitoring of XI RWB Production Server X46
    there  I prefered last 4 weeks  then I got that on Jan 24th 8 messages are sent. And when I checked in XI ID Configuration part that same Business service and its corresponding Communication Channels I came to knwo that thee are SOAP and RFC Communication Channels but not IDOC ?How it is?
    But from that I came to know that store front message is sent as issues is related to Store front.
    But I  was not clearly confirmed that what message was sent actually on Jan 24th ?
    Note:: Also I am in confused Y in SXMB_MONI  it was showing no mesages are sent and in Message Monitoring of RWB it was showing 8 messages ?
    Is there any possibility of If any one deleting messages in SXMB_MONI if yes how to get that deleted MEssages?
    Please Kindly guide me in step by step procedure regarding this with Screen shots so that it may be helpful to me.
    Regards::
    Amar Srinivas Eli.

    Hi Amar Srinivas,
    > But I checked in SXMB_MONI but nothing it was showing that no messages are sent even from last year August.
    Synchronous messages are not persistent in integration server.But messaging system in Adapter engine stores these messages thats why you can see messages in Adapter engine in RWB.
    > there  I prefered last 4 weeks  then I got that on Jan 24th 8 messages are sent. And when I checked in XI ID Configuration part that same Business service and its corresponding Communication Channels I came to knwo that thee are SOAP and RFC Communication Channels but not IDOC ?How it is?
    If IDOC Adapter in sender side you dont have to configure sender IDOC Communication channel.IDOC adapter resides on integration server not in Adapter engine.
    Cheers,
    Jag

  • Synchronous Message Logging in AAE

    HI,
    We are on PI 7.1.1
    Our scenario is Synchronous Abap Proxy to JDBC via Advanced Adapter Engine(Integrated Config)
    However we find that messages are not logged in RWB message monitoring. From JDBC comm channel monitoring we can see the message that goes to JDBC Insert but we are not able to find the response message.
    It is working since the response message is coming back in ABAP but not getting logged in RWB
    The paramter messaging.syncMessageRemover.removeBody  is set to false in NWA.
    Please let us know if there is any other config that needs to be switched on for this.
    Thanks and Regards,
    Himadri

    Hi Himadri,
    In a scenario involving Integration Configuration, messages are not persisted anywhere.
    Refer to this link [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?quicklink=index&overridelayout=true]
    -Vijay

Maybe you are looking for

  • Sql report generation

    Hi all, I am currently using Application Express 3.1.2.00.02 I have developed an online questionnaire with a multiselect list for one of the questions. The problem i am having is that i need each choice to be totaled up separately on the report gener

  • How to populate multiple records into 1 using addtl keyfigs

    Hi Gurus, Please take a look at this scenario. I have 3 records coming from source system. ex: key dateid startdate enddate c    1      d1         d2 c    2      d3         d4 c    3      d5         d6 i need to populate these 3 records as one into t

  • Panoramic Imaging function

    Nokia JUST released (yesterday or daybefore) an awesome new app for the Lumia 800, called 'Creative Studio' This app brings the much awaited Panoramic Imaging function as well as a bunch of other cool features to the Lumia 800. Absolutely the coolest

  • How to configure Personal WS to sort names by last name?

    Hello, I was recently going through my Novell Vibe Admin Guide and came across directions on how to configure the navigation panel in the Personal Workspaces to sort names by last name (by adding wsTree.titleFormat=1to the ssf-ext.properties file). D

  • Why are my templates in French!?!

    When I go to open a new document and use a template, they're all in French. I don't know French, so this is pretty frustrating. Any help would be greatly appreciated.