HiveBrain v1.2.0
Get Started
← Back to all entries
debugsqlMinor

Full Back up over to Network failed due to unknown network error 59

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
duefullerrorunknownoverbackfailednetwork

Problem

I am recently seeing the Unknown Netowrk Error 59 which saves the full back ups to a file share on some of the servers . The back ups happens at different times.

Ola Halengren scripts are being used currently and the sql server edition used are 2012, 2014 enterprise edition.

I see there are suggestions for to create a DWORD with name ‘Sesstimeout’ and value 360 in HKLM\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters.

My question is should we create this on the target server (file share) or the server from where the sql server resides

Solution

If you are having network reliability issues:

  • speak to your network/SAN team (and/or use a different file share that doesn't exhibit the problem)



  • Back up the file, temporarily, to the local SQL Server system, assuming there is adequate space. Then copy the backup to the network share, typically using a tool that can resume interrupted transfers, and delete the original when the copy has been confirmed (which usually includes validating that the backup can be restored). If a copy fails, no big deal; you just start the copy again, and you haven't lost anything.



And I agree with Max, this doesn't seem to be something that altering a session timeout will fix; that's kind of like changing a tire when your headlight is out. You might be better prepared for the next pothole, but you're still only driving with one light.

Context

StackExchange Database Administrators Q#203499, answer score: 6

Revisions (0)

No revisions yet.