Windows error 0x80071779, -2147018887

Detailed Error Information

FILE_READ_ONLY[1]

MessageThe specified file is read only.
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 Code6009 (0x1779)

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

Questions

14votes
1answer

Trying to change SQL Server IP settings. Configuration Manager telling me "The specified file is read only"

I've just installed SQL Server Express 2012 on my Windows 7 machine. When I go to the Configuration Manager it allows me to enable/disable the TCP/IP protocol, but when I try to change any of the IP settings, on pressing 'OK' or 'Apply', it's displaying a dialog that says: > [...] read more
sql-server
windows
ip-address
11votes
1answer

Docker on Windows File Sharing Blocked by Firewall

TL;DR From the docker container running on the VM I can ping all my host IPs (such as 10.10.10.1 and 172.24.185.209) but I can't ping 10.0.75.1. My guess is that once I can figure out why I can't reach the 10.0.75.1 network adapter the share issue will be resolved. -------------------------------------------------------------------------------- [...] read more
docker
networking
firewall
hyper-v
docker-for-windows
0votes
0answers

WinJS share target with write access to file

My application acts as a share target for any file. I have read access to the instances of Windows.Storage.StorageFile objects, through: if (shareOperation.data.contains(Windows.ApplicationModel.DataTransfer.StandardDataFormats.storageItems)) { shareOperation.data.getStorageItemsAsync().then(function (storageItems) { for (var i = 0; i < storageItems.size; i++) { var storageFile = storageItems.getAt(i); // storageFile is of type Windows.Storage.StorageFile } }); } [...] read more
windows-8
windows-runtime
winjs
0votes
2answers

Trouble opening ports in SQL Server 2019 Express - WMI Error [0x80071779]

UPDATE: Going back one version to SQL Server 2017 Express allowed me to save TCP/IP ports and IP addresses entered in SQL Server Configuration Manager. None of these variables were saved in the registry: HKLM\SOFTWARE\Microsoft\Microsoft SQL Server**INST**\MSSQLServer\SuperSocketNetLib\Tcp}\ In SQL Server Configuration Manager this error message only appeared when an IP [...] read more
networking
sql-server

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