Web Hosting Talk







View Full Version : windows update create problem.....


privateactech
08-06-2010, 01:45 AM
Hello,

We are facing some problem after windows update on windows 2003 Enterprise server.
Following is the scenario of the problem -

Server A = IIS , ASP, ASP .Net2,.Net3,mysql ,helm ,all websites hosted on this server.
Server B = Mssql 2000 and Mssql2005 with instance IP\SQLEXPRESS

PROBLEM::=
==========
1-->>All ASPx websites who used to connect MSSQL 2005 with instance IP\SQLEXPRESS is getting following error -
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

2---> When we reboot server A and Server B the above error gone and it work fine atlease for 1 day and again that error appear suddenly.

3--->after windows update this proablem start and also not able to browse any website (google,windows update,microsoft) from browser on SERVER A
when the above error start giving.After reboot of server all website work fine in browser.

Please help me to resolve this issues...what could be the solution?

CyberHostPro
08-06-2010, 06:15 AM
Hi

it seems like a issue with ServerA's networking. What does event viewer show for the time it stopped working?

Have you checked for Network card firmware updates or driver updates?

privateactech
08-06-2010, 02:34 PM
Hello,

No any suspected errors in event viewers.
Also I didn't try for network driver updates.

One more thing I forgot to tell you - Every time when i reboot server I need to disable/enable NIC to become this server in network.

Any how can i revert back the windows update done recently on server?

Motiv
08-06-2010, 03:19 PM
You can uninstall Windows updates via the control panel. Check the show updates box.

Look in your logs to find out what updates were applied most recently.

privateactech
08-06-2010, 10:51 PM
Hello,

In event logs,I have got following errors for .net =
--------------------------------------------
Unable to get the private bytes memory limit for the W3WP process. The ASP.NET cache will be unable to limit its memory use, which may lead to a process restart. Error: 0x80070005
----------------------------------------------
Could not load all ISAPI filters for site/service. Therefore startup aborted.
------------------------------------------------

Rest are WARNINGS.As per the scenario told by me...what if I remove only .net updates from control panel? Will that work?