A problem occurs during an XML import of an object with an Archive Key parameter greater than 255 characters.
Starting in v24, the AWI allows entries up to 512 UTF-8 characters in three fields:
-- Title
-- Archive key 1
-- Archive key 2
As described In the documentation
The AWI happily saves these strings to the DB, and they are also correctly exported to XML.
However, when a user tries to import an XML file containing long strings in these fields, AE still imposes 21 old version limits to these fields.
U05000003 Function 'DS_XML_CHECK': Text 'Title' is longer than '255'.
U05000003 Function 'DS_XML_CHECK': Text 'ArchiveKey1' is longer than '60'.
U05000003 Function 'DS_XML_CHECK': Text 'ArchiveKey2' is longer than '20'.
AE/AWI 24.0
This is a defect of the Automation Engine.
Description: A problem has been solved where it was not possible to import objects because of a wrong allowed field length validation.
This bug is fixed in version:
Automation Engine 24.1.0
Bug ID: AE-36576
Bug Title: Incorrect field validation during XML import