How To Fix RSWADMDERR2126 - XML comments cannot contain --


SAP Error Message - Details

  • Message type: E = Error

  • Message class: RSWADMDERR2 - BEx Web applications: Error messages for XML/HTML-Parsing

  • Message number: 126

  • Message text: XML comments cannot contain --

  • Show details Hide details


  • Self-Explanatory Message

    Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.

    To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.

    Unfortunately, there isn't any extra information in this error notice.



    What else can you do?

    First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).

    Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.

    You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.


Smart SAP Assistant

  • What is the cause and solution for SAP error message RSWADMDERR2126 - XML comments cannot contain -- ?

    The SAP error message RSWADMDERR2126 indicates that there is an issue with XML comments in the context of SAP's ABAP Web Dynpro or other XML-related processing. Specifically, the error states that XML comments cannot contain the sequence --, which is not allowed in XML syntax.

    Cause:

    In XML, comments are defined using the syntax <!-- comment -->. However, the sequence -- cannot appear within the comment itself, as it would be interpreted as the end of the comment. If your XML contains a comment that looks like this:

    <!-- This is a comment with -- inside -->

    It will trigger the error because the -- is not valid within the comment.

    Solution:

    To resolve this error, you need to check the XML content that is being processed and ensure that no comments contain the -- sequence. Here are the steps to fix the issue:

    1. Locate the XML Source: Identify the XML file or string that is causing the error. This could be part of a configuration, data input, or generated output.

    2. Edit the Comments: Review the comments in the XML and modify any that contain the -- sequence. For example, change:

      <!-- This is a comment with -- inside -->

      to:

      <!-- This is a comment with a different phrasing -->
    3. Validate the XML: After making changes, validate the XML to ensure that it is well-formed and does not contain any other syntax errors.

    4. Test the Changes: Re-run the process that was generating the error to confirm that the issue has been resolved.

    Related Information:

    • XML Syntax Rules: Familiarize yourself with XML syntax rules, especially regarding comments. Comments should not contain -- and should be properly closed.
    • SAP Documentation: Refer to SAP documentation for any specific guidelines related to XML processing in your version of SAP.
    • Debugging Tools: Use XML validation tools or editors that can help identify syntax errors in your XML files.

    By following these steps, you should be able to resolve the error and ensure that your XML comments comply with the required syntax.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
ERPlingo simplifies finding the accurate answers to SAP message errors. I now use every week. A must have tool for anyone working with SAP! Highly recommended!
Rate 1
Kent Bettisworth
Executive SAP Consultant