Windows error 0x8007003B, -2147024837

Detailed Error Information

UNEXP_NET_ERR[1]

MessageAn unexpected network error occurred.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code59 (0x003b)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000003b.

Questions

10votes
1answer

throughput drops near zero using directional radio relay

We are using the following 1Gbit/s radio link setup: Location A: * internet gateway with 1Gbits/s sym. fiber * most of our servers including dhcp, dns, fileservers (smb), voip-server, exchange-server * 55 clients/users * directional radio relay A (Lightpointe AireLink 60 SX) - 1Gbits/s Location B: * one fileserver (smb) [...] read more
networking
local-area-network
server-message-block
wireless-bridge
7votes
1answer

Error 0x8007003B copying large files to DFS share

Here is the configuration. Private network and domain (foo.bar). 2 file servers running 2K8R2 (file1.foo.bar and file2.foo.bar). Created a share on each server (\\file1\share and \\file2\share). Setup DFS on the domain and created a namespace (\\foo.bar). Created a folder (dfsshare) in DFS with 2 targets (\\file1\share and \\file2\share). Created the [...] read more
windows-7
windows-server-2008-r2
dfs
1vote
0answers

Error 0X8007003B: An unexpected network error has occurred

When trying to transfer files to network drives, we are experiencing the same error at random times. 0x8007003B error. enter image description here [https://i.stack.imgur.com/tst95.png] This started only about three days ago and is been affecting several users. How/ where to start troubleshooting this kind of issue? Thanks read more
networking
ntfs
network-shares
windows-server-2012
windows-server
0votes
0answers

FileCopy - Automatically TRY AGAIN whenever an unexpected error occurs (0X8007003B)

I searched for hours but cannot find a solution. Hoping I can get the answer here. I am doing a FileCopy through VBA and wants the code to automatically Try Again whenever an "unexpected network error has occurred" error happens. Can this be done via VBA? Note that I have [...] read more
excel
vba

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0