1

サイトコレクションをインポートしようとすると、次のエラーが発生します。

[9/22/2009 4:59:43 PM]: Start Time: 9/22/2009 4:59:43 PM.
[9/22/2009 4:59:43 PM]: Progress: Initializing Import.
[9/22/2009 5:00:11 PM]: Progress: Starting content import.
[9/22/2009 5:00:11 PM]: Progress: De-Serializing Objects to Database.
[9/22/2009 5:00:11 PM]: Debug: Security check failed in OnWebImport
[9/22/2009 5:00:11 PM]: Progress: Importing Folder /.
[9/22/2009 5:00:11 PM]: FatalError: Access denied.
   at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
   at Microsoft.SharePoint.Library.SPRequest.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs)
   at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException)
   at Microsoft.SharePoint.SPFolder.PropertiesCore(Boolean throwException)
   at Microsoft.SharePoint.SPFolder.get_Properties()
   at Microsoft.SharePoint.SPFolder.get_UniqueId()
   at Microsoft.SharePoint.Deployment.FolderSerializer.AddFolderToImportMaps(Guid folderId, SPFolder folder, ImportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.FolderSerializer.GetFolder(SerializationInfoHelper infoHelper, SPWeb parentWeb, ImportObjectManager objectManager)
   at Microsoft.SharePoint.Deployment.FolderSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
   at Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType, Boolean isChildObject)
   at Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType, Boolean isChildObject, DeploymentObject envelope)
   at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)
   at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)
   at Microsoft.SharePoint.Deployment.ImportObjectManager.ProcessObject(XmlReader xmlReader)
   at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
   at Microsoft.SharePoint.Deployment.SPImport.Run()
[9/22/2009 5:00:12 PM]: Progress: Import Completed.
[9/22/2009 5:00:12 PM]: Finish Time: 9/22/2009 5:00:12 PM.
[9/22/2009 5:00:12 PM]: Completed with 0 warnings.
[9/22/2009 5:00:12 PM]: Completed with 1 errors.

私が実行しているコマンドは次のとおりです。

Stsadm -o import -url http://spssvr:2000/ -filename sps_export.dat

環境: OS: Windows Server 2008 SharePoint: MOSS 2007 SharePointバージョン: 12.0.0.6421 ユーザーアカウント:管理者 権限:管理者、サイト所有者

エクスポートは、別の環境の管理者によって行われました。ログには、エクスポートが正常に完了したことが示されています。どこかでUACをオフにすると役立つことがわかりましたが、それでも問題は解決しませんでした。私が欠けているアイデアはありますか?

4

2 に答える 2

1

ローカルループバックチェックに問題がありますか?

于 2009-09-22T22:19:15.053 に答える
0

私は自分の質問に答えると思います。問題がどこにあるのか正確にはわかりませんが、サーバー名「spssvr」の代わりにlocalhostを使用すると機能しました。環境がどのように構成されているかと関係があるに違いありません。

于 2009-09-22T21:52:18.277 に答える