I had a similar problem to Craig (not sure if exactly the same but will post anyway)when upgrading to sp1.
Seemed to fail during upgrade process. I could access central admin site but not any other site created. Cannot recall exact error message but had something to do with content database being out of sync. I had all content in database but could not connect. (very frustrating - could see all content but could not access it) After alot of Googling this solution worked for me..... What I did was to create new application and site. I then detached newly created database using stsadm stsadm -o deletecontentdb -url http://computername -databasename I needed to get the GUID for the next step and did this by adding backup database through (central admin > content databases>) and once added the link for this database contained databaseID (probably not the official way to do this but could not find any other way). I then detached backup database and ran the preparetomove stsadm command on this database (backup copy). stsadm -o preparetomove -oldcontentDB <GUID> -newcontentDB <database_name> I then added database to newly created web application stsadm -o addcontentdb -url <http://backupservername:port> -databasename My sites were now accessible and my life saved - ( I was dreading informing relevant staff they had to re input content) Regards Peter M Bendigo TAFE From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Porter Sent: Tuesday, 15 January 2008 4:38 AM To: [email protected] Subject: RE: [OzMOSS] service pack 1 issues Try to run stsadm -o upgrade -forceupgrade -url http://companyweb on the sites you cannot access. ________________________________ Subject: [OzMOSS] service pack 1 issues Date: Mon, 14 Jan 2008 10:45:18 +1100 From: [EMAIL PROTECTED] To: [email protected] Just when I've started getting our company using the intranet portal after the last disaster, I have inadvertently upgraded to service pack 1. Now my site is down. It doesn't appear to have upgraded properly. A quick search on Google suggests cd \Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\ psconfig -cmd upgrade -force however it still give me the same error, that the admin content has been upgraded to a new version of sharepoint, and that I need to upgrade my application server to a new version of sharepoint. Please help Cheers Craig ------------------------------------------------------------------- OzMOSS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzMOSS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net ------------------------------------------------------------------- OzMOSS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net
