Configuration utilities > Data access management
install_authorization_rules
Creates system-level administration authorization rules. Syntax install_authorization_rules [-u=user-id {-p=password | -pf=password-file} [-g=group] -function {install | create | add | listaccessors | listapplications | listutilities} [-name=application-or-utility-name] [-ruledomain=rule-domain-value] [-role=role-name] [-group=group-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 password file. For more 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. function Specifies one of the following functions: install Installs standard authorization rules for administration applications and utilities. create Creates new authorization rules. If you specify this function, you must include values for the name and ruledomain arguments. add Adds a new accessor to an existing authorization rule. If you specify this function, you must include values for the name, ruledomain, and group arguments. listaccessors Lists accessors specified by the name and ruledomain arguments. listapplications Lists all application names for which rules are defined in the database. listutilities Lists all utility names for which rules are defined in the database. -name Specifies the application or utility name. Use this argument with the create, add, or listaccessors functions. -ruledomain Specifies the value of the rule domain. Use this argument with the create, add, or listaccessors functions. -role Specifies the role name. -group Specifies the group name. Use this argument with the add function. -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 Install the default authorization rules for applications and utilities: Copy install_authorization_rules -u=Tc-admin-user -p=password -g=dba -install Create authorization rule for the APP_1 application: Copy install_authorization_rules -u=Tc-admin-user -p=password -g=dba -create -name=APP_1 -ruledomain=application Add the GRP_1 group as a valid accessor for the APP_1 application: Copy install_authorization_rules -u=Tc-admin-user -p=password -g=dba -add -name=APP_1 -ruledomain=application -group=GRP_1 List all the accessors for the APP_1 application: Copy install_authorization_rules -u=Tc-admin-user -p=password -g=group -listaccessors -name=APP_1 -ruledomain=application List all application names for which rules are defined in the database: Copy install_authorization_rules -u=Tc-admin-user -p=password -listapplications List all utility names for which rules are defined in the database: Copy install_authorization_rules -u=Tc-admin-user -p=password -listutilities Related Topics Data Access Management
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/coz1737253683897/qgp1737253684093/install_admin_authorization_rules.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)