Greetings,

My Veeam backus aren’t running anymore. When I start my backup everyting keeps black and stopped after 25 min.

I have restarted the server and services but no success.

9 Spice ups

Look in event logs for clues

Make sure backup targets are accessible

refresh your backup targets in the backup respoitories

HI @rod-it ​,

Thank you for your anwers, I just tried this.I see an message now “interactive services detection”. When i click on show the message I see a black cmd screen.sattelite.jpg

And if you click return?

What Veeam version and what OS?

When i click return nothing works in veeam.

Veeam version: 9.5.4.2866

OS: Winows Server 2008 R2 standard

2008 R2 is EOL.

Why not move Veeam to something newer then see if the issue goes away

we have no licence to move it to a newer os. We are waiting for our new server in 3 months.

That is a long time to run an unsupported OS, it’s not like there hasn’t been many years to be able to plan this.

Are you in contract with Veeam, have you been in touch with them?

Check the SQL server that Veeam writes to, a) is online, b) has space

sql server is online and have more than enough space.

And what did you find in the event logs?

It doesn’t look like this is recently broken either

These are the 2 error i can found in the eventviewer.

I see 2 error in the event viewer:

Event1026, .NET Runtime:
Application: Veeam.Backup.Satellite.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.UnauthorizedAccessException
at Microsoft.Win32.RegistryKey.Win32Error(Int32, System.String)
at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(System.String, Microsoft.Win32.RegistryKeyPermissionCheck, System.Object, Microsoft.Win32.RegistryOptions)
at Microsoft.Win32.RegistryKey.CreateSubKey(System.String, Microsoft.Win32.RegistryKeyPermissionCheck)
at Veeam.Backup.Configuration.V65.RegistryConfigurationController.Create(System.String, Boolean, Microsoft.Win32.RegistryView)
at Veeam.Backup.Common.COptions…ctor()
at Veeam.Backup.Common.SOptions.CreateInstance()
at System.Lazy1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CreateValue() at System.Lazy1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].LazyInitValue()
at Veeam.Backup.Common.SOptions.get_Instance()
at Veeam.Backup.Core.SHierarchyLoaderFactory.Create()
at Veeam.Backup.Satellite.Program.Main(System.String)

event 1000, Application Error:
Faulting application name: Veeam.Backup.Satellite.exe, version: 9.5.4.2866, time stamp: 0x5d16e44f
Faulting module name: KERNELBASE.dll, version: 6.1.7601.24384, time stamp: 0x5c6e248c
Exception code: 0xe0434352
Fault offset: 0x000000000000be0d
Faulting process id: 0x1230
Faulting application start time: 0x01d617c1de093770
Faulting application path: C:\Program Files\Veeam\Backup and Replication\Veeam.Backup.Satellite.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 1d4f2968-83b5-11ea-9ba7-28924a2d57d3

You need to replace this file KERNELBASE.dll, it’s known to cause issues and you’ll find many articles online about it.

You will likely need to boot up in to a live linux OS to replace it

2 Spice ups