TeamcenterKnowledge

Install and configure TcIF

Update config.cfg to run Aurora.bat

IPPTCAuroraConnectorBundle_2412/config.cfg contains the following:

Note: Use / instead of \ while specifying file path in config.cfg.

Attribute User Action
teamcenter-site-id Enter the Teamcenter site ID. The site ID should be the same as that configured in TcIF. Go to the %TC_ROOT%/fsc/fmsmaster_FSC_hostname_<installing>_<user>.xml file and copy the value of the enterpriseid site identifier.
rmi-port Specify the RMI port on which the RMI registry will start. The TC-Aurora connector client and the TC-Aurora connector server communicate with each other using this RMI port, for example, 5000.
aurora-config-file-path Specify the file path of apiClient.ini. This file can be located under <AuroraServer>/config. If the Aurora server is installed on the same server, the user can specify the same path. If installed on a different server, copy the file from the Aurora server location and paste it where the TC-Aurora connector is installed to specify the path.
credential-encrypt-file-path Enter the file path of the encrypted.enc file that was generated during TcIF Admin and Aurora API client password encryption. Update the path to <tc-aurora-connector>/scripts_wntx/encryptpass/encrypted.enc.
cipher-properties-file-path Enter the file path of credentialsCypher.properties. Update the path to <aurora-connector>/scripts_wntx/encryptpass/credentialsCypher.properties.
aurora-saved-model-dir Create a Saved_Models directory and specify the path. Make sure that it has read and write access. This directory is used to save the models as .cmp files by the Aurora API client. Default path: <tc-aurora-connector>/scripts_wntx/config/Saved_Models.
tcif-rest-base-URL Enter the TcIF REST URL. This value should be the same as the value of the Teamcenter TcIF_REST_BASE_URL preference. Note: http://hostname:8090/tcif/rest
use-default-queue-for-export Enter Yes or No. This configuration identifies whether to use the default queue IPPEQueueForDataExchange or to create a new queue for each model in Teamcenter and name the queue with the Model ID.
ExtSch-TCProperty-mapper-file-path This is the mapper file which gives the information about the properties mapped from Teamcenter to Aurora. Enter the file path where PropertyMapper.cfg is located.