Error when tranfering files to SharePoint: Exception from HRESULT: 0x80070005
I'm working on a project of document migration stored in a file server and also on the migration from a Lotus Domino Database to SharePoint.
When I useMicrosoft Application Transporter 2006 For Lotus Domino, and I try to keep the author and the creation date I've always the following error:
(E_ACCESSDENIED))</message>
<stackTrace>System.UnauthorizedAccessException: Access is denied.
(Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at Microsoft.SharePoint.h.a(UnauthorizedAccessException A_0)
at Microsoft.SharePoint.Library.a.a(String A_0, String A_1, Object A_2,
PutFileOpt A_3, String A_4, String A_5, Int32 A_6, Int32 A_7, Object A_8,
Object A_9)
at Microsoft.SharePoint.SPFileCollection.a(String A_0, Byte[] A_1,
PutFileOpt A_2, String A_3, String A_4, Int32 A_5, Int32 A_6, DateTime A_7,
DateTime A_8)
at Microsoft.SharePoint.SPFileCollection.Add(String strUrl, Byte[] file,
SPUser createdBy, SPUser modifiedBy, DateTime timeCreated, DateTime
timeLastModified)
at
Microsoft.Exchange.ForeignMigration.AppTransporter.SharePointLoad.WriteSharePointList(TransferJob
job, IDataReader reader, UserMappingOptions userMappingOptions, Int32
previewCount, IFeedback progress)</stackTrace>
Same problem when I try tomigrate documents to SharePoint, I have this error:
System.UnauthorizedAccessException: Access is denied.
at Microsoft.SharePoint.h.a(UnauthorizedAccessException A_0)
at Microsoft.SharePoint.Library.a.a(String A_0, String A_1, Object A_2,
PutFileOpt A_3, String A_4, String A_5, Int32 A_6, Int32 A_7, Object A_8,
Object A_9)
at Microsoft.SharePoint.SPFileCollection.a(String A_0, Byte[] A_1,
PutFileOpt A_2, String A_3, String A_4, Int32 A_5, Int32 A_6, DateTime A_7,
DateTime A_8)
at Microsoft.SharePoint.SPFileCollection.Add(String strUrl, Byte[] file,
SPUser createdBy, SPUser modifiedBy, DateTime timeCreated, DateTime
timeLastModified)
at WSSFileCopier.SharePointImport.ImportFiles(DirectoryInfo directory,
SPFolder myFolder)
Author and Creation date are considered as critical datas, then we can't migrate while this problen is not solved Thanks for your help :)

