Install Server Service: Difference between revisions
Jump to navigation
Jump to search
(Created page with "If you already use the Email Connector or Alerts Server or Report Scheduler then you can skip this section as the CommitCRM Server service is already installed and...") |
m (Dina moved page Install CommitCRM Server Service to Install Server Service) |
(No difference)
|
Revision as of 13:56, 22 March 2020
If you already use the Email Connector or Alerts Server or Report Scheduler then you can skip this section as the CommitCRM Server service is already installed and there is nothing more you need to do.
Install Service
This part of the installation should be performed on the server itself.
Automatic installation (requires CommitCRM 14 and up)
Log in to to your Server with a Window's Administrator account and run the installer from:
<Installation_DIR>\CommitCRM\Utils\Install\InstallServerSideWindowsServices.exe
OR -
Manual installation
- Open a command prompt window: Right-click the command prompt icon and and choose 'Run As Administrator'.
- Type the following command:
Note: The <Installation_Dir> must refer to a LOCAL server path (e.g. c:\ or D:\Software, etc.) and NOT to a shared network name/path.<Installation_DIR>\CommitCRM\Server\CommitServer.exe -install
- Wait for a success message to appear, indicating the service was installed successfully.
- Open the Windows Services Management windows from Control Panel > Administration Tools > Services.
- Verify that a Windows service called CommitCRM Server is now displayed in the services list.
- If the service is not there, make sure again that you are running the command prompt Window using 'Run as Administrator' and try again.
Running CommitCRM Server Service
- Open the Windows Services Management windows from Control Panel > Administration Tools > Services.
- Locate the CommitCRM Server service and start the service (right-click > Start).
- Make sure that it is set to start automatically with a 'Delayed Start' (Startup type > Automatic Delayed Start) each time the server is restarted.
Uninstall Service
To Uninstall CommitCRM Server service:
- Open the Windows Services Management windows from Control Panel > Administration Tools > Services.
- Stop the CommitCRM Server service.
- Open a command prompt window: Right-click the command prompt icon and and choose 'Run As Administrator'.
- Type the following command:
<Installation_DIR>\CommitCRM\Server\CommitServer.exe -uninstall