Symptoms

When you attempt to import data into adTempus, the import fails with the following error:

ADT005114E: Import failed: Invalid value "0.0000" for field Threshold

Cause

This problem may occurs in cultures/locales where your default number format for Windows does not use "." as the decimal.

It occurs because the export always uses "." as the decimal separator, but the import uses the default format for the location and therefore sees this as an invalid format.

Workaround

You can work around this issue by editing the export file in an XML or text editor. Locate all elements like this:

<Threshold>0.0000</Threshold>

(Your value may be different from "0.0000")

If the value is 0.0000, you can simply delete this entire node (including "<Threshold>" and "</Threshold>"). If it contains a value other than 0, change the "." to the proper decimal separator for your culture. For example, change "1.0000" to "1,0000".

Status

  • adTempus 4
    This issue has been resolved. Resolved in version 4.4.