No XML-Message in SXMB_MONI

Hi folks,
I have the following scenario:
RFC-XI-Webservice.
All works fine. I get the request to the Webservice and the response back to the calling abap prog. with the RFC. But one problem: I can't see any XML-message over the XI Monitor SXMB_MONI.
What happens? Is it anything with persist the message...
Thx for response.
Regards Johann

Micheal,
LOGGING_SYNC 1 is already set.
My issue is when run the report RPCIPE00 from HCM for executing the BAPI
using through TCP/IP RFC Dest i got the above mentioned error.  For SYNC RFC
We have to add the BAPIs at BD97 isn't?  When I add the BAPI at BD97 and assign the TCP/IP RFC Dest name a special Method.  I got the above mention error its not creating the documents at HCM side.
Could you please guide me.
SV

Similar Messages

  • File is picked up but never show the XML message in SXMB_MONI

    All,
    I am working on the file to SAP integration scenario issue. High level interface design is,
    File Adapter picks the file from XI application server and send the data to SAP Application system(in this case ECC) to post data as per the business requirement. The scenario is working perfect since long time and we don't have any issues as yesterday.
    This morning, I noticed File adapter picks the file and moved the file to archive folder (based on settings in communication channel) but XML message never shown in SXMB_MONI. I had a look into the RWB to check status of the communication channel. every thing looks fine from communication channel monitoring.
    Did any one come across this scenario? What else to be checked to move forward on this issue?
    Thank you..
    Anil

    Hi Kumar,
    The error message indicates the URL the adapter engine is using to send the data to the integration engine is wrong. The last part of it has somehow become truncated: "type=ent" should read "type=entry".
    In the SLD lookup the XI technical system, under the integration tab check the setting for the "Pipeline URL" field, you should see something like: http://HOST:PORT/sap/xi/engine?type=entry  if not, you can correct it.
    Then go to the XI ABAP client using SAPGUI and in transaction: SXMB_ADM, option "Integration Engine Configuration", check that Corresponding Integ. Server has the same URL, if it has something of the sort of: "dest://...." check in transaction SM59 for that RFC destination name, it should have the correct URL.  Also in the specific configuration (using the same transaction), check the RUNTIME->IS_URL parameter value.
    Hope that helps.
    -Sam.

  • Delete XML Message permanently (SXMB_MONI) = empty

    Hi all,
    Could you help me how to delete all the xml message so my table become empty, no more message
    in SXMB_MONI. because i already try execute RSXMB_DELETE_MESSAGES, but the xml message still there.
    Thank you
    Fernand

    Fernand ,
    Not all messages were deleted cause the retention period might not have expired for those messages.
    See the following SAP Note  872388 for Deletion of XML Messages.
    Regards,
    Sumit

  • Display"Number of Displayed XML Messages" in SXMB_MONI transaction screen

    I used to have this information "Number of Displayed XML Messages XX" in the SXMB_MONI transaction screen just above the ALV toolbar.   Somehow, it's not there anymore.   How can I put back this message on this screen?
    Thanks.
    Joey

    What version you are using?
    Please compare your user ID and colleague's User ID.
    Try log in with colleague's  User ID from your laptop.
    In my case, this issue had come when we upgraded PI support pack to 18. This issue was solved after upgrading SAP GUI Log in pad version to 710.
    -Gouri

  • Regarding XML Messages in SXMB_MONI

    Hi,
    I have an issue which goes like this: PO's are not getting submitted to SNC.
    I have done the following things to find out the cause.
    1) I tried to find out the creation and change times of PO in table CDHDR (t.code SE16).
    2) I used t.code SXMB_MONI and searched for XML messages w.r.t the date and time I found out in step1.
    3) However, the problem is: no XML message is present with the creation and change time of PO's that I found in step 1. Could you help me where I have done the mistake. Also, Please tell how to find creation and change times of PO.
    Thank You.

    Dear,
    May this link solved your problem, Kindly check the below links.
    http://www.****************/Tips/XI/SXMB_MONI/Configure.htm
    http://wiki.sdn.sap.com/wiki/display/Snippets/PIMonitoringFunctionality-FetchingDatafromSXMB_MONIStandardTables-PartI
    Thanks & regards
    varun

  • ABAP Table for DynamicConfiguration details of XML message in SXMB_MONI

    Dear All
    I have a requirement where I have to read the value from DCJMSCorreleationID property of message which is recorded in SXMB_MONI based on the SAP PI message ID.
    I have 2 interfaces as below
    Interface one (INT1) : JMS-PI-ECC --->Inbound interface to ECC when message is received on PI it will have DCJMSCorreleationID populated with some ID as shown below
    Go to SXMB_MONI -->Inbound Message ---> SOAP Header --->DynamicConfiguration
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <SAP:DynamicConfiguration SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SAP:Record namespace="http://sap.com/xi/XI/System/JMS" name="DCJMSCorreleationID">
    a26c4276-9d5e-11e3-ba87-000004238292
    </SAP:Record>
    <SAP:Record namespace="http://sap.com/xi/XI/Message/30/general" name="senderAgreementGUID">dd3fb7c6b983314293e14ba59df1ad45</SAP:Record></SAP:DynamicConfiguration>
    Interface Two (INT2):-ECC-PI-JMS----> Outbound from ECC where I am passing a SAP PI Message ID for INT1 in one of the field
    Can I read this DCJMSCorreleationID for INT1 when INT2 is executed and have message ID for INT1 ?
    Where are these SOAP hearder porperties like DCJMSCorreleationID are stored on ABAP table?

    Thanks Jörg for your reply
    I have a back up plan for ZTable approach but the only concern there is RFC calls for read and write
    we have implemented a FM which gives the original payload using a std SAP functional modules FM SXMB_GET_XI_MESSAGE_INT and  ECATT_CONV_XSTRING_TO_STRING
    But I am looking for the SOAP Header information for DCJMSCorreleationID
    So if there is anything which will help to read this DCJMSCorreleationID property easily form existing message SOAP header is really helpful

  • Restrcing XML messages in SXMB_MONI based on authorizations

    Hi All,
    How to restrict the visibility or display acess of Payload  in sxmb_moni based on authorizations as we do restrict the visibility of design objects in ESR (Profile Based Authorization In ESR Using PI 7.1).
    Please let us know your inputs on this. We have already searched but couldn't find any useful information.
    Thanks,
    Vinod

    Hi Vinod,
    You can ensure that the following roles are not assigned to unauthorized userid's in SAP PI:
    SAP_XI_MONITOR
    SAP_XI_MONITOR_ENHANCED
    SAP_XI_ADMINISTRATOR
    SAP_XI_SUPPORT
    To further explore the roles check the Role Maintenance transaction (PFCG) and the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm
    /people/michal.krawczyk2/blog/2006/01/02/xi-sxmbmoni--controlling-access-to-message-display

  • No xml message for PI

    Hi experts,
    In my scenarios, I read data from files in folder A, archive these files to folder B,and outbound to http service(BID). I actived all in my scenarios in ID/IR.
    Now I put one file to folder A, and found lots of files in folder B. (add 1 file every second), but I  do nothing.
    Now I had a try in test configuration. I found a red square in "Receiver Determination"
    Runtime error
    Error while refreshing the XI runtime cache
    It's strange I have no message for my scenarios at any time, even I don't find my service/interface name/interface namespace in "Monitor for Processed xml messages" (tcode:sxmb_moni). Of cause, I find nothing in RWB.
    Please help me,and thanks.

    Hi,
    Check this links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34&overridelayout=true
    Error while refreshing the XI runtime cache
    Error while refreshing the XI runtime cache
    Regards
    Ramesh

  • No Messages en SXMB_MONI in R/3 WebAS 6.20 with Add on

    Hello everybody,
    My problem is as follows, I have a scenario with R/3 ABAP Proxy-> XI R/3 ABAP Proxy, the problem is that I can't see any XML messages in SXMB_MONI in the R/3 Receiver, not synchrnous, not asynchronous, not erroneous, not succesfull messages I can't see any type or kind of messages, the R/3 is a WebAS 6.20 with add on for integration engine so ABAP proxies could work, I've been reading some threads but I think are more for SXMB_MONI in XI than in an R/3  so tose threads talk about some parameters sucha as LOGGING and LOGGING_SYNC and TRACE_LEVEL category RUNTIME, I've read the blog:
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    from Michal but I can't fin these parameters in the R/3 they don't exist does anyone have any other suggestions? thanks in advance.
    Regards,
    Julio Cesar Ruiz

    hi,
    u have to do settings in sxmb_adm.
    follow the links;
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    other links u can follow:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3c/499240ed38ce62e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/00143f011f4b2ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714f55ffc11d5b3ea0050da403d6a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/dd0f41026df223e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/20bc3ff6beeb0ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/81/471241043ff06fe10000000a1550b0/frameset.htm
    reward points if helpful
    regards,
    ujjwal kumar

  • Triggering and view XML messages in SAP AMI

    We have  configured the AMI. Also setup the AMI enabled devices.
    We have created Meter Reading Orders for the periodic meter reading as bulk .
    But the creation of MROs does not trigger creation of XML messages.
    We found the Enterprise Service responsible for meter reading order Request Smart Meter Meter Reading Document Creation as Bulk SmartMeterMeterReadingDocumentERPBulkCreateRequest_Out
    But the XML messages are not getting generated on MRO creation. Also no XML message generated on AMI enabled device creation. Would like to know where we can view the generated XML and also trouble shoot.
    Thanks in advance for the information
    Vijay

    Hi,
    Thanks a lot for the informaiton , I could go into SXMB_MONI  with date and time stamp to view the XML message, still i am not able to view it.
    Is there any thing specific needs to be configured to have the XML message in SXMB_MONI
    The process we are following is we are creating periodic meter reads and using the transaction ELMU Customized to our needs to trigger the SmartMeterMeterReadingDocumentERPBulkCreateRequest_Out . Are we following the right approach.
    Can you provide the check points.
    thanks,
    Vijay
    Edited by: vijay gunti on May 26, 2010 8:39 AM
    Edited by: vijay gunti on May 26, 2010 8:46 AM
    Edited by: vijay gunti on May 26, 2010 8:49 AM

  • Configuring Standard ESR ESOA XML message Reciever and Sender for PO Creati

    We are trying to send to our SNC system the standard XML Message PurchaseOrderERPReplenishmentOrderCollaborationNotification_Out when we create a purchase Order. We are able to generate and see the XML message in SXMB_MONI but the XML status Message is Green flag not Checker.. The Queue status is stop.. (The Queue is registered). But there is no receiver in the standard XML message... Where do we populate this... In the Integration Engine? What is the standard Scenario to use?

    Hi,
    >>>But there is no receiver in the standard XML message... Where do we populate this... In the Integration Engine? What is the standard Scenario to use?
    did you connect SCN with PI/XI ? for proxy communication ?
    if not this is a start
    then you need to configure PI/XI to push the message wherever you want
    Regards,
    Michal Krawczyk

  • SXMB_MONI : Error in Persistence Layer : XML Message Not Found

    Hi Team,
    There are some messages in our Production system and is in Scheduled state in SXMB_MONI and when we try to re-process those messages, we are getting message : Error in Persistence Layer and when we double click on message, we are getting the error : XML Message Not Found.
    Any help on this is highly appreciated.
    Thanks & Regards,
    C V Jayachandra

    Hi,
    Please refer the below discussion
    SXMB_MONI - Error accessing persistence layer
    regards,
    Harish

  • XML message ok in SXMB_MONI, but not delivered

    Hi there,
    I am new to PI and have a question regarding monitoring of an interface.
    We have a problem that a SOAP request doesn't reach its receiver.
    When I have a look at SXMB_MONI the XML message has status "successfully processed" (race flag as indicator).
    But if I check on [http://<HOST>:<PORT>/MessagingSystem/monitor/monitor.jsp|http://<HOST>:<PORT>/MessagingSystem/monitor/monitor.jsp], there I see that the message for the same interface has status "not delivered".
    It shows me the following error message:
    MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException
    How can I investigate more on this to find out why the interface doesn't work?
    I have the impression that the monitoring of PI interfaces is quite unstructured.
    Is there a good tutorial/blog which shows where to look for this information?
    Thanks in advance!

    In the message monitoring I've messages with status 'Not delivered'.
    If I display them, I just see error messages like
    MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException
    Adapter Framework caught exception: null
    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.
    How can I see more detailed error messages???

  • He XML message is going over to SRM from XI , but getting an application error (Exception)  when checking in sxmb_moni on the SRM side

    hi experts  ,
    we are using classic scenario (ECC 6.6 & SRM 7.0)
    we have are configured Procure-to-Pay Scenario ,Note 1263876 - SAP SRM: Configuration of Procure-to-Pay Scenario.
    but facing issue.
    The XML message is going over to SRM from XI , but getting an application error (Exception)  when checking in sxmb_moni on the SRM side. So we are not able to see the PR in the Sourcing cockpit in SRM.
    error as below
    <SAP:Category>Application</SAP:Category>  
    <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>  
    <SAP:P1 />  
    <SAP:P2 />  
    <SAP:P3 />  
    <SAP:P4 />  
    <SAP:AdditionalText />  
    <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SRM/SE/Global">ExchangeFaultData</SAP:ApplicationFaultMessage>  
    <SAP:Stack>Application has thrown an exception</SAP:Stack>  
    <SAP:Retry>M</SAP:Retry>  
    </SAP:Error>

    Hi Vijay,
    Can you tell us the interface name?
    If it is stuck in FEH (Application Error) in SRM then you can check the detail error by going into tcode /n/sappo/ppo2.
    You need to enter the Business Process, Order Assignment and Mode Of Postprocessing Order and then execute.
    It will show you all the messages stuck in application error for that interface and if you double click on any one of them you will get to see the detailed error with options to Discard, Repeat etc.
    Let us know if this helps you.
    Regards,
    Mayur

  • SXMB_MONI: No Payload under XML Message\Response

    Hi All,
    At transaction SXMB_MONI in the left frame you have usually three folders "Inbound Message", "Receiver Grouping" and "Response" under XML Message for the pipeline monitoring.
    Under our XI system I miss the folder "Payloads" under folder "Response" above.
    So I am not able to monitor the outgoing Payload at SXMB_MONI.
    Is there any configuration missing?
    Many thanks in advance!
    Jochen

    Hi Jochen,
    You can see the response payload under Response Msg Id = <>
    in "Request Message Mapping" under Payload folder
    If you are not able to see this, go to sxmb_adm -> Integration Engine Configurarion -> Specific Configureation
    add/update the parameter TRACE_LEVEL in categoy RUNTIME to value 3
    Regards,
    Sreenivas

Maybe you are looking for