Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在SharePoint 2010中运行Move SPSite以移动网站集时出错_Sharepoint_Powershell_Sharepoint 2010_Filestream - Fatal编程技术网

在SharePoint 2010中运行Move SPSite以移动网站集时出错

在SharePoint 2010中运行Move SPSite以移动网站集时出错,sharepoint,powershell,sharepoint-2010,filestream,Sharepoint,Powershell,Sharepoint 2010,Filestream,我在新服务器上重新安装了SharePoint 2010。我正在尝试将网站集重新组织为多内容数据库,以便于管理。尝试使用PowerShell移动网站集时出现以下错误: Move SPSite:由于对象的当前状态,操作无效。 第1行字符:12 +Move SPSite发现了问题。我试图从中复制网站集的原始内容数据库来自旧服务器场(SP1之前),新服务器场已安装SP1 内容数据库的架构发生了更改,move-spsite cmdlet可能引用了旧内容数据库中不存在的表(例如,allsites)

我在新服务器上重新安装了SharePoint 2010。我正在尝试将网站集重新组织为多内容数据库,以便于管理。尝试使用PowerShell移动网站集时出现以下错误:

Move SPSite:由于对象的当前状态,操作无效。 第1行字符:12
+Move SPSite发现了问题。我试图从中复制网站集的原始内容数据库来自旧服务器场(SP1之前),新服务器场已安装SP1

内容数据库的架构发生了更改,move-spsite cmdlet可能引用了旧内容数据库中不存在的表(例如,allsites)