TeamcenterKnowledge

MBSE Integration Services ─ Deployment

Configure the data to be excluded during import

You can configure the import operation to exclude certain files and folders. This exclusion is done using configuration files.

You can specify the configuration at the administrator level or at the user level by modifying the following files:

  • To specify exclusion at the administrator level, update the PROJECT_BHMintegrationDefinition.xml file that is associated with the PROJECT_BHM_INT_DEF_FILE dataset as a named reference.
  • To specify exclusion at the user level, update the User_Specific_BHMIntegrationDefinition.xml file located in the TCME_install/bhm/config directory on the user's computer.

Update the Exclusions node in the configuration file with the relative path of the exclusions.

Example:

<Exclusions>
  <RelativePath>*.txt</RelativePath>
  <RelativePath>/Model/*.slx</RelativePath>
  <RelativePath>/Model/test</RelativePath>
</Exclusions>

You can specify the following exclusions:

  • Explicit list of folders — Example: <RelativePath>/Model/test</RelativePath>
  • Explicit list of files — Example: <RelativePath>MRS_Exc_Model0_g.slx</RelativePath>
  • Explicit list of file extensions — Example: <RelativePath>*.txt</RelativePath>

For Git integration, an additional folder is added, which makes the root folder different from any other integration folder. Hence when using Git integration, ensure that you specify the correct relative path.

After completing this configuration, you can:

  • Refer to the List of optional server-side configurations for Teamcenter MBSE Integration Services topic to see other configurations.
  • Refer to the MBSE Integration Services deployment checklist to see next steps.

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.behavior_modeling_tool_integration/xid1393875 · retrieved Fri Jul 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)