Configuration utilities > Business Modeler IDE
manage_model_files
Manages upload and download of files in the TC_DATA_MODEL directory into Fnd0BMIDEResource datasets. These Business Modeler IDE datasets are stored in the database in a Fnd0BMIDEResource folder. You can query for this folder in the rich client for quick reference to the Business Modeler IDE resource files that are maintained in the database. You can use these files to restore your Business Modeler IDE environment. For more information, see Back up project data in BMIDE for Data Model Design. Syntax manage_model_files -u=user-id {-p=password | -pf=password-file} [-g=group] -option=[list | upload | download] [-dir=directory -template=template -release=Teamcenter-release -resource=project ] -syncToDb [-h] Arguments -u Specifies the user ID. This is a user with Teamcenter administration privileges. Note If Security Services single sign-on (SSO) is enabled for your server, the user and password arguments are authenticated externally through SSO rather than being authenticated against the Teamcenter database. If you do not supply these arguments, the utility attempts to join an existing SSO session. If no session is found, you are prompted to enter a user ID and password. -p Specifies the user's password. This argument is mutually exclusive with the -pf argument. -pf Specifies the full path and filename of the password file. For information about managing password files, see Manage password files. This argument is mutually exclusive with the -p argument. -g Specifies the group associated with the user. If used without a value, the user's default group is assumed. -option Valid values for option are: list Lists the version of all templates, language, and model files in the utility output by querying the versions from the datasets. upload Uploads all template-related files from the TC_DATA_MODEL directory to datasets. If -template is specified, files specific to the given template are uploaded from the TC_DATA_MODEL directory to datasets. download Downloads all template-related files from datasets to the TC_DATA_MODEL directory. If -template is specified, files specific to the given template are downloaded from datasets to the TC_DATA_MODEL directory. If -dir is specified, files are downloaded to the given directory instead of the TC_DATA_MODEL directory. -dir Absolute directory path where templates should be downloaded. This can be used only with the -option=download option. -template List of comma-separated template file names, for example, foundation,tcae. -release Teamcenter version, for example, tc9000.1.0. If the -release argument is specified, the template project backups for that release are retrieved. This argument can be used with only the -resource=project argument. -resource=project Downloads the template project backup to the directory specified by the -dir argument. The -dir, -release, and -template arguments must be used in conjunction with the -resource=project argument. -syncToDb Runs the extractor and uploads the extracted model file into the database. Run the utility with this option only if the data in the database is modified and the model file in the database is not synchronized. -h Displays help for this utility. Environment As specified in Setting up a Teamcenter command-line environment. Files As specified in Log files produced by Teamcenter. Restrictions None. Examples To retrieve the latest backup of the customer template project to the local D:\BackupDownloadDir directory: Copy manage_model_files -u=username -p=password -g=dba -option=download -template=customer -dir=D:\BackupDownloadDir -resource=project -release=tc9000.1.0 Related Topics BMIDE for Data Model Design
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/coz1737253683897/avc1737253684501/id1356772.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)