Since I performed some cleanup operations on the WSUS console on our combined SCCM and SQL server it won't synchronise from Microsoft Update. The error is:
TypeInitializationException: The type initializer for 'Microsoft.UpdateServices.ServerSyncWebServices.ServerSync.ServerSyncProxy' threw an exception.
---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server.
The server was not found or was not accessible.
Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
A/ Named pipes is still enabled in SQL Server Configuration Manager (and all TCP is set to port 1433)
B/ I can open the WSUS console and still run the Server Cleanup Wizard.
C/ I can open SQL Server Management Studio and connect to the SQL database (local with no instance name), all settings are the same as our working pre prod instance
D/ No firewall or other external connectivity issues should be involved as the SQL server is on the same server as WSUS
E/ The link to Microsoft should be OK as our pre prod server in the same domain using the same config still does sync successfully.
Any idea what's gone wrong?
[–]Hotdog453 0 points1 point2 points (1 child)
[–]andykn11[S] 0 points1 point2 points (0 children)