Share point restoration Problem.
We are using sharepoint 3.0
. We are facing problem while restoring data. Pls find the error below.
Object WSS_contect01(previous name:wss_content)failed in event on post restore.Microsoft##SSEE HAS BEEN UPGRADED TO A NEW VERSION .PLS UPGRADE THE SHARE POINT APPLICATION
SERVER BEFORE ATTEMPTING THE OBJECT.
pLS ANY ONE HELP ON THIS
July 10th, 2010 3:22pm
This is the Windows Internal database that is created and used for a stand-alone install, and the error is stating that your Config_db is a different version than your application seerver.
This goes into the long long list of reasons why I will never, ever use a stand-alone install, no managability, scalability or recoverability. you CAN get into this DB, but do so at your own risk. follow the instrutions here to get into your
Config_DB, and be careful in that DB you should see a dbo.version
SELECT version from Versions, or
SELECT TOP 10 FROM Versions
http://projectdream.org/wordpress/2007/05/10/wsus-v3-and-connections-to-its-internal-database/
then go into the CA > Operations > Services on Server and verify the version numberof the application server. You may need to upgrade your environment to a new release (any release) just to get them in sync.
I am not sure if this will help, but it is the first thing I would try.Tony Parker, MSCE . MCTP. MCITP "Anything worth doing, is worth doing right"
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2010 5:53am


