安装过程显示完成百分比为0.27%的时间超过10小时。这是正常还是错误。
我们正在尝试安装〜350 GB的内容数据库
我们注意到一个错误,该错误在两个共享点中均被标记为严重 以及数据库服务器输出
"Cannot alter the role 'SPDataAccess', because it doesn't exist or you do not have permission. Cannot grant, deny or revoke permissions to sa,dbo,entity owner, information_Schema,sys or yourself"
Please provide your inputs
SP 2010 to SP 2013 Migration - Mounting issue
0.27% : SPContentDatabase Name=TWIN***_GR**Di****n_C***ent.
100% Mounting completed
答案 0 :(得分:0)
这看起来像是SQL权限问题。挂载之前,您可能需要确保服务器场帐户具有映射到SQL数据库的DB_Owner。如果命令仍在运行,则最好从头开始,方法是删除SQL数据库并从SP2010版本重新复制/还原它。
PS:绝对不建议在生产环境中使用,但至少在尝试将数据库挂载到SP2013时,将服务器场帐户Sysadm赋予SQL实例可能会更容易。