TDMModelService gives Locale related error as below when Registering XML object in TDM portal
"Can't find bundle for base name messages, locale de_US"
Test Data Manager
TDM Portal
This is because of the locale is not correctly set in wrapper.conf file.
The reason why the portal was not able to register the XML file is due to no locale configured.
We changed the locale for the TDM portal to use en_US, and now it is working.
Below are the lines we added to the wrapper.conf file to solve the issue.
The wrapper this way has been forced to use en_US as the locale as shown below
Wrapper.conf by default is located at C:\Program Files\CA\CA Test Data Manager Portal\service\conf
wrapper.java.additional.8=-Duser.country=US
wrapper.java.additional.9=-Duser.language=en
wrapper.java.additional.10=-DCATDMWEB_APPDATA="%CATDMWEB_APPDATA%."