Looking for some help here.
I have a brand new server, backups have been working fine up until I changed my domain admin password, which I changed in Veeam also so we know it is the right password. We also know it's working in Veeam because application aware processing successfully passes the tests. What we did notice is that testing the credentials on the problematic server only passes because it can get a success through powershell, the 2 other methods (RPC being one) fails. I know this caused the error because the backups have all been successful up until the password change.
I have 2 hosts, the backups seem to only fail on one of the hosts. I tested this by moving the failing VMs to the other Hyper-V host in the cluster and they are successful.
The error I get is unable to allocate processing resources. Error: Access is denied. RPC function call failed. Function name: [InvokerTestConnection]. Target machine: machine name
I had a support call with an engineer yesterday for almost 4 hours with no success. I followed all the steps he suggested, rebooted the hosts, removed the problematic host from the domain rebooted it and rejoined it, updated the all 3 services on the problematic host, all to no avail. The final suggestion was to format the machine which obviously will work because it is like saying the mechanic cannot understand why the check engine light on the car is on so you should just buy a new car. Although a solution that will work it is not a real world solution.
Has anyone ever faced this? I read that there is a particular Windows update that causes this but I am on Windows Server 2019 and that update is not installed on my PC.
Both hosts are virtually identical I am at a loss as to what can be causing this. The problematic host can navigate in the domain, there are no DNS issues, nothing seems to give me a clear picture of the error.
I did a netstat and here are the results from both servers
problematic server
Code: Select all
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:6160 0.0.0.0:0 LISTENING 2868
[VeeamDeploymentSvc.exe]
TCP 0.0.0.0:6162 0.0.0.0:0 LISTENING 7176
[VeeamTransportSvc.exe]
TCP 0.0.0.0:6163 0.0.0.0:0 LISTENING 10980
[VeeamHvIntegrationSvc.exe]
TCP 0.0.0.0:6190 0.0.0.0:0 LISTENING 7852
[Veeam.Guest.Interaction.Proxy.exe]
TCP 0.0.0.0:6290 0.0.0.0:0 LISTENING 7852
[Veeam.Guest.Interaction.Proxy.exe]
TCP 0.0.0.0:9102 0.0.0.0:0 LISTENING 4208
Code: Select all
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:6160 0.0.0.0:0 LISTENING 4548
[VeeamDeploymentSvc.exe]
TCP 0.0.0.0:6162 0.0.0.0:0 LISTENING 4608
[VeeamTransportSvc.exe]
TCP 0.0.0.0:6163 0.0.0.0:0 LISTENING 4616
[VeeamHvIntegrationSvc.exe]
TCP 0.0.0.0:6190 0.0.0.0:0 LISTENING 7540
[Veeam.Guest.Interaction.Proxy.exe]
TCP 0.0.0.0:6290 0.0.0.0:0 LISTENING 7540
[Veeam.Guest.Interaction.Proxy.exe]
TCP 0.0.0.0:9102 0.0.0.0:0 LISTENING 4516
Thanks