Veeam backup (failed to connect)

Creation date: 4/25/2024 2:39 PM    Updated: 4/25/2024 2:39 PM
If you get an error with a veeam  job and it gives you the "Processing (Job Name) Error: Failed to connect to (IP/servername):(port number)
EG:





This is just the Tergum not able to reach the server through that port, you should still be able to ping the subject server in cmd.

Simply run this Powershell on the tergum server and try starting the job again.

Test-NetConnection -ComputerName __________ -Port ______

(blank spaces above are the computers name/IP and the port listed in the error)