升级[SPContentDatabase Name = WSS_Content]失败 [英] Upgrade [SPContentDatabase Name=WSS_Content] failed

查看:97
本文介绍了升级[SPContentDatabase Name = WSS_Content]失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当尝试装入和升级数据库时出现以下错误时,我只是将数据库从SharePoint 2010备份和还原到SharePoint 2013.请帮助修复它.

I have just backup and restore database from SharePoint 2010 to SharePoint 2013 when try to mount and upgrade database getting following error. pls help how to fix it.

例外:索引"missing_index_25259"取决于列脏". ALTER TABLE DROP COLUMN脏失败,因为一个或多个对象访问此列.表工作表".扫描计数0,逻辑读取0,物理读取0,预读 0,lob逻辑读取0,lob物理读取0,lob预读读取0.表'syscolpars'.扫描计数1,逻辑读3,物理读0,预读0,lob逻辑读0,lob物理读0,lob预读0.表'sysschobjs'. 扫描计数0,逻辑读2,物理读0,预读0,lob逻辑读0,lob物理读0,lob预读0. 0eded17a-578a-4bdf-82f7-1520463afd2e

Exception: The index 'missing_index_25259' is dependent on column 'Dirty'.  ALTER TABLE DROP COLUMN Dirty failed because one or more objects access this column.  Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.  Table 'syscolpars'. Scan count 1, logical reads 3, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.  Table 'sysschobjs'. Scan count 0, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0. 0eded17a-578a-4bdf-82f7-1520463afd2e

异常:Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence的操作15.0.76.0失败.

Exception: Action 15.0.76.0 of Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence failed.

我检查了dbo.AllUserData中是否没有这样的'missing_index_25259',也没有找到表'Worktable'.

I have checked there is not such 'missing_index_25259' in dbo.AllUserData, also didn't find Table 'Worktable'.

thx

iffi

推荐答案

不敬,

尝试运行以下SQL查询:

DROP INDEX missing_index_25259 ON dbo.AllUserData

索引不是SP C​​ontent DB的一部分.
Hi imughal,

Try to run the following SQL Query:

DROP INDEX missing_index_25259 ON dbo.AllUserData

The Index is not part of SP Content DB.


这篇关于升级[SPContentDatabase Name = WSS_Content]失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆