TeamcenterKnowledge

MBSE Integration Services ─ Deployment

Enable the sample classification library for model management

A sample classification library called Model Identity Card is available for model management. You can get this library by performing a few configurations.

Procedure

  1. Update the value of the CLS_is_presentation_hierarchy_active preference to true.
  2. In the MBSE Integration Services kit, go to the additional_applications folder and extract the modelidentitycard ZIP file to a location of your choice.
  3. Execute the following commands using the Teamcenter command prompt. Ensure that you update the path D:\share to the path where you extracted the modelidentitycard ZIP file:
clsutility -u=Tc-admin-user -p=password -g=group -create -keylov_definitions -request="D:\share\MIC\TcME_MIC\MICLOV.json"

clsutility -u=Tc-admin-user -p=password -g=group -create -property_definitions -request="D:\share\MIC\TcME_MIC\MICProperty.json"

clsutility -u=Tc-admin-user -p=password -g=group -create -class_definitions -request="D:\share\MIC\TcME_MIC\MICBlocks.json"

clsutility -u=Tc-admin-user -p=password -g=group -create -class_definitions -request="D:\share\MIC\TcME_MIC\MICClass.json"

clsutility -u=Tc-admin-user -p=password -g=group -create -node_definitions -request="D:\share\MIC\TcME_MIC\MICNodes.json"

clsutility -u=Tc-admin-user -p=password -g=group -update -status -request="D:\share\MIC\TcME_MIC\ReleaseStatus.json"

bmide_modeltool.bat -u=Tc-admin-user -p=password -g=group -tool=all -mode=upgrade -target_dir="%TC_DATA%"
%TC_ROOT%\solr-7.7.0\TcSchemaToSolrSchemaTransform.bat %TC_DATA%\ftsi\solr_schema_files
%TC_ROOT%/TcFTSIndexer/bin/runTcFtsIndexer.bat -task=objdata:clear
%TC_ROOT%/TcFTSIndexer/bin/runTcFtsIndexer.bat -task=objdata:index
%TC_ROOT%/TcFTSIndexer/bin/runTcFTSIndexer -task=objdata:sync -interval=30
  1. After running the utility, type 4 in the command prompt when the prompt 0-7 comes up.

Results

Once you run these commands, the sample classification library, Model Identity Card, is imported. You can view this in the Classification tab of Active Workspace.

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/xid1912674 · retrieved Fri Jul 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)