XML message is not processed in SXMB_MONI

In SXMB_MONI txn code (PI 7.0),we are not able to get updated with any XML messages from a folder on application server what could be a reason for this problem..can we see the log details of the same from anywhere .How can we rectify this problem
I would appreciate all your help

In SXMB_MONI txn code (PI 7.0),we are not able to get updated with any XML messages from a folder on application server what could be a reason for this problem..can we see the log details of the same from anywhere .How can we rectify this problem
I would appreciate all your help

Similar Messages

  • Problem in ABAP Proxy(sometimes XML Messages are not being created)

    Hi,
    I am trying to send the data from ECC to CRM when post goods issue is done for a delivery from ECC side. I called my proxy method in BADI : DELIVERY_PUBLISH.
    And after calling the method, I used commit work also.
    But the problem is, some times it is working fine. and some times the XML messages are not getting created. When I go in debug, looks everything is fine.
    I am unable to understand why this inconsistency.
    Could you please help me out, do I need to take any more precautions.
    Thanks,
    Sandeep

    You mean you can't find any message in SXMB_MONI of your ECC or is it XI where you can't see message?
    If you have not checked in SXMB_MONI of ECC then may be messages are created but they are going into error and that's why you are not able to see any message in XI.

  • My outbound messages are not processing in XI

    Hi All,
    When i try to test my scenario i.e sending message from SRM to MDM , all my messages are struck in the Queue in XI. Even i deleted queues in SMQ2 , my messages are not processing and in sceduled for outbound processing stage. Even i restard also its on pending status. Please help me How to process my messages which is pending in XI.
    Thanks in advance
    Regards,
    KK

    Hi..
    go to sxmb_moni->monitor processed messages
    select ur message.. scroll towards right..
    click on ur message queue ID.
    check if there is any errored out message in that queue.
    if yes .. delete that message,
    and release the queue by unlocking that.
    Regards
    Pushkar

  • Package javax.xml.messaging does not exist

    Hi,
    I have installed the Web Services Developer Pack (Version 1.1), and added the jaxm-api, jaxm-runtime, saaj-ri, and saaj-api jars to my classpath. I also added C:\jwsdp-1.1\bin to my path, and copied the jar files from C:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed to the \jre\lib\endorsed folder within my java home directory as specified.
    However, I get the following error when trying to compile my program:
    "package javax.xml.messaging does not exist"
    import javax.xml.messaging.*;
    import javax.xml.soap.*;
    public class CAServlet
    extends JAXMServlet
    implements ReqRespListener {
    Do you have any ideas on why this may be happening? Any help would be greatly appreciated.
    Thanks,
    Chris

    Hi,
    The jar file jaxm-api.jar contains the package javax.xml.messaging.
    Make sure you have correctly set it to your classapth.
    -Amol

  • Sub Agreement XML import error:  XML import could not process field: CONTRACT_UNIQUE_DOC_NAME

    Hi All,
    I am importing Sub Agreement in XML format and getting below error.
    XML import could not process field: CONTRACT_UNIQUE_DOC_NAME
    unsupported null bind parameter no. 0
    Below is the XML.
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <objects>
        <object classname="contracts.Agreement">
    <fields> 
                                    <CONTRACT_UNIQUE_DOC_NAME>P-XXXX-00001</CONTRACT_UNIQUE_DOC_NAME>
                                    <DISPLAY_NAME>Testing Agreement Name 1 </DISPLAY_NAME>
                                    <CALC_METHOD>UNIT_PRICE_ENTERED</CALC_METHOD>
                                    <UNIQUE_DOC_NAME>S0002510</UNIQUE_DOC_NAME>
                                    <STATUS>In Process</STATUS>
                                    <COMPANY>TEST</COMPANY>
                                    <LOCATION>Location_114</LOCATION>
                      </fields>
        </object>
      </objects>
    </sapesourcing>
    If anyone is successful in importing Sub Agreement in XML format?  also please validate the above xml structure?
    Note: I am able to load  Sub Agreement using CSV. But in our scenario data comes in XML format.
    Thanks & Regards
    Sai

    Hi Gary,
    I am able to load below objects in XML format without any issues. And I am using Scheduled Task of type “Data Import Monitor” to load them.
    1)  Project (1100)
    2)  Master Agreement (1004)
    3) Extension Collections for Project
    4) Extension Collections for Master Agreement
    1) Working XML Structure for Project(1100) .
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Projects.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <objects>
        <object classname="projects.projects">
          <fields>
    <UNIQUE_DOC_NAME>S0004392</UNIQUE_DOC_NAME>
      <DISPLAY_NAME>Test Project</DISPLAY_NAME>
    2) Working XML Structure for Master Agreement (1004) object.
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="contracts.Contract">
    <fields>
    <UNIQUE_DOC_NAME> 00215944</UNIQUE_DOC_NAME>
    <DISPLAY_NAME>TEST MA</DISPLAY_NAME>
    <DOCUMENT_DESCRIPTION>Contract Desc</DOCUMENT_DESCRIPTION>
    3) Working XML Structure for Extension Collections for Project(1100).
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Projects.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="projects.projects">
    <fields>
    <UNIQUE_DOC_NAME> S0004392</UNIQUE_DOC_NAME>
    </fields>
    <collections>
    <Z_DETAILS replace="true">
    <object classname="extension_collections">
    <fields>
    <NAME>Sai</NAME>
    <EMAIL>[email protected]</EMAIL>
    </fields>
    </object>
    <object classname="extension_collections">
    <fields>
    <NAME>Krishna</NAME>
    <EMAIL>[email protected]</EMAIL>
    </fields>
    </object>
    </ Z_DETAILS >
    </collections>
    </object>
    </objects>
    </sapesourcing>
    4) Working XML Structure for Extension Collections for Master Agreement (1004).
    <?xml version="1.0" encoding="UTF-8"?>
    <sapesourcing xsi:noNamespaceSchemaLocation="Contracts.xsd" defaultlanguage="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <objects>
    <object classname="contracts.Contract">
    <fields>
    <UNIQUE_DOC_NAME>00215944</UNIQUE_DOC_NAME>
    </fields>
    <collections>
    <ZLINKS replace="true">
    <object classname="extension_collections">
    <fields>
    <LINK_NAME>SAP</ LINK_NAME>
    < LINK_URL> http://www.sap.com/index.html </ LINK_URL >
    </fields>
    </object>
    <object classname="extension_collections">
    <fields>
    <LINK_NAME>SCN Sourcing</ LINK_NAME>
    < LINK_URL>http://scn.sap.com/community/sourcing</ LINK_URL >
    </fields>
    </object>
    </ ZLINKS >
    </collections>
    </object>
    </objects>
    </sapesourcing>
    Could you please help me with the right XML Structure for Agreement( 1003)?
    Regards,
    Sai

  • Groupware Integration XML message is not well formed

    Hi everybody,
    I have the problem that i got an message in the error log of the Groupware Connector at the Groupware server.
    ERROR MIDDLEWARE - CREATE APPOINTMENT - - "[ERR: 6005]: Failed to get message from data queue: [ERR: 4001]: XML message is not well formed: [org.xml.sax.SAXException]: org.xml.sax.helpers.AttributesImpl@4cb3a4"
    I also got an entry in the Groupware Connector Administrative Toll under current locks:
    ORGANIZER_UNKNOWN:GWA_01 with error code 4001. (I think this belongs to the message of the error log)
    Error Code 4001 stands for XML message is not well formed.
    Has anybody a solution for the problem. What can I do. Where can I get more information or debugg the problem? Where can i see the XML message?
    Thanks and best regards,
    Sebastian

    Hi Sebastian,
    Have you solved your problem? I have got the same on CRM 6.0.
    Thanks and regards,
    Yann
    Edited by: YANN SZWEC on Feb 17, 2010 10:28 AM

  • Messages are not displaying in  SXMB_MONI in R/3 system

    Hi,
          my scenario is  File -to Proxy (Inbound Proxy).. scenario is working fine... but those processed messages are not displyed in the SXMB_MONI screen in the R/3 System... .. but i wnat to see the messages in the R/3 system.. for this..any configuration is needed..  please suggest me..
    Regards
    Jain

    Thanks Aswin  and Praveen,
          Finally I got the messages in SXMB_MONI in R/3 system...  for that I added one more paramater additionally  along with  the parameters are suggested by  Mr.Praveen .. ..
    any ways.. these are the parameters  I added in the SXMB_ADM   for  your reference..
    category :RUNTIME parameter:Logging value :1
    category :RUNTIME parameter:Logging_sync value :1
    category :RUNTIME parameter:Trace_level value :1
    category :RUNTIME parameter:Logging_propagation value :1
    keep sharing the knowledge...
    Thanks
    Jain

  • PI 7.1 XML messages are not getting archived.

    Hi Experts,
    Currently I am wotking with PI 7.1. I am trying to archive PI messages from PI Production server,and also maintianed the following parameters in SXMB_ADM.
    ARCHIVE PERSIST_DURATION ASYNC 1 1
    DELETION PERSIST_DURATION ASYNC 1 1
    DELETION PERSIST_DURATION HISTORY 7 30
    DELETION PERSIST_DURATION SYNC 2 0
    DELETION PERSIST_DURATION_ERROR SYNC 3 1
    Retention period
    Retention Period for Asynchronous XML message in the Database
    XML Messages Without Errors Awaiting Deletion 1
    XML Messages Without Errors Awaiting Archiving 1
    Retention Period for Synchronous XML message in the Database
    XML Messages with Errors Awaiting Deletion 3
    XML Messages Without Errors Awaiting Deletion 2
    Retention Period for History Entries in the Database
    History Entries for Deleted XML Messages 7
    Messages are not getting archived.
    When I execute the report "RSXMB_SHOW_REORG_STATUS"
    I am geting the following output.
    Msgs not in retention period (can be archived):            0
    Msgs in retention period (cannot be archived):           88
    Kindly suggest me what changes can be done so that PI messages will get archived from PI production server.
    Regards
    Naveen

    Hi,
    Please refer this thread.
    [Deleting XML messages, database growing|Deleting XML messages, database growing]
    Suresh

  • RFQ Message Error " Not Processed"

    HI
    If the message was processed successfully, the status is set to '1' and if an error occurs, the status is set to '2'. Status '0' usually means that the processing program has not yet been started (if the message is to be processed manually, for example).
    In my RFQ the processing status is "0" means " Not Processed"
    In the msg status a "traingle button" is thr instead of the "Green Button"
    So that we can not able take print out in ME9A also not able see print preview thro ME9A
    How to make this processsed...
    Vijay

    check if the RFQ contain release strategy and alrady released for output.
    you can check the print preivew in ME4N.

  • Why some messages are not processing

    Hi All,
    I have scene in AQ table some of the messages are in PROCESSED status
    and some of the messages in UNDELIVERABLE status.
    This is the data in the AQ table for undelivarable messages.
    MSG_STATE          RETRY_COUNT    EXPIRATION_REASON
    UNDELIVERABLE         -1                   PROPAGATION_FAILURE
    UNDELIVERABLE         -1         Messages to be cleaned up later
    Why some of the messages were processed and some of the messages were undelivarable.
    What are the reasons and how to solve this issue.
    Please help me.
    Thanks.

    In some situations that indicate application errors in queue-to-dblink propagations, Oracle Streams AQ marks messages as UNDELIVERABLE and logs a message in alert.log.
    Examples of such errors are :
    * when the remote queue does not exist
    or
    *when there is a type mismatch between the source queue and the remote queue.
    The trace files in the background_dump_dest directory can provide additional information about the error.
    Refer:
    http://docs.oracle.com/cd/B19306_01/server.102/b14257/aq_intro.htm

  • How to know if XML message sent was processed in WLPI

              Hi all,
              I've also posted this question in weblogic.integration.developer and I'm wondering
              if you could also help me. I have a JMS application that sends XML messages to
              WLPI. I want to ask:
              1. what will happen to the XML message if it doesn't match any workflow instance/no
              event was triggered?
              2. is there a way for the JMS application to know that the XML message didn't
              match any workflow instance/trigger any event?
              Any help will be greatly appreciated.
              Thanks!
              

    I don't know - WLI is layered on top of JMS. Try posting to the
              WLI newsgroups:
              weblogic.integration.developer
              weblogic.integration.interest
              Tom
              Jo-Ann de Leon wrote:
              > Hi all,
              >
              > I've also posted this question in weblogic.integration.developer and I'm wondering
              > if you could also help me. I have a JMS application that sends XML messages to
              > WLPI. I want to ask:
              >
              > 1. what will happen to the XML message if it doesn't match any workflow instance/no
              > event was triggered?
              > 2. is there a way for the JMS application to know that the XML message didn't
              > match any workflow instance/trigger any event?
              >
              > Any help will be greatly appreciated.
              > Thanks!
              

  • How to generate error in Moni when the message is not processed

    Scenario : Proxy - Soap ( Sync )
    Requirement : If a message is failed at receiver ( may be DB is not up or server does not accept request ), then the error message is returned back to calling program but in MONI, it still shows a checkered flag.
    My response contains -1, if the message cannot be posted onto Web server, for any reason.
    Now, can I put a red flag or a error message in Moni, everytime the response code is -1 and the error message still reach ERP?
    I can register Alert that sends email to the user, as per Michal's blog but how do I generate error message in MONI that triggers it?
    Regards,
    Venkat

    hi,
    >>then the error message is returned back to calling program but in MONI, it still shows a checkered flag.
    I'm not sure if you configured alerts correctly as the error
    will be visible in AE message (not in SXI_MONITOR but from RWB)
    and the alert should have informed you about that
    Regards,
    Michal Krawczyk

  • Ticking the 'portal vendor' in SRM not triggering the XML message in SRM?

    Dear experts,
    I have ticked the 'portal vendor' in the supplier master data in SRM.
    I have maintained the output medium as 'XML\XI'.
    The 'permit surrogate bidding' button is unticked.
    Then, I have saved the supplier master data successfully.
    Still no XML message is generated for the supplier transfer to PI  in the transaction SXMB_MONI.
    Could you please comment what things I should look for?
    Thanks and regards,
    Ranjan

    Dear Nikhil/Soumyaprakash,
    The XML message was not generated from the SRM system due to missing config details in the 'define system landscape directory' in the SRM system.
    Now, The SRM system is generating the XML message for supplier transfer. The PI system is successfully processing the messages. On the receiver side, the SUS system is also successfully processing the message.
    However, no supplier is created under the root vendor organization in SUS system. No mail is also triggered. I have also maintained the vendor and porg details in the table 'BBP_MARKETP_INFO'.
    Could you please check if anything is needed to trigger the creation of vendor record in SUS?
    Thanks in advance,
    Ranjan
    Ranjan Sutradhar

  • Processing large XML messages ( 100Mb) in PI 7.1

    Hi All
    I have PI 7.1 & need to process & create Large XML messages with not so extensive mapping & direction is from SAP to FTP server.
    I created the test scenario using Consumer Proxy in order to check how large message our PI server can handle, so till 100Mb it went fine but anything above 100Mb got stuck in R3 server Integration engine only. When I checked the message in MONI of R3 server, initially it gives "Automatic Restart" status & after the retry limit was over it gave me "System Error-after automatic restart" with the error status as -->
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Integration Server
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    Can you let me know how can we further tune our SAP R3 server to process the large files as the message is getting stuck in R3 server (at HTTP_SEND) only it is not even reaching PI server, also breaking message into small messages cannot be implemented as we need to send the file in ONE go only.
    Regards
    Lalit
    Edited by: Lalit Chaudhary on May 5, 2009 6:05 PM
    Edited by: Lalit Chaudhary on May 6, 2009 2:49 AM

    so till 100Mb it went fine but anything above 100Mb got stuck in R3 server Integration engine only
    all the systems are configured with a default timeout parameter....it determines till what time a system should try processing a file...if this is exceeded then you may get the mentioned error....
    So what you can do is try increasing the timeout of your system....so that you give the system some more time for processing the file
    Please note that increasing the timeout would mean decreasing performance
    To check how much is the impact see the performance before increasing the timeout and after increasing..
    If you need some help in file processing in XI:
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    Hope it helps.
    regards,
    Abhishek.

  • Proxy messages not processed in PI 7.1 pipeline coming from local client

    Dear experts,
    We have recently installed a PI7.1 system with two clients:
    200 - Integration Server
    250 - Local Integration Engine
    Now, when we send proxy messages from the 250 client to the 200 client,
    the messages are not processed in the integration server. The message
    does arrive as we can see in SXMB_MONI, but there is no receiver determination
    or what-so-ever executed. In SXMB_MONI we can see that only the SENDER
    pipeline is executed.
    Proxy messages from 6.20 and 7.0 systems to IS are properly processed.
    Ofcourse the 250 client is defined as an application system in the integation engine
    configuration (SXMB_ADM).
    regards,
    Jeroen

    In SXMB_MONI we can see that only the SENDER pipeline is executed.
    Yes. Even if no receivers are configured the data from sender to XI should be visible in sxmb_moni.
    Check smq1 at XI. There could be some problem with the technical system for client 250.
    Regards,
    Prateek

Maybe you are looking for

  • KEEP GETTING "Unsupported 16-Bit Application" when trying to download Blackberry Link-I need music on my device!!

    KEEP GETTING  "Unsupported 16-Bit Application" when trying to download Blackberry Link.  Im trying to sync music into my new Z10.  here is the whole error message: "\??\C:\User.....................cannot start or run due to incompatibity with 64-bit

  • Not enough USB ports!

    I have 3 USB ports on my G5 and 4 things that need to be powered directly off them (the keyboard; a DigiDesign M-Box; a Mackie Baby HUI; and a 4-port hub). How can I get this to work all at once? I'd rather not have to un-plug the 4-port hub every ti

  • Compiler Needed Urgently

    For a project i am working on, i urgently need a compiler can take a String containing the java file definition (package + imports + class), and output a byte[] containing the compiled code. I don't believe the source to javac is available to develop

  • GridBagLayout behaves strange

    Hi, I use swing and have a JFrame main window with a menu. When I chose a "Save" in my menu option an actionevent is caught in the following code, creating a JDialog: if(event.getActionCommand().equals("Speichern")) //DALOG INITIALISIATION GridBagLay

  • Intangible item management & SAP best practice

    All, I am wondering what is the best way to handle intangible flow within SAP. As a definition, intangible Items are any kind of assets or products that cannot be touched. As an exemple, it can be software / License / License keys. In this question,