-
Notifications
You must be signed in to change notification settings - Fork 3
Starting and Stopping FileService
Steve Ives edited this page Jul 11, 2018
·
1 revision
The Windows service may be started and stopped in several ways:
- From the Services tab in Task Manager.
- From the Services control panel (services.msc).
- From the command line
net stop FileService
net start FileService
- 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