KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: cedroy on July 22, 2011, 10:41:17 am

Title: Import XML
Post by: cedroy on July 22, 2011, 10:41:17 am
Hello,

I'm trying to import xml files (just being exported with ExportFromKKUsingEng.bat.

The following error is displayed (see attachment for detail).

It seems it's looking for a messages.xml that doesn't exist in my folders.

Thx for  your help !

Cedric
Title: Re: Import XML
Post by: kate on July 22, 2011, 11:01:17 am
Unfortunately in that release (assuming you are using 5.4.0.0-E)  there was a typo in the code so you have to match that typo in your config file to exclude that messages file.

So in xml_io_config.properties set:

mesaages = false


It's fixed in 5.5.0.0:

*) Fixed a bug in the XML_IO utility where a property was referred to as
     "mesaages" rather than "messages".
Title: Re: Import XML
Post by: cedroy on July 22, 2011, 01:00:41 pm
Hi Kate and thx, it works !