An attribute with accent selection value in CMDB class changes or corrupts with deployment package. Accented selection values are as below: <value>Mail</value> <value>Requýte</value> <value>Gina</value> <value>Mýtier</value> <value>Public</value> --These enum are getting changed to below in deployment package: enum-value : Mail enum-value : Requête enum-value : Gina enum-value : Métier enum-value : Public Refer screenshot with corrupt accented characters. It should look like this once the package is imported in other environment. |
The issue has been investigated and identified as a defect Defect DRSMX-75346. The defect will be fixed in future releases. Workaround is to manually update the xml file (refer screenshot below) with correct accented enum values after exporting the package. Then import the modified package to get the correct accented enum values. |