eWayTimer cannot launch

Description

eWayTimer cannot launch. If you try, this notice will appear: "The eWayTimer service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."

The eWayTimerLog.txt file displays:

2014-10-07 00:00:12,433 [4] FATAL eWayTimer.Timer [(null)] - Failed to start the service.
System.InvalidOperationException: Unable to start Timer because service 'MSSQLSERVER' is not registered
at eWayTimer.Timer.WaitUntilSqlServerIsInitialized(String serviceName)
at eWayTimer.Timer.InitializeItemStore(String connectionString)
at eWayTimer.Timer.StartWorking()

Version

All versions of eWay-CRM

Difficulty

Medium

Resolution

Check whether there is correct setting of Microsoft SQL Server in the web config including the instance name.

It can occur the error that there is set "localhost" instead of ".\PRODUKCE". Even though "localhost" works, eWayTimer cannot process it. You need to set it to ".\PRODUKCE".