System Administration > File Management System > FMS configuration files
Editing FMS configuration files
FMS configuration files are XML files containing structures that must adhere to rules defined in their document type definition (DTD) files. If you are an administrator who edits XML files for use in Teamcenter, Siemens Digital Industries Software strongly recommends that you have training in XML editing and DTD files. If any edits in a configuration violate the rules in the file's DTD, when you attempt to reload the file, the following error is reported: Copy Error, server returned status code: 400, status message: CONFIGURATION_PARSE_ERROR_UNKNOWN_DETAILS_2 This message means the configuration file does not parse properly as defined by the DTD. Every configuration file declares the name of its particular DTD file in the DOCTYPE element found in the second line of the file. Example: Copy If you encounter such an error, examine the details in the error message and correct the configuration file so that it parses correctly. You may need to examine the DTD file to learn which parsing rules were violated. Find the DTD files in the FSC_HOME\fmsutil.jar file in the com\teamcenter\fms\config directory. The available DTD files include: fmsmasterconfig.dtd Specifies the DTD for FMS primary configuration files. fscconfig.dtd Specifies the DTD for FSC configuration files. fccconfig.dtd Specifies the DTD for FCC configuration files.
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/uuc1737238583853/uly1737238584432/xid1169210.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)