Configure the Installation Properties for a PLM Agent¶
This example shows how to configure the Agent Installation Properties for an aP Connect PLM Agent installation.
The properties that you must configure depend on the type of PLM Agent that you are preparing to install.
For more information, see Installation Configuration Properties.
Windchill Tomcat compatibility note
See Important Information regarding the Windchill Tomcat security patch
Prerequisites¶
Before proceeding, complete all the preceding prerequisites for installing a PLM Agent that are listed in PLM Agent Installation Prerequisites.
Configure Installation Properties¶
- Navigate to the installer folder that you created on the machine or server that you are going to install the Agent to.
- Open the
options.inifile. -
In the [General] section specify values for these properties:
Property Description Required (R) or Optional (O) Preset / Default installDirectoryAppended full path to the Agent installation folder R – portAgent communication port O 8820 auth-token-header-nameAuthentication token header name O Authorization auth-tokenAuthentication API key R – -
For the [CostInsightConnectProperties] section, specify these values.
Tip:
You can copy and paste the values for some propertiesfrom, the Connection information for the Connector that you created in aP Connect. For more information, see Create a File System Connector.
Property Description Required (R) or Optional (O) Preset / Default urlaP Connect web address (URL) R – appKeyApplication Key to connect to aP Connect R – scanRateConnectivity scan rate R – reconnectionIntervalReconnection interval, in seconds, if a disconnection occurs O 3 agentIdID of the associated Connector in aP Connect R – plmTypeType of agent ( teamcenter, orwindchill)R – Windchill Tomcat compatibility note
See Important Information regarding the Windchill Tomcat security patch
-
For the [PLMProperties] section, specify the values for properties that are applicable to your PLM system.
This table describes the properties for different PLM systems and indicates whether it is required (R), optional (O), or not applicable (–) for TeamCenter® (TC) and Windchill® (WC) integrations.
Property Description Required (R) or Optional (O) – TC Required (R) or Optional (O) – WC Required (R) or Optional (O) – EN Preset / Default hostNameName of the machine that the Agent is installed on. R R R – userPLM system log-in username R R R – passwordPLM system password R R R – fscurlFile Management System Server Cache URL R – – – rootFolderPathAppended full path to the aP Connect Root Folder O O O – csrfTokenTimeoutSecondsCSRF token timeout in seconds – O – 7200 maxPartsToReturnMaximum number of components that a Workflow query can return. The upper bound is 250.O O O 250 itemTypeRevisionsList of item type revisions to be processed O – – ItemRevision authenticationProtocolAuthentication protocol used to authenticate against PLM system. Valid options: basic or oauth – O – basic windchill.plmHealthEndpointAllows Windchill PLM integrations to specify the endpoint that the aP Connect Agent pings to validate its connection to your Windchill PLM system. – – R – -
For a Windchill® PLM integration for which the authenticationProtocol property is set to oauth, specify values for these properties.
Property Description Required (R) or Optional (O) tokenUrlOAuth token URL R clientIDClient ID to be used R clientSecretClient Secret to be used R tokenScopesComma separated list of Token Scopes to be used O tokenAudienceToken audience to be used O -
Save and close the
options.inifile.