Skip to main content
Question

backup job failed since windows-host reinstall


HI, 

   A backup job failed since the windows-host been reinstalled. Here is the error message:

 Cannot connect to 192.168.1.11 Details: The network path was not found. The network path was not found. (ERROR_BAD_NETPATH).
The default share of ADMIN$ has been set, and the port 445 is open.

Shoud I clear all of the setting and data-file of the host ?

What is worng?

 

 

Thanks a lot!

6 comments

MarkBoothman
Forum|alt.badge.img+7
  • Veeam Legend
  • 197 comments
  • February 6, 2024

Is this an agent job or a VBR job?

Have you checked the appropriate firewall rules are in place?

If firewall rules are set then this KB https://www.veeam.com/kb4185 may be of help.


Link State
Forum|alt.badge.img+11
  • Veeam Legend
  • 602 comments
  • February 6, 2024
toddor wrote:

HI, 

   A backup job failed since the windows-host been reinstalled. Here is the error message:

 Cannot connect to 192.168.1.11 Details: The network path was not found. The network path was not found. (ERROR_BAD_NETPATH).
The default share of ADMIN$ has been set, and the port 445 is open.

Shoud I clear all of the setting and data-file of the host ?

What is worng?

 

 

Thanks a lot!

 

Hi @toddor 

 

did you also check?

KB1230: Win32 error: The network path was not found. Code 53 (veeam.com)

Is the server in the domain or is it local?
Are you using the local Administrator?
If yes in manage standard credential use hostname\Administrator

 

 

regards


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4109 comments
  • February 6, 2024

Hi @toddor -

Can you provide more info, as others above have suggested, on what specific task you’re trying to do? And, what product you are using? (VBR, Agent)

Some quick things to try:
* ping the device
* check DNS
* check firewall rules and windows UAC
* reboot VBR (if you’re using this) or the server in question

Let us know.


CarySun
Forum|alt.badge.img+7
  • Veeam Vanguard
  • 200 comments
  • February 6, 2024

Please go to Backup Infrastructure to ensure there is no unavailable error.


  • Author
  • New Here
  • 1 comment
  • February 19, 2024

HI @MarkBoothman 

    It’s an agent job. 

    When I test the port 445, it return success:

 

PS C:\Users\toddor> Test-NetConnection -ComputerName AS-FS1 -Port 445


ComputerName           : AS-FS1
RemoteAddress          : 192.168.1.11
RemotePort             : 445
InterfaceAlias         : vEthernet (Realtek PCIe GBE Family Controller - Virtual Switch)
SourceAddress          : 192.168.1.44
PingSucceeded          : True
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded       : True


MarkBoothman
Forum|alt.badge.img+7
  • Veeam Legend
  • 197 comments
  • February 19, 2024

@toddor  I assume you can access the C$ share share directly from the Veeam server?

Also Check the KB Linkstate posted above. Have you worked through the steps to ensure things like remoteregistrty is running etc?