Running DCS Configuration Scripts

You must run the following scripts to complete DCS configuration for CCF:

  • RegisterCCFServices: This script registers CCF Services in the DCS Server.
  • SwitchOnDCS: This script initiates the DCS services.

To register DCS in the CCF Server:

  1. Copy the RegisterCCFServices.bat from <InstallDir>\Others.

  2. Paste the file in the folder <DCS Install Path>\Microsoft CIS\DCS Business Logic Visual Studio Extensions\ServiceModelReg on the DCS Server.

  3. Open the command window and set the current directory to <DCS Install Path>\Microsoft CIS\DCS Business Logic Visual Studio Extensions\ServiceModelReg.

  4. Type in the following command and press Enter:

  5. RegisterCCFServices <CCF Server Name>

  6. CCF server Name is the machine where CCF services are installed.

You must update the configuration settings in the database by running the SQL Script SwitchOnDCS.sql from the folder <InstallDir>\Data\Scripts\DCS.

To switch on DCS Services:

  1. Stop IIS.
  2. Open Start -> All programs -> Microsoft SQL Server 2008 -> SQL Server Management Server.
  3. Copy the SwitchOnDCS.sql script from the CCF Install location <InstallDir>\Data\Scripts\DCS.
  4. Run the SQL Script in the CCF Database.
  5. Restart IIS