我从生产服务器 (_admin/SiteAndListExport.aspx) 导出了站点。所有 cmp 文件大小约为 8GB。该站点使用 EBS ( http://technet.microsoft.com/en-us/magazine/2009.06.insidesharepoint.aspx )。
当我尝试使用命令将该站点导入我的开发环境时
Import-SPWeb http://dev2:8080 -Path C:\spbackup\site.cmp
我有错误:
Cannot import site. The exported site is based on the template STS#0 but the destination site is based on the template SPS#0. You can import sites only into sites that are based on same template as the exported site.
在 DEV 环境中,我使用“稍后选择模板”选项创建了站点。
如何解决该错误?
我想加快出口和进口网站。是否可以使用一些转储 EBS 提供程序来忽略存储在 EBS 中的所有文件和附件?
是否可以从 ISPExternalBinaryProvider 实现中检测到调用 RetrieveBinary 方法来自导出过程?