cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error using XML Loader: XML not well-formed

Former Member
0 Likes
502

Hi all,

I am facing a problem using the XML loader in xMII 12.0 when trying to load the following XML file:

<?xml version="1.0" encoding="UTF-8"?>

<Users>

<User>

<UserID>IMXOO</UserID>

<CWID>IMXOO</CWID>

<Prename>Michael</Prename>

<Surname>Otto</Surname>

<CreatedOn>2001-12-31T12:00:00</CreatedOn>

<CreatedBy>IMXOO</CreatedBy>

</User>

</Users>

I also tried a most basic XML file which shows the same error:

<?xml version="1.0"?>

<ausgabe>

<anzeige>Testausgabe</ausgabe>

</ausgabe>

To my understanding both files are well-formed, however xMII shows the error:

"The markup in the document following the root element must be well-formed."

Do I break any rules concerning the markup? IE loads the files without showing any errors.

Best Regards

Michael

View Entire Topic
Former Member
0 Likes

Michael - I've also seen some very strange behavior with loading XML data in version 12. Some of the transactions that I migrated from version 11.5 I can't open in version 12, with similar errors to what you are seeing. I've reported a bug, but you should also do the same. The more visible, the higher priority a fix will be.

- Rick

Former Member
0 Likes

Hi Rick,

thanks for your answer. I have created a sapnet message. Is there any workaround on this? We are storing our data in XML files, so we need to load those files.

Best Regards

MIchael