Hello everyone,
we're experiencing a recurring issue with Veeam Backup & Replication running on Windows Server 2022.
At random intervals, the Veeam.Backup.Service
stops unexpectedly and cannot be restarted, except by performing a full server reboot.
IIn the Svc.VeeamBackup.log
, we consistently see the following error when attempting to start the service:
Info (3) ------- Started new session of Veeam Backup Service -------
Error (3) Failed to start service.
Error (3) Failed to create desktop VeeamBackupServiceDesktop (ERROR_ACCESS_DENIED) (System.Exception)
Full log is attached for reference.
We ran whoami /priv
and noticed that the SeCreateDesktopPrivilege
is missing from the effective privileges of the LocalSystem
account, which Veeam is using to run the service.
From what we understand, this privilege is either:
-
No longer assigned by default on Server 2022,
-
Or possibly restricted due to a GPO or security hardening policy.
We could not find a way to assign SeCreateDesktopPrivilege
via secpol.msc
or GPO, as it's not exposed in the GUI.
Thank you in advance