Configure the Whitelist Element for Data Sources
You must configure the whitelist element in the CDM.config file so that CDM can connect successfully to data sources. Each new data source must be whitelisted.
- Open CDM.config on the computer where the CDM Server has been installed. The default location is C:\inetpub\wwwroot\CertentCDM-Server\Config.
- Locate the
addkey inside theDataSources\Whitelisteelement:<add name ="Any data source" serverName="*" /> - Modify the key by making these changes:
- Enter a unique value for the
nameparameter. - Enter the name or the IP address of the database server as a value for the
serverNameparameter.
Tip: You can use these wildcards: * which represents any sequence of zero or more characters, and ? which represents any single character.
- Enter a unique value for the
- For each data source you want to connect to, add a new
addkey, and specify new values for thenameandserverNameparameters. - Save the changes to the CDM.config file.
You can now use CDM to add a data source and then connect successfully to the database server.