I just upgraded a VBR 12 environment to version 13.0.1 and now I’m unable to log in to any console (including the new web console).
I’m seeing multiple errors:
Failed to sign in: unknown error.
When using “Sign in as current user”, it fails with:
Unexpected status code from SPNEGO request: 500
Additionally, in the Svc.Identity.log, I’m seeing several “Access denied” entries.
Code: Select all
[20.11.2025 11:58:05.262] <37> Error (1) Veeam.Backup.Identity.Server.InteractiveLoginService [TraceId: '800000c4-0001-f600-b63f-84710c7967bb'] Unexpected error occured
[20.11.2025 11:58:05.262] <37> Error (1) System.ComponentModel.Win32Exception (5): Zugriff verweigert
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.SystemApi.Users.AuthZ.UserContextHandle.Initialize(SecurityIdentifierHandle sidHandle, ResourceManagerHandle resourceManagerHandle)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.SystemApi.Users.AuthZ.AuthZFacade.GetUserSecurityGroupSids(SecurityIdentifier userSid)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.CDomainUserAccount.GetGroupSecurityIdentifiersByPlatform()
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.CDomainUserAccount.GetCurrentSecurityGroups()
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.SSystemAccountExtensions.GetUserGroupIds(ISystemAccount account)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.SSystemAccountExtensions.ToOsIdentity(ISystemAccount account)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.CWindowsCredentialsAuthenticator.Authenticate(String username, String password)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.IdentityService.Shared.CWindowsCredentialsAuthenticator.AuthenticateAsync(String username, String password)
[20.11.2025 11:58:05.262] <37> Error (1) at Veeam.Backup.Identity.Server.InteractiveLoginService.LoginWithCredentialsAsync(InteractiveLoginContext loginContext, InteractiveLoginParameters loginParameters, String username, String password)
[20.11.2025 11:58:05.263] <37> Error (1) Veeam.Backup.IdentityService.Pages.Login [TraceId: '800000c4-0001-f600-b63f-84710c7967bb'] Failed to perform login operation: Failed to sign in: unknown error.Code: Select all
[20.11.2025 12:01:21.429] <105> Warning (2) Could not resolve user 'NT-AUTORITÄT\SYSTEM' system identifier
[20.11.2025 12:01:21.429] <105> Warning (2) Failed to resolve identifier for user name NT-AUTORITÄT\SYSTEM (System.ArgumentException)
[20.11.2025 12:01:21.429] <105> Warning (2) at Veeam.Backup.Common.SSystemIdentifierFactory.Resolve(CUserName userName, IdentifierResolveTargetType targetType)
[20.11.2025 12:01:21.429] <105> Warning (2) at Veeam.Backup.Common.SSystemIdentifierFactory.ResolveOrNull(CUserName userName, IdentifierResolveTargetType targetType)In the Windows Security Event Log, I also see authentication errors that seem related to Kerberos.
For context, the Microsoft Server Security Baseline is applied on this system.
I attempted a full uninstall of VBR and a clean reinstall (with the intention to restore the configuration database), but even after a fresh installation, I still couldn’t log in with my personal account.
Interestingly, when I tried using the Domain Admin (SID500) account, I was able to sign in successfully.
I compared my personal admin account with the domain admin account and found no differences in AD settings or attributes—no special groups, restrictions, or membership in the Protected Users group.
However, using the domain admin (SID500) on the existing installation also fails because only a small set of accounts with MFA enabled are authorized for VBR management.
Case #07893487