Configuration utilities > Business Modeler IDE
business_model_updater
Deploys tcschema, types, and business rules. Note Database statistics must be updated following any business_model_updater actions that cause indexes to be created or updated. Without updated statistics, the indexes are not utilized correctly by the database. For example: Copy exec dbms_stats.gather_schema_stats (ownname=>'TCDBA',estimate_percent=>100,method_opt=> 'FOR ALL COLUMNS SIZE 1',degree=>8,cascade=> true,no_invalidate=>FALSE); For information about updating database statistics, see Using database statistics in Teamcenter Site Consolidation. Syntax business_model_updater [-u=user-id {-p=password | -pf=password-file} -g=group] -mode= [install | upgrade] -update= [ all | non_schema | schema | main_types | types | rules | bmf_rules_skip_missing_types | bmf_rules | lovs | lov_attaches | non_schema_ignore_lov_attach | convert_to_primary] -process= [add | delete | change | all] -file=XML-file-path-name -log=log-file- path-name [-mergedatasettype] [-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 -u and -p 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 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. -mode Specifies the update method: install Specifies the update is for an installation of a new database. upgrade Specifies the update is for upgrading from one version to another version. -update Specifies which Business Modeler IDE object to update. If you specify non_schema_ignore_lov_attach, the utility skips TcLOVAttach objects and processes all other non_schema objects. -process Specifies which Business Modeler IDE process to update. -file Specifies the path name to the XML file generated by Business Modeler IDE. The file contains Business Modeler IDE object definition data such as Class, Type, and LOV attachments. -log Specifies the path name to the log file. -mergedatasettype Specifies that dataset type definitions must be merged with existing dataset type definitions. -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. Related Topics BMIDE for Data Model Design
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/coz1737253683897/avc1737253684501/business_model_updater.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)