Manual
Table Of Contents
- 1 System requirements for local and client installation
- 2 Versions of IZYTRONIQ
- 3 Downloading BUSINESS and CLOUD Variants
- 4 Initial installation of BUSINESS Starter / Advanced / Professional / Premium
- 5 Initial installation of the ENTERPRISE Variant
- 6 Licensing
- 7 Update
- 8 Uninstallation
- 9 Login / Logout
- 10 Basics of operation
- 11 Home screen
- 12 Main modules
- 12.1 Module for portable objects
- 12.2 Module for stationary objects
- 12.3 Test device management
- 12.4 User management
- 12.5 Recycle bin
- 12.6 Settings
- 12.7 Synchronization (ENTERPRISE Ultimate only)
- 12.8 Help
- 13 Lists
- 14 Print
- 15 Document management
- 16 PUSH/PRINT
- 17 Sequence editor
- 18 Automatic process control for a test – remote function
- 19 Working in multi-user mode (floating license)
- 20 Data replication using the server
- 21 Editing report templates
- 22 SECUTEST/SECULIFE ST – first steps
- 23 PROFITEST – first steps
- 24 METRAHIT – first steps
- 25 NEXONIQ
- 25.1 License – Right of Utilization – Activation
- 25.2 Download
- 25.3 System Requirements of Local and Client Installation
- 25.4 Setup of User Interface
- 25.5 Reading out data from test instruments the formats of which are not compatible with IZYTRONIQ
- 25.6 Data import from ETC file
- 25.7 Importing the converted files into IZYTRONIQ
- 26 VIDEOS – Tutorial
- 26.1 “Sequence editor”Function “Input, change, list” – Portable Objects
- 26.2 Structure of the index cards – portable objects
- 26.3 File import – portable objects
- 26.4 Conflict manager – portable objects
- 26.5 Function “Input, change, list” – stationary objects
- 26.6 Structure of the index cards – stationary objects
- 26.7 Management and creation of test instruments
- 26.8 User management – BUSINESS Version except Premium variant
- 26.9 Global settings
- 26.10 Catalogs
- 26.11 Lists
- 26.12 Generation of test report
- 26.13 Push/Print
- 26.14 Sequence editor
- 26.15 Editing report templates
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.