on 2008 Nov 19 8:07 AM
Hi Friends,
Partner is sending message on our XI system , but in our XI system we are getting system error,
When I checked in SXMB_MONI for payload contents, i got following message
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
-
Whitespace is not allowed at this location. Error processing resource 'file:///C:/Users/ztis15/AppData/Local/Microsoft/Wind...
<NAME2>ABC Sales & Marketing Company B.</NAME2>
-
^
So Please suggest what can be the issue..
Thanks.
Thanks guys,,.. tht error was due to & symbole in message.that is solved.. thanks all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bhavesh has correctly pointed to error. #,& such specical characters are not supported by XML hence it throws errors.
Can you open the XML in XML spy and check by what character this & is replaced in XML.
I was facing the similar problem with # character in description field and I found the below findings may be this can give you some hint.
chirag
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Brijesh,
An easy way to check if your file has any blank spaces or not is to open it in XL or notepad and remove the whitespaces and see if you open it in explorer or not. If the error is coz of that you can always go back and check where the blank spaces are being created. Also check if the input file is having any special characters as in & or $ etc. They tend to create such problems.
Thanks and Regards,
Sanjeev.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you download the XML from MONI into a file and open it using a Internet Explorer?
My gut feel,
1. You have a blank space at the declaration of < xml...
2. You are using & within your content and you need to denote it as & amp ; ( without spaces )
Regards
Bhavesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did you create the XML?
Did you manually create it? If yes, then you have not followed XML standards.
& is a a XML escape sequence and hence when you want to depict & in XML you depcit it as & amp ; (without spaces)
When you open same file, in your browser, you will notice the XML is a well formed XML.
Can you do as suggested by me in the previous post?
Regards
Bhavesh
There is some problem with your mapping. Make sure that the xsl file does not have white space in node names.
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Prateek,
In the XML File that partner is goin to send me, there is space in name field ,
<NAME2>Basell Sales & Marketing Company B.</NAME2>
-
^
so is this error coz of this? or it is some thing to do with the '&' symbole?
n is there any place else i can check the payload that they have sent me,
in the error its showing location like ...
Whitespace is not allowed at this location. Error processing resource 'file:///C:/Users/ztis15/AppData/Local/Microsoft/Wind...
but complete address is not there so not able to find it..
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.