Manual

Table Of Contents
GMC-I Messtechnik GmbH 21
Example:
<add name=“SyncService” providerName=“System.Data.SqlClient” connectionString=“Data Source=(local);Initial Catalog=SyncSer-
vice;Integrated Security=True;MultipleActiveResultSets=True”/>
In order to make it possible for the service to create the SyncService database when it’s started, it must be started via a user account which is
capable of creating databases.
The following figure shows an example of how the service is accordingly set up using an account which has corresponding SQL
server-side authority as a “dbcreator”.
After the service has been started, checking can be conducted to determine whether or not the “SyncService” database has been suc-
cessfully created.
After it has been installed to the IZYTRONIQ backend server, the synchronization service should be checked for correct functioning with
the help of a web browser and the following link: “https://<certificate path>/SyncService”.
The synchronization service can be subjected to additional testing for correct functioning with the help of the following link:
“https://<certificate path>/bits”.
It’s advisable to set the service’s start mode to “Automatic (Delayed Start)”.