Manual

Table Of Contents
20 GMC-I Messtechnik GmbH
5.2.3 Installing the Synchronization Service
IZYTRON.IQ BackEnd SyncService.msi
Description
This setup installs the synchronization service. It’s installed as a standalone Windows service with the name IZYTRONIQ BackEnd Sync-
Service”.
Comments
The service must be installed to the same server as the application server.
Configuration
Installation directory: %Programfiles%\Gossen-Metrawatt\IZYTRON.IQ BackEnd SyncService
The configuration file is located in the installation directory and its name is IZYTRON.IQ.SyncSvc.exe.config.
Note: If the service (IZYTRON.IQ BackEnd SyncService) has been started automatically after installation, it should be stopped for the
purpose of configuration.
The following lines must be changed in the IZYTRONIQ.SyncSvc.exe.config file.
<serviceCertificate findValue="[certificate thumbprint]" storeLocation="LocalMachine" storeName="My" x509FindType="Find-
ByThumbprint" />
Enter the fingerprint or thumbprint of your utilized certificate in uppercase letters without blanks in place of [certificate thumbprint].
Example:
<serviceCertificate findValue="[certificate thumbprint]" storeLocation="LocalMachine" storeName="My" x509FindType="Find-
ByThumbprint" />
The connection to the local synchronization service database is configured with the name “SyncService” in the <connection-
Strings> section of the IZYTRONIQ.SyncSvc.exe file.
The path to the instance must be modified if necessary under “DataSource= (local)”, for example “DataSource=(local)\SQLEXPRESS”,
and “(local)” must be replaced with the computer’s name if applicable.
We recommend adding the following entry to the line: “;MultipleActiveResultSets=True”.
Note
The Web.config file of the IZYTRONIQ application server can be changed
by copying the modified <serviceCertificate> tag from the IZYTRO-
NIQ.SyncSvc.exe.config file and inserting it at the appropriate place in the
Web.config file.