Windows error 0x8007003A, -2147024838

Detailed Error Information

BAD_NET_RESP[1]

MessageThe specified server cannot perform the requested operation.
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 Code58 (0x003a)

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

Questions

4votes
1answer

Can't create or modify files inside a Junction on a Windows file share

This started off simple enough as an issue where we couldn't save changes to existing GPOs. In digging into it, what i have found is that i cannot create or modify any files within the SYSVOL folder. The error received varies by which application tries to do it, but if [...] read more
windows-server-2016
1vote
1answer

Windows Server 2016 IIS hosted website failed to load dll on a remote file share on AlibabaCloud

I hit an issue on IIS and it bothers me for many days. After I searched all over the web, I still cannot find the right answer so it is time to post on StackOverflow to seek help. I created a Windows Server 2016 VM on Alibaba Cloud and an [...] read more
iis
dll
smb
windows-server-2016
alibaba-cloud
1vote
1answer

Backup-GPO error

I am trying to backup all the GPOs on my Domain Controller. The Domain Controller is running Server 2012 Standard Edition. Furthermore; both the Forest and the Domain Functional level are on 2012. When I use the command Backup-GPO -All -Path $env:StaticPath\$(Get-Date -format d) I get the following result: Backup-GPO [...] read more
powershell
active-directory
0votes
1answer

User Certificate's show "Cannot find the certificate and private key for decryption." in Windows

Have a number of computers where user certificates suddenly stop working. Running certutil -silent -user -store my shows that all user certificates for the affected user have stopped working. my ================ Certificate 0 ================ Serial Number: 2a0000210be8f0775a3a2e2b7200040000210b Issuer: CN=PROD Issuing CA, DC=somecompany, DC=Com, DC=Au NotBefore: 10/01/2017 7:46 AM NotAfter: 10/01/2018 [...] read more
windows-7
certificate
private-key
certutil
0votes
1answer

Cannot write large byte array to a BLE device using UWP APIs - e.g. Write value as Async

I am using Windows 10 build 14393.2156. Bluetooth adapter LMP version is 6.X (Bluetooth version 4.0). I cannot write byte array data with length 350. However, I can write byte array data with length around 60 and get the expected data from the BLE device. When i write byte array [...] read more
c#
arrays
uwp
bluetooth-lowenergy
0votes
1answer

Untrust Root CA with cert imported in IE Trusted Root

We encounter below problems, Could someone help? on some PC, when user access website signed by my company CA, IE will show untrusted certificate page. But the certificate already imported in the IE Trust Root To uncheck "Check server certificate revocation", then no warning page. To verify the certificate with [...] read more
internet-explorer
ssl
truststore
ca

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