TeamcenterKnowledge

Indexing and search utilities

aw_search_config_manager

Manages mapping configurations used when customizing asynchronous file content indexing. Mapping configurations specify how data extracted from non-standard files, such as CAD files, are indexed into Solr. Run the utility from the TC_ROOT\bin directory. (You can also use the TC_BIN directory if it is configured.) Syntax aw_search_config_manager -u=user-ID {-p=password | -pf=password-file} -g=group [-import -dir= config-directory] [-export -config_id= config-id -output= output-file-path] [-remove -config_id= config-id] [-list] [-h] Arguments -u Specifies the user ID. The user must have 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 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 for a user ID and password. -p Specifies the user's password. This argument is mutually exclusive with the -pf argument. -pf Specifies the password file. This argument is mutually exclusive with the -p argument. -g Specifies the group associated with the user. -import Imports the configuration files from the given directory. -dir Used with -import to specify the directory from which configuration files are imported. -export Imports the configuration files from the given directory. -output Used with -export to specify the full path, including file name, where you want the JSON configuration saved. -remove Removes a mapping configuration. -config_id When used with -export, specifies the ID of the configuration to export. When used with -remove, specifies the ID of the configuration to remove. -list Displays a list of the stored configuration IDs. -h Displays help for this utility. Examples For example, a mapping configuration file, C:\mappingConfigs\extConfig.json, contains a mapping configuration with the ID extConfig. This ID (extConfig) contains rules that allow the file content transform process to transform data extracted from external sources to a format that can be indexed and searched. Run the following command to upload all configurations present in the C:\mappingConfigs directory: Copy aw_search_config_manager -u=admin -p=pwd -g=dba -import -dir=c:\mappingConfigs Configurations present within extConfig.json are now available for use in the transform process. List all available configurations: Copy aw_search_config_manager -u=admin -p=pwd -g=dba -list Export a configuration to a JSON file: Copy aw_search_config_manager -u=admin -p=pwd -g=dba -export -config_id=extConfig -output=c:\exportedConfigs\extConfig.json Remove an existing configuration: Copy aw_search_config_manager -u=admin -p=pwd -g=dba -remove -config_id=extConfig

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/phm1737253695756/xid2021640.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)