The <TmsServer> element in the TranslationManager.xml file specifies connection details to Trados Enterprise. You can connect to Trados Enterprise using standard web requests using HTTPS and port 443. For more information on connecting to Trados Enterprise, see the Trados Enterprise documentation.
Procedure
- Open the TranslationManager.xml file in a text editor.
By default, the file is located in your %TRIDION_HOME%\config directory.
- In the
<TmsServer> section, enter the URL to the Trados Enterprise system and set the following required attributes:
| Attribute | Description |
|---|
port | Port number used by Trados Enterprise |
compression | The Boolean indicating whether to compress data transfer or not |
ssl | The Boolean indicating whether to use Secure Socket Layer protocol, or not, for secure communications |
apiKey | The API Key provided by your RWS representative |
The following shows an example section :
<TmsServer port="443" compression="false" ssl="true">https://lc-api.sdl.com/connectors-std-proxy/v1/cta?apiKey=API_KEY</TmsServer>
If implementing Translation Review workflow functionality, you also need to include username and password attributes, which refer the API key as follows:
<TmsServer port="443" compression="false" ssl="true" username="apiKey" password="API_KEY">https://lc-api.sdl.com/connectors-std-proxy/v1/cta?apiKey=API_KEY</TmsServer>
- Save and close the file.