Hello
I'm having issues in MSSQL Server 2012 SP1 cluster running in Windows 2012 R2 Cluster enviroment.
When trying to expand SQL server logs in Management studio I'm getting Failed to retrieve data for that request.
When running xp_readerrorlog or sp_readerrorlog
I'm getting
Msg 22004, Level 16, State 1, Line 0
Failed to open loopback connection. Please see event log for more information.
Msg 22004, Level 16, State 1, Line 0
Error log location not found.
Tried everything I've managed to found on the web (Uncommenting localhost record in hosts file, running checkdb, checked permissions) but with no luck. Both happens from local PC and remote
On local one I'm getting error in Windows Event log:
The description for Event ID 17052 from source MSSQLSERVER cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Severity: 16 Error:2, OS: 2 [Microsoft][SQL Server Native Client 11.0]Named Pipes Provider: Could not open a connection to SQL Server [2].
the message resource is present but the message is not found in the string/message table
.
But there are no issues with connection and agent also works fine.
Regards,
Olegas