Callback
  • From a market stall to a store

  • -

  • From a store to a retail chain

  • -

  • From retail to manufacturing

XML validation error in ECR

01.11.2021 14:33
Olena Kovalenko
Olena Kovalenko

Accounting and Automation Systems Specialist. Editor.

UPD. The error has been fixed in the latest updates. The updates are already published on the website.

What is the «XML validation error»?

Those who use software ECR might have encountered the XML validation error.

This error is related to the tax authority unexpectedly changing the requirements for one of the fields in the XML document – the unit of measurement code sent to their servers.

This will be fixed in the next Torgsoft update.

How to fix it now?

To avoid waiting for the update and to fix the error, you need to set the unit of measurement code – a value greater than zero – for all fiscal types of goods in the respective field of the goods type card.
To fix this issue now, contact technical support.


Administrators and technical specialists can use the following SQL query:

UPDATE GoodType
SET MesUnitCode = 1
WHERE Fiscal = 2
AND ISNULL(MesUnit, '') <> ''
AND ISNULL(MesUnitCode, 0) = 0

This SQL query sets the unit of measurement code = 1 for all fiscal types of goods that have a unit of measurement but do not have a specified unit code.

Can such situations be foreseen in advance?

The tax authority maintains an «Description of the API of the fiscal server of the controlling authority» in Word documents, which are usually updated after the changes take effect.

We asked them to create a more prompt source of information. Let's see if they listen.


Програма обліку товару | Торгсофт



Facebook Instagram YouTube Twitter Google News Apple Podcast SounCloud

Add comment

Add comment
Thank you for your feedback! It will be published after being reviewed by a moderator.
Related articles