Deploy the Curation Service

Step 1. Extract the Curation Service Files

  1. Extract the curation service to a directory on the processing machine. For example, C:\ColecticaCurationService\.

    Note

    Before extracting the ZIP file, make sure Windows does not have the file blocked. This may be the case if you downloaded the ZIP file over the Internet. To unblock the file, right click the file, choose Properties, and click the Unblock button if one exists. If there is no Unblock button, the file is not blocked.

Step 2. Update Curation Service Data Connection Strings

  1. If there is not a file named ConnectionStrings.config, rename ConnectionStrings.config.dist to ConnectionStrings.config

  2. Update the connection string named ColecticaRepository for the Colectica Repository database, which should be accessible to the service.

  3. Update the connection string named DefaultConnection for the Curator database, which must be accessible to the service.

Step 3. Install the Curation Service

  1. Install the curation service using the install.bat file provided with the installation. As an Administrator, run:

    install.bat
    
  2. Open the Services manager from the Administrative Tools.

    ../../../_images/services-colectica-curation-service.png
    1. Set the appropriate service account to run the service.

    2. Ensure the service account has the correct disk and database permissions.

    3. Ensure the service is set to start automatically.

    4. To start the Curation Service, right click the service and choose Start.

Step 4. Test

  1. Make sure the Curation Service started in the previous step.

  2. Be sure there are no reported errors once you start the service.

    1. If run under the Network Service account, the service log will appear in C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Colectica\Logs

    2. If run under another account, the service’s log will be in %appdata%\Roaming\Colectica\Logs