[merged]I am seeing an issue when using powershell remoting on a veeam 6 server that has its database on a separate sql 2008r2 database server.
- Code: Select all
PS H:\> New-PSSession -ComputerName "veeam" -Credential (Get-Credential) | Enter-PSSession
[veeam]: PS C:\Windows\system32> Get-VBRJob
WARNING: You should update your PowerShell to PowerShell 2.0 version.
Get-VBRJob : SQL server is not available
+ CategoryInfo : InvalidOperation: (Veeam.Backup.Po...mmand.GetVBRJob:GetVBRJob) [Get-VBRJob], CAppExcept
ion
+ FullyQualifiedErrorId : Backup,Veeam.Backup.PowerShell.Command.GetVBRJob
I can run Get-VBRJob locally on the Veeam server and it returns the correct results. I can run Get-VBRJob locally on a different Veeam server with a local sql db and it returns the correct results. Has anyone else seen this type of behavior?
Case [ID#5188473]