-
Notifications
You must be signed in to change notification settings - Fork 3
Downloading the Code
Steve Ives edited this page Jul 11, 2018
·
6 revisions
There are two ways to obtain the code for the environment:
- Clone the GIT repository.
- Download the code in a ZIP file.
- Ensure that you have GIT for Windows command line tools installed.
- Open a Windows command prompt and move to the folder where you would like to download the code (a new sub-folder will be created automatically when you clone the repository).
- Execute the following GIT command:
git clone https://github.com/SteveIves/SqlReplicationIoHooks.git
- Use a web browser and go to https://github.com/SteveIves/SqlReplicationIoHooks
- Click the green Clone or Download button ans select Download Zip.
- Extract the zip fine in your chosen location.
After obtaining the code there is a one-time setup step that you will need to follow. The commands for this are in a batch file named setup.bat that you will find in the root folder of the development environment. Open a command prompt, go to the root folder and execute the batch file. The batch file does the following things:
- Loads the repository schema into a repository database in the RPS folder.
- Loads two sample ISAM files in the DAT folder.
- Creates the replicator queue ISAM file in the DAT folder.
- 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