/
Signifikant Service Stops
Signifikant Service Stops
Problem
The Signifikant Service stops unexpectedly and tasks controlled by it stops. E.g. scheduled imports of customers stop.
Solution
In some versions, imports have caused stop of service. A quick workaround is to schedule a windows task to restart the service at a regular interval.
Add a script at e.g. D:\Signifikant\Scripts\RestartSignifikantService.cmd
Content example as below.Use Windows Task Scheduler to start the script at a regular interval
The following example script will restart the service named “SignifikantImportService”. Please lookup the exact name of the service in the “Services list” and adapt the script accordingly if necessary.
net stop SignifikantImportService && net start SignifikantImportService
Related articles
, multiple selections available,
Related content
Service Desk - Customer guide
Service Desk - Customer guide
More like this
Technical instruction - Timeout used in Signifikant
Technical instruction - Timeout used in Signifikant
More like this
Installation update
Installation update
More like this
Windows Service installer finishes correctly but service is missing
Windows Service installer finishes correctly but service is missing
More like this
Signifikant Manager, client-only installation
Signifikant Manager, client-only installation
More like this
Technical instruction - Platform requirements
Technical instruction - Platform requirements
More like this