Configuration utilities > Business Modeler IDE
execute_rbf_rules
Executes the specified application extension rule. The utility validates the application extension rules are deployed and functioning correctly. Input parameters for the rule execution are specified in a file. Output is written to a specified file or displayed on the console. Execution details are written to a specified log file or displayed on the console. Description Syntax execute_rbf_rules -u=user-id {-p=password | -pf=password-file} [-g=group] -id=application-extension-point-id -inputfile=input-file-name [-outputfile=output-file-name] [-log=log-file-name] [-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. -id Specifies the ID of the application extension point. -inputfile Specifies the location of the input file. The input file format is: Copy Column Name | Datatype | Value There is one line for each input parameter. Datatype is one of the following: String Integer Double Float Boolean Date Tag See Examples for an example of the input file. -outputfile Specifies the location of the output file. The output file format is the same as the input file format. Datatype for a output parameter is one of the following: String Integer Double Float Boolean Date -log Specifies the location of the log file. -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 The following is an example of the utility: Copy execute_rbf_rules -u=admin-user -p=admin-password -g=dba -id=tc.core.pse.icon -inputfile="d:\in1.txt" -outputfile="d:\out1.txt" -log="d:\rbf1.log"" The following input file example specifies that there are two input columns, Material and Pressure, with corresponding datatypes of String and Integer. The value of Material is Steel; the value of Pressure is 10. Copy Material | String | Steel Pressure | Integer | 10 Related Topics BMIDE for Data Model Design
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/coz1737253683897/avc1737253684501/execute_rbf_rules.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)