WSS 3.0: showing wrong server as Configuration Database Server
after moving my configuration db to a different DB server I had some difficulties to get the farm up and running again.
now my eventlog is full of errormessages, that the config-db is not reachable on my old db server. Operation / Servers in Farm ... /_admin/FarmServers.aspx is still showing the old db server as config db server
I could create a new wss web application and can see the corresponding records in the objects table in the new config开发者_开发问答 db!?
how can I get rid of this artifact?
TIA Stefan
I was able to resolve this using. You basically have to find the reference of the parent ID of the new sql server and assign it to the config database row. check this link to find out more
http://www.sharepointtechs.com/moss-2007-showing-old-server-as-configuration-database-server/
How did you "move" the config DB? If you restore it from a SQL Server backup it will cause conflicts between GUIDs and other data stored there. You should only restore content and search databases. My advice would be to build up the farm again in the new environment.
精彩评论