Skip to main content

Veeam v13 Upgrade: Random "Socket Closed" Errors Fixed by Switching Services to Local System

  • May 15, 2026
  • 2 comments
  • 12 views

Stabz
Forum|alt.badge.img+9

Hi team,

Following a Veeam Backup & Replication upgrade to v13 for a client using Hyper-V, we started encountering random failures on backup and replication tasks with this error:
Failed to process replication task Error: the socket was closed

We ran through extensive troubleshooting: verified antivirus exclusions, analyzed network traffic, checked firewall rules, validated storage connectivity, etc., but nothing pointed to a clear cause. After several exchanges with Veeam Support, we finally tracked it down.

The VBR Windows services had been configured to run under a local service account instead of the built-in Local System account. Once we switched all relevant Veeam services to run under Local System, the random socket errors completely disappeared.

I’m not entirely sure if this is tied to stricter authentication, TLS negotiation changes, or other security enhancements introduced in v13, but it’s definitely worth keeping in mind during upgrades or fresh installs.

Hope this saves someone some troubleshooting time. Have a great day!

2 comments

coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • May 15, 2026

If memory serves...I think Veeam recommends using the LOCAL SYSTEM account for its services? 🤔

But, this is good to know for others who run into this issue Philippe. Thanks for sharing!


Chris.Childerhose
Forum|alt.badge.img+21

Interesting how the services running under another account affected this, especially if you give the account the correct permissions/access, it is still recommended to run under Local System. 🤔

Great to see you figured it out, but to me, this should be an enhancement to allow the services to run under a specific service account and not cause these issues.