服务器 Gind.cn

服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器

升级失败从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。 谢谢!