-
Notifications
You must be signed in to change notification settings - Fork 3
Setting Up the Synergy OpenNET Server
If the SQL Server database is on a different server than the replicator process then you will need to start and configure the Synergy OpenNET Server on the Windows system that hosts the SQL Server database. This requires you to install Synergy/DE "Core Components" and "Connectivity" on the database server. Assuming the server is running 64-bit Windows you should install 64-bit Synergy. In the unlikely event that your server is running 32-bit Windows, install 32-bit Synergy.
In this scenario the Windows server will need permanent access to two Synergy licenses:
-
A SQL Connection for SQL Server license (SCSQ10) to allow the remote replicator process to connect to the SQL Server database via the Synergy OpenNET server.
-
A Synergy runtime license (RUN10) to allow you to run the FileService server to support bulk uploads (more later).
After installing Synergy, start a copy of notepad as administrator, then edit the following file:
C:\WINDOWS\SYSTEM32\drivers\etc\services
Add the following line to the file:
vtxnet 1958/tcp #Synergy/DE OpenNET Server
Close and save the file.
You can register and start the Synergy OpenNET server as a Windows service by using the Synergy Configuration Program, which you can access from the windows control panel.
- Run the windows control panel (control.exe)
- Search for the word Synergy, then click on the Synergy Control Panel icon to start the utility.
- Click on the link for the Synergy Configuration program (64-bit).
- In the Synergy Configuration Program, go to the Connectivity Series tab.
- Click on the Add Service button to register the OpenNET server as a Windows Service.
- Click on the Start Service button to start the service.
In the future the service will start automatically when Windows starts.
It is a good idea to verify that you can access the OpenNET service from the system that you intend to run the replicator process from. You can do this using the VTXPING utility. The important thing is that you see the "alive and kicking" message. For example:
C:\> vtxping -p1958 SISQL2017`
VORTEXping - Network Checker.
Version 4.0.0.17 - Production.
Copyright ⌐ 1989-2016, Trifox, Inc., California, USA.
All Rights Reserved Worldwide.
Pinging 'SISQL2017'.
vtxnetd is alive and kicking (1st attempt).
Host process ID : 3808
Requires byte flipping: No
Requires SSL : No
Character set - Client: ASCII
Host : ASCII
- Introduction
- Getting Started
- Downloading the Code
- Setting up the Environment
- Setting up SQL Server
- Setting the Database Connect String
- Database Commit Modes
- Setting up the Synergy OpenNET Server
- Setting up the FileService Server
- Configuring the Replicator Environment
- Running Multiple Instances
- Changing Field Data Types
- Excluding Fields From Replication
- Excluding Keys from Replication
- Building the Sample Environment
- Running the Sample Programs
- On Windows
- On UNIX or Linux
- On OpenVMS
- FileService