升级失败从Windows共享点服务器(WSS)2.0到3.0

我正在做从wss 2.0到3.0的就地升级。 我已通过升级前扫描。 然后我安装启动升级的WSS 3.0。 升级失败,在Upgrade.log中有下面的堆栈跟踪。 这似乎是一个超时错误,所以我增加了超时到无限的sqlserver。 然后,我再次使用以下代码从命令提示符启动迁移:

psconfig –cmd upgrade –inplace v2v –wait –force 

我再次收到同样的错误:

System.Data.SqlClient.SqlConnection.OnError(SqlExceptionexception,布尔breakConnection)在System.Data.SqlClient.SqlInternalConnection.OnError(SqlExceptionexception[SPManager] [错误] [8/4/2009 3:09:43 PM] ,布尔breakConnection)System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior,SqlCommand cmdHandler,SqlDataReader dataStream,BulkCopySimpleResultSet bulkCopyHandler,TdsParserStateObject stateObj)在System.Data.SqlClient .SqlCommand.RunExecuteNonQueryTds(String methodName,Boolean async)System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result,String methodName,Boolean sendToPipe)System.Data.SqlClient.SqlCommand.ExecuteNonQuery()at Microsoft.SharePoint.Utilities。 SqlSession.ExecuteNonQuery(SqlCommand命令)在Microsoft.SharePoint.Upgrade.SPDatabaseSequence.ExecuteDataDefinitionMethodCore(SqlSession sqlSession,ISqlSession isqlSession,St (SQLSession sqlSession,stringsqlscript,SPLog日志)在Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence.Upgrade(sqlscript,sqlscript,sqlscript,sqlsmdFactory,sqlcmdFactory,String [] strTables,Int32 [] nThroughputs,SPLog logGlobal) )在Microsoft.SharePoint.Upgrade.SPManager.Upgrade(Object o,布尔bR​​ecurse)

请让我知道,如果你有一个解决scheme。 谢谢!

你有没有看到Joel Oleson的五个理由不使用到位升级 ?

Joelpipe理着微软最大的SharePoint部署。 我会接受他的话。 有大量的第三方工具来帮助您将数据迁移到干净的安装。

Metalogix和Tzunami是SharePointReviews.com上评分最高的迁移工具