Hello,
the following errors occur in the Windows Application Event Log Viewer when VeeamEndpointBackupSvc is starting:
Code: Select all
Log Name: Application
Source: SQLLocalDB 11.0
Date: 24/11/2020 09:19:03
Event ID: 528
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: LOCALCOMPUTER
Description:
Windows API call WaitForMultipleObjects returned error code: 575. Windows system error message is: {Application Error}
The application was unable to start correctly (0x%lx). Click OK to close the application.
This event appears twice.
Code: Select all
Log Name: Application
Source: VeeamEndpointBackupSvc
Date: 24/11/2020 09:19:03
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: LOCALCOMPUTER
Description:
Service cannot be started. System.Exception: Error occurred during LocalDB instance startup: SQL Server process failed to start.
at Veeam.Common.CSqlLocalDb.ThrowLocalDbException(Int32 errorCode, String function)
at Veeam.Common.CSqlLocalDb.CreateInstance(String instanceName)
at Veeam.EndPoint.CEndPointServiceImpl.PrepareSqlInstanceImpl(ISqlLocalDbAccessProvider sqlLocalDbAccessProvider, DatabaseFile databaseFile, Boolean recreateDatabase, Boolean reattachDatabase)
at Veeam.EndPoint.CEndPointServiceImpl.PrepareSqlInstance(DatabaseFile databaseFile, ISqlLocalDbAccessProvider sqlLocalDbAccessProvider)
at Veeam.EndPoint.CEndPointServiceImpl.InitDb(DatabaseFile databaseFile)
at Veeam.EndPoint.CEndPointServiceImpl..ctor(CVbOptions options, CTerminationMediator terminator, CExternalEventHelper externalEventHelper)
at Veeam.EndPoint.EndPointService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
Re-installing as well as disabling the firewall did not resolve this issue.
Any help is appreciated.