WatchDog Installation Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Access WatchDog Settings
Navigate to Settings → Document Processing → WatchDog.
Folder Settings
Define the paths where WatchDog finds and processes documents.
The folder paths should match those created during installation:
C:/WatchDog/Read
C:/WatchDog/Processed
General Settings
Select the document types to process by checking the corresponding checkboxes
Export Configurations
Displays all configured exports for on-premise processing.
Shows the timestamp of the last successful connection for each configuration.
Create Required Folders
Create a main directory: C:/WatchDog
Inside C:/WatchDog
, create the following subfolders:
C:/WatchDog/Read
C:/WatchDog/Processed
Download WatchDog
Download the latest version of WatchDog.exe
from:
https://github.com/Fellow-Consulting-AG/ActualWatchdog/releases
Place the downloaded WatchDog.exe
file in C:/WatchDog
.
Install WatchDog
Open Command Prompt (CMD) with Administrator rights.
Navigate to the WatchDog folder
Run the following command to install WatchDog:
WatchDog.exe install
The configuration window will open automatically.
Configure Settings
Navigate to the Settings tab in the configuration window.
Adjust the settings as needed.
Click Save.
Reinstall the Service
To apply the new settings, rerun the installation command:
WatchDog.exe install
Start the WatchDog Service
Run the following command in CMD:
WatchDog.exe start
Set Startup Type
Open Services (Press Win + R
, type services.msc
, and press Enter).
Locate WatchDog in the service list.
Double-click to open its properties.
Set Startup Type to Automatic (Delayed Start).
Click OK.
Stop the Service
Open Command Prompt (CMD) with Administrator rights.
Navigate to the WatchDog folder
Run the following command:
WatchDog.exe stop
Remove the Service
Execute the following command in CMD:
WatchDog.exe remove
Reset Configuration
Delete or rename the existing configuration file in C:/WatchDog
.
Re-download WatchDog.exe
if needed from:
https://github.com/Fellow-Consulting-AG/ActualWatchdog/releases
Place WatchDog.exe
in C:/WatchDog
.
Reinstall the Service
Run the installation command:
WatchDog.exe install
Enter the configuration settings and click Save.
To apply the configuration, run the command again:
WatchDog.exe install
Start the Service
Run the following command to start WatchDog:
WatchDog.exe start