Comprehensive data protection for all workloads
Post Reply
AlexLeadingEdge
Service Provider
Posts: 525
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by AlexLeadingEdge »

Can someone tell me what I'm doing wrong here?

Image

As far as I can tell none of the users can access that Registry key after the upgrade:

Code: Select all

PS C:\WINDOWS\system32> $path = 'HKLM:\SOFTWARE\Veeam\Veeam Backup and Replication\Plugins'
PS C:\WINDOWS\system32> (Get-Acl $path).Access |
>>   Sort-Object IdentityReference |
>>   Format-Table IdentityReference, RegistryRights, AccessControlType, IsInherited -Auto

IdentityReference      RegistryRights AccessControlType IsInherited
-----------------      -------------- ----------------- -----------
BUILTIN\Administrators    FullControl             Allow        True
BUILTIN\IIS_IUSRS         FullControl             Allow        True
NT AUTHORITY\SYSTEM       FullControl             Allow        True
AlexLeadingEdge
Service Provider
Posts: 525
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by AlexLeadingEdge »

Ok, I've given myself enough permissions to access this registry key and all sub-keys using the PowerShell script below, and it seems to allow me to log in now:
# Run in an elevated PowerShell window (Administrator)
$path = 'HKLM:\SOFTWARE\Veeam\Veeam Backup and Replication\Plugins'

try {
$acl = Get-Acl -Path $path

# Allow standard users to read the key (and subkeys)
$rule = New-Object System.Security.AccessControl.RegistryAccessRule(
'Users',
'ReadKey',
'ContainerInherit,ObjectInherit',
'None',
'Allow'
)

$acl.SetAccessRule($rule)
Set-Acl -Path $path -AclObject $acl

'OK: Granted Users ReadKey on ' + $path
}
catch {
'ERROR: ' + $_.Exception.Message
}
AlexLeadingEdge
Service Provider
Posts: 525
Liked: 81 times
Joined: Dec 14, 2015 9:42 pm
Full Name: Alex Fogerty
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by AlexLeadingEdge » 1 person likes this post

Right now nothing is wrong with the login, so I'm not sure what there is to see, but I'm happy to let you have a look at the install as we have several other clients I will want to upgrade to v13 in the near future.

The only issue I have at the moment is that one of the client servers ("fileserver") isn't getting their updated components for some reason. When I tried to make logs for your case / ticket it said my client server ("fileserver") certificate is invalid?

Case #07947997
DataDefender
Enthusiast
Posts: 31
Liked: 2 times
Joined: Dec 20, 2023 10:14 pm
Location: Germany
Contact:

[MERGED] Cannot use local console after upgrading to v13

Post by DataDefender »

Hey there,

After upgrading (using the Windows Server ISO), I can no longer connect to B&R from the backup server using the console unless I start it with Run as administrator. Shouldn’t it prompt for permission via UAC when admin privileges are required? It has beed so in v12.

Error:
Failed to connect to the backup server: Access to the registry key ‘HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication\Plugins\13.0.0\Console’ is denied

Connecting from a remote machine (for example, my admin workstation) works without any problems.

Does anyone have a quick fix for this, or should I reach out to support directly?

Best,
DD
Mildur
Product Manager
Posts: 12052
Liked: 3441 times
Joined: May 13, 2017 4:51 pm
Full Name: Fabian K.
Location: Switzerland
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by Mildur »

Hi DD,

Alex shared a quick fix, but I strongly recommend opening a support case so we can investigate this issue properly.
A customer should not have to change permissions on their own.

Best,
Fabian
Product Management Analyst @ Veeam Software
DataDefender
Enthusiast
Posts: 31
Liked: 2 times
Joined: Dec 20, 2023 10:14 pm
Location: Germany
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by DataDefender »

Hi Fabian,

allrighty. I will open a ticket then.

Thx,
DD
DataDefender
Enthusiast
Posts: 31
Liked: 2 times
Joined: Dec 20, 2023 10:14 pm
Location: Germany
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by DataDefender »

I just wanted to follow up and let you know that I was able to resolve the issue with support. We fixed it by adjusting the permissions on the affected registry key.

Best,
DD
woodlandhill
Lurker
Posts: 1
Liked: never
Joined: Dec 06, 2021 9:16 am
Full Name: Andrew Woodland
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by woodlandhill »

what were the changes made to the reg key please?
Mildur
Product Manager
Posts: 12052
Liked: 3441 times
Joined: May 13, 2017 4:51 pm
Full Name: Fabian K.
Location: Switzerland
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by Mildur »

You can try the script from Alex earlier in this topic (disclaimer: no guarantees from Veeam), or reach out to Veeam Customer Support for guidance.

Best,
Fabian
Product Management Analyst @ Veeam Software
lando_uk
Veteran
Posts: 392
Liked: 43 times
Joined: Oct 17, 2013 10:02 am
Full Name: Mark
Location: UK
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by lando_uk »

I'm getting this same issue now on the latest 13.0.2.29 upgrade.

It works when i run the console "as administrator"

This is an older test/dev VBR that has been through many upgrades over the years, I have another test server (that is newer) that is fine. They seem to have different permissions on that reg key.

I manually gave Authenticated Users read access (the same as the working server) and its now fine.
Federico Cossa
Lurker
Posts: 1
Liked: never
Joined: Jul 09, 2026 3:26 pm
Full Name: Federico Cossa
Contact:

Re: Login into VeeamBR 13.0.1.1071_20251217 failing after upgrade

Post by Federico Cossa »

Hi everyone, I ran into the same issue with a customer. After upgrading from v12 to v13, I received an error message when opening the console: "Access to the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication\Plugins\ is Denied." However, launching Veeam using "Run as Administrator" works. I opened a support case, and they directed me to this forum and asked me to add my AD group to the ACLs for the registry key folder in question; this actually solved the problem. It is still an unusual case, though, because my AD group—which is T1 (AD Tier Model)—is already part of the VM's Local Administrators group, which in turn it was already included in the registry key's ACLs. So, I suspect it is a UAC filtering issue that didn't occur in v12.
Post Reply

Who is online

Users browsing this forum: Amazon [Bot], Bing [Bot] and 306 guests