asciiassasin
asked on
Sharepoint errors on 2003 Small Business Server
I am getting an error posted to the Application Event Logs once per minute that is associated with Sharepoint (which the client doesn't even use).
The error details are....
I stopped all Sharepoint services that I saw launching in msconfig, but this error persists.
I'd just like it to stop bloating my event log. As I said, the client doesn't even use Sharepoint.
The error details are....
SQL Database 'SharePoint_Config_fd493bee-111e-43bc-88c7-7b5f51c61024' on SQL Server instance 'np:\\.\pipe\MSSQL$Microsoft##SSEE\sql\query' not found. Additional error information from SQL Server is included below.
Cannot open database "SharePoint_Config_fd493bee-111e-43bc-88c7-7b5f51c61024" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
I stopped all Sharepoint services that I saw launching in msconfig, but this error persists.
I'd just like it to stop bloating my event log. As I said, the client doesn't even use Sharepoint.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
seems that Sharepoint is installed and that there is a web application created which tries to connect to get its configuration.
Easiest way would be to open IIS manager and then identify the Sharepoint web site(s).
See which Web Application pool they use and disable these pools if they are not used by another web site.
If the pool is used by another site just stop the web sites.
HTH
Rainer