Documentation Center

Modifying your Safeguard configuration

Change the Safeguard configuration files to make Safeguard work in combination with the upgraded Content Manager server. Note that Safeguard will not work in combination with a legacy setup.

Procedure

  1. If you do not have a Safeguard API key yet, visit http://dev.activestandards.com/ to obtain one.
  2. Access your Content Manager server.
  3. Navigate to the folder %TRIDION_HOME%\web\WebUI\Editors\Safeguard\Configuration\
  4. Open SafeguardEditor.config for editing.
  5. If this is an old Safeguard configuration file (that is, if it contains one or more publication sections with divisionIdentifier and quickCheckURL child elements), do the following:
    1. Within the clientconfiguration section, create the following subelements:
      <contextURL>http://dqm.crownpeak.com/safeguard</contextURL>
      <apiAstKey>APIKEY</apiAstKey>

      where APIKEY is your Safeguard API key.

    2. Replace every publication section with a websiteId element. This new element has a pub attribute whose value should be that of the id attribute of the old publication element, and its contents should be those of the publication element's divisionIdentifier child element. For example:
      <publication id="17">
        <divisionIdentifier>55d632e121c082180121c45da19a5670</divisionIdentifier>
      </publication>

      should be replaced with:

      <websiteId pub="17">55d632e121c082180121c45da19a5670</websiteId>
  6. Alternatively, if you have a new Safeguard configuration file, without publication or divisionIdentifier elements, change the value of the contextURL element from http://www.activestandards.com/my/ to http://dqm.crownpeak.com/safeguard.
  7. Save and close SafeguardEditor.config.
  8. Open SafeguardModel.config for editing.
  9. Find the ActiveStandardsServiceUrl element and set its value to https://api.crownpeak.net/dqm-cms/v1/.
  10. Save and close SafeguardMode.config

Results

Your Safeguard configuration is now ready for migration or upgrade. Running the Content Manager installer will migrate or update your configuration. After running the installer, the configured settings are available in the slide-out navigation Settings screen.