Previous Topic: Reconfigure Connections to the Classification CacheNext Topic: Use an SSL Secured Cache


Use the Cache DSA

Reconfigure the CCS to use the Cache DSA.

  1. Open the web.config configuration file on the primary CCS server

    Find web.config on the CCS server in the \CCS subfolder of the CA DataMinder installation folder.

  2. Go to the following line:
    <ccscache 
    
      enabled="true"
      LDAPServer="[DSA host computer]" 
      LDAPPort="[DSA port number]" 
      minConnections="[n]" 
      maxConnections="[n]" />
    
  3. Edit the parameters as required:
    LDAPServer

    Specifies the name of the CA Directory server hosting the classification cache.

    LDAPPort

    Specifies the port number that the classification cache uses to listen for the CCS .

    Note: The CCS installer prompts for this port number.

    maxConnections

    Defaults to 20. Specifies the maximum number of concurrent connections between the CCS and the classification cache.

    You may need to increase the maximum connections if the CCS web service experiences a high volume of classification queries, causing queries to repeatedly time out before the cache returns a classification result.

  4. Save the changes to web.config.

    ASP.NET detects the configuration change and automatically restarts the CCS web service. However, you can manually restart Microsoft IIS if you want to be certain that your cache configuration changes have been implemented.