Integration utilities > Linked Data Framework utilities
create_botype_reader
Supports adding new resources and datasets to new Linked Data Framework domains. Syntax create_botype_reader [-u=user-id {-p=password | -pf=password-file} -g=group] [-mode=map_schema|resource] [-type=type-name] [-protocol=protocol-name] [-versions=protocol-version] [-domain=domain-name] [-file=file-path] [-f=create|validate|list] [-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. -mode=map_schema|resource Specifies whether to create a mapping file or a new resource. -type Specifies the name of dataset or resource. -protocol Specifies the Linked Data Framework protocol. -versions Specifies the version of the Linked Data Framework protocol. -domain Specifies the domain to which dataset or resource is being associated. -f Specifies whether to create, validate, or list the semantic data. You can use the following values: create: Creates a dataset that contains mapping information. If the dataset exists, the named reference of the latest data is replaced with the new dataset named reference after the validation is done. validate: Checks if the Teamcenter type follows the same hierarchy as the extended semantic types. list: Lists information about each semantic and Teamcenter type in the file specified by the -filename argument. The listed information consists of Teamcenter attributes, Teamcenter classes and its attributes for the given semantic type, relations that can be associated with the semantic type, and the OSLC mapping for the relation for consumer and provider use cases. -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 Adding a new class: Copy create_botype_reader -u=Tc-admin-user -p=password -g=group -mode=resource -type=Cus0RMResourceAttrHelper -protocol=oslc -versions=2.0 Copy -domain=rm Create a new mapping schema: Copy create_botype_reader -u=Tc-admin-user -p=password -g=group -mode=map_schema -domain=rm -f=create -file=d:\RM_Attr_Mapping_Dataset.xml
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/zrm1737253709814/ndp1737253709894/xid1046303.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)