Documentation Center

Connecting to Trados Enterprise

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

  1. Open the TranslationManager.xml file in a text editor.
    By default, the file is located in your %TRIDION_HOME%\config directory.
  2. In the <TmsServer> section, enter the URL to the Trados Enterprise system and set the following required attributes:
    AttributeDescription
    portPort number used by Trados Enterprise
    compressionThe Boolean indicating whether to compress data transfer or not
    sslThe Boolean indicating whether to use Secure Socket Layer protocol, or not, for secure communications
    apiKeyThe 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>
  3. Save and close the file.