你好, 我的作業環境是 Windows 2008 R2 + SharePoint Foundation 2010
我需要將目前線上使用的 SharePoint 網站 遷移到 一個測試用的 伺服器主機做為開發測試用。
目前上線的 SharePoint Foundation 2010 網站內部的 url 是 http://web01
要進行測試的 SharePoint Foundation 2010 網站內部的 url 是 http://web02
匯出網站的資料會放在檔案伺服器, 路徑是 \\filesvr\expweb
我使用以下的指令匯出網站可以順利完成 :
Export-SPWeb -Identity http://web01 -Path \\filesvr\expweb\web_export.cmp -IncludeUserSecurity -IncludeVersions All -Verbose
但是我用以下的指令匯入網站的時候卻發生錯誤:
Import-SPWeb -Identity http://web02 -Path \\filesvr\expweb\web_export.cmp -Verbose -Force
錯誤訊息如下 :
詳細資訊: 正在離開 Import-SPWeb 的 BeginProcessing 方法。
Import-SPWeb : 找不到含 Id or Url : http://web02 的 SPWeb 物件。
位於 線路:1 字元:1
+ Import-SPWeb -Identity http://web02 -Path \\filesvr\expweb\web_export.cmp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...CmdletImportWeb:
SPCmdletImportWeb) [Import-SPWeb],SPCmdletPipeBindException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
詳細資訊: 正在離開 Import-SPWeb 的 ProcessRecord 方法。
詳細資訊: 正在離開 Import-SPWeb 的 EndProcessing 方法。
我需要將目前線上使用的 SharePoint 網站 遷移到 一個測試用的 伺服器主機做為開發測試用。
目前上線的 SharePoint Foundation 2010 網站內部的 url 是 http://web01
要進行測試的 SharePoint Foundation 2010 網站內部的 url 是 http://web02
匯出網站的資料會放在檔案伺服器, 路徑是 \\filesvr\expweb
我使用以下的指令匯出網站可以順利完成 :
Export-SPWeb -Identity http://web01 -Path \\filesvr\expweb\web_export.cmp -IncludeUserSecurity -IncludeVersions All -Verbose
但是我用以下的指令匯入網站的時候卻發生錯誤:
Import-SPWeb -Identity http://web02 -Path \\filesvr\expweb\web_export.cmp -Verbose -Force
錯誤訊息如下 :
詳細資訊: 正在離開 Import-SPWeb 的 BeginProcessing 方法。
Import-SPWeb : 找不到含 Id or Url : http://web02 的 SPWeb 物件。
位於 線路:1 字元:1
+ Import-SPWeb -Identity http://web02 -Path \\filesvr\expweb\web_export.cmp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...CmdletImportWeb:
SPCmdletImportWeb) [Import-SPWeb],SPCmdletPipeBindException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
詳細資訊: 正在離開 Import-SPWeb 的 ProcessRecord 方法。
詳細資訊: 正在離開 Import-SPWeb 的 EndProcessing 方法。