(Optional) Step 6 - Move the DbSettings.xml to the Newly Defined IIS CAPS Path

This step is not required if you are performing an upgrade.

  1. Copy the DbSettings.xml file from the old path (review Step 3 - Rename the IIS Folder, and verify the default CAPS IIS installation path), and then using Microsoft Windows Explorer, navigate to that path (for example, [Drive]:\Simphony2\IISCAP_Backup\IISCAPS\DbSettings.xml).
  2. Paste the DbSettings.xml file in the new path: [Drive]:\Simphony2\EgatewayService\IISCAPSServiceHost.
  3. Edit the DbSettings.xml file to update the CAPS database password; this means to delete the previously existing password value on epw (encrypted format) and enter the password again with pwd (ClearText). For example:
    <root>
    <db
    alias="CPServiceDb"
            dbType="sqlserver"
            dataSource="xxxx"
            catalog="xxxxxxx"
            uid="xxxxxxxxx"
            pwd=”CAPSDBPassword”
            port="1433" />
    </root>