Documentation Center

Configuring the connection to Draft Companion

All the necessary functionality is present in Content Manager for enabling Draft Companion. It just needs to be enabled by adding connection properties to the appropriate XML elements.

Before you begin

To configure the connection, you require the necessary authentication properties. Contact RWS Customer Support to obtain one of the following:
  • If you are using the RWS Cloud environment, obtain values for a role property and a region property.
  • If you are not using the RWS Cloud environment, obtain values for an access key ID property, a secret access key property and a region property.

Procedure

  1. Sign in to Organize Space.
  2. On the top tab level, select the Settings tab.
  3. On the second tab level, select the XML Settings tab.
  4. On the third tab level, select the AI Assistant tab.
  5. If you are using the RWS Cloud environment, uncomment the <connection> section's role and region properties, and enter the values you received for each from RWS Customer Support.
    <connection>
    	<property name="numberOfRetries">3</property>
    	<property name="requestTimeoutSec">60</property>
    	<property name="role">ROLEVALUE</property>
    	<property name="region">REGIONVALUE</property>
    </connection>
  6. Alternatively, if you are not using the RWS Cloud environment, uncomment the <connection> section's accessKeyId, secretAccessKey and region properties, and enter the values you received for each from RWS Customer Support.
    <connection>
    	<property name="numberOfRetries">3</property>
    	<property name="requestTimeoutSec">60</property>
    	<property name="accessKeyId">ACCESSKEYIDVALUE</property>
    	<property name="secretAccessKey">SECRETACCESSKEYVALUE</property>
    	<property name="region">REGIONVALUE</property>
    </connection>
  7. Select Save to apply your changes.