Received this error in QA after stopping the Forefront services.
According to this post it states to run:http://social.technet.microsoft.com/Forums/en-US/forefrontSharePoint/thread/3f20ae34-03ba-4da0-af20-2b6cfa61663b/
SELECT *
FROM Docs
WHERE (VirusStatus > 0) AND (VirusStatus IS NOT NULL)
You should get results. Then run:
Update dbo.allDocs Set VirusVendorID=NULL, VirusStatus=NULL, VirusInfo=NULLwhere (VirusStatus > 0) AND (VirusStatus IS NOT NULL)
Sites should be accessible. But we had issues still. So I had to start the Forefront services and stop it from within Forefront by disabling manual scan and bypassing realtime scan. Then ran the queries again and all sites were functional.
Showing posts with label Forefront Issues. Show all posts
Showing posts with label Forefront Issues. Show all posts
Tuesday, August 11, 2009
Central Administration page is unavailable after Forefront Uninstall
After uninstalling Forefront I came across issues launching Central Administration. When checking the Event Viewer there are 2 errors: 2268 and 2214.
Forefront leaves a reference to a .dll in the metabase when you uninstall the program. I searched and came across this article from Microsoft. http://support.microsoft.com/kb/943621
So I followed this by opening up the metabase.xml file located in windows\system32\inetsrv and removing these lines:
Once this was done everything was working normally.
Forefront leaves a reference to a .dll in the metabase when you uninstall the program. I searched and came across this article from Microsoft. http://support.microsoft.com/kb/943621
So I followed this by opening up the metabase.xml file located in windows\system32\inetsrv and removing these lines:
Once this was done everything was working normally.
Subscribe to:
Posts (Atom)