The following error is showing up in the system log of my Sharepoint server.
The database it refers to no longer exists, and none of my sharepoint sites
points to that database. Is there some way to stop Sharepoint from thinking
it requires this database?

#50070: Unable to connect to the database
STS_mnsp2_85258551 on DB1.name.com. Check
the database connection information and make sure
that the database server is running.

Re: Sharepoint error in server log by Dustin

Dustin
Mon Dec 19 17:07:30 CST 2005

There must be a virtual server that is still "extended" with SharePoint;
that's the only reason WSS is trying to find it.

If all else fails, poking around the configuration database (specifically,
the virtualservers table) should help you find which site needs to be un-extended.

In extreme cases, you COULD do something unsupported, and modify the entry
in the configuration database for the now-dead virtual server (i.e. remove
it).

-----
Dustin Miller
SharePoint University (Community) [http://www.sharepointu.com]
SharePoint Bootcamp (Training) [http://www.sharepointbootcamp.com]
SharePoint Blogs (Blogs) [http://www.sharepointblogs.com]
SharePoint Experts (Business) [http://www.sharepointexperts.com]

> The following error is showing up in the system log of my Sharepoint
> server. The database it refers to no longer exists, and none of my
> sharepoint sites points to that database. Is there some way to stop
> Sharepoint from thinking it requires this database?
>
> #50070: Unable to connect to the database
> STS_mnsp2_85258551 on DB1.name.com. Check
> the database connection information and make sure
> that the database server is running