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

14

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:

The specified file is read only. [0x80071779]

Update: The issue seemed to resolve itself. What's the inverse of Murphy's Law?

sql-server
windows
ip-address
asked on Stack Overflow Apr 26, 2012 by d3z • edited Jul 21, 2013 by abatishchev

1 Answer

18

I have the same issue with installing sql 2012 Developer on W7 x64 Pro.

I have solved this huge issue by modify manually the Registry database in :

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.SQL2012\MSSQLServer\SuperSocketNetLib\Tcp]
answered on Stack Overflow Jul 4, 2012 by itsejoke • edited Oct 11, 2012 by Brian Webster

User contributions licensed under CC BY-SA 3.0