I'm migrating Domino.Doc to SharePoint 2010.
Im getting the following warning, while migrating the documents. I'm not able to proceed further.
Using Notes Migrator for SharePoint 6.1.1
"Attachment 'xxxxx.doc' was not extracted correctly. This may indicate a corrupted notes document, limited disk space, or network timeouts on your domino server."
"No items written to SharePoint when processing this document".
I'm able to open the document in notes, there are 25 GB free in my local machine and more than 211 GB available in server.
And the server is idle and very minimum users are using this.
I tried using Notes migrator for SharePoint 6.2 (RTM), getting the following error:
An error occurred while processing this document:
Error adding document 'XXXXXXX_.xls' ---> Error saving file to SharePoint
-----------------------
Error details / stack traces:
System.Exception: Error adding document 'XXXXXXX_.xls' ---> System.Exception: Error saving file to SharePoint ---> Microsoft.SharePoint.Client.ClientRequestException: The file already exists.
at Microsoft.SharePoint.Client.File.SaveBinary(ClientContext context, String serverRelativeUrl, Stream stream, String etag, Boolean overwriteIfExists, SaveBinaryCheckMode checkMode)
at Quest.NSP.SharePoint.ClientSPFileCollection.a(String A_0, Stream A_1)
--- End of inner exception stack trace ---
at Quest.NSP.SharePoint.ClientSPFileCollection.a(String A_0, Stream A_1)
at Quest.NSP.SharePoint.ClientSPFileCollection.Add(String name, Stream stream, ISPUser createdBy, ISPUser modifiedBy, DateTime timeCreated, DateTime timeLastModified)
at Quest.NSP.SharePoint.SharePointDocLibraryRecordWriter.a(SharePointItems A_0, ISPListItemCollection A_1)
--- End of inner exception stack trace ---
Stack trace: System.Exception: An error occurred while processing this document:
Error adding document 'XXXXXXX_.xls' ---> Error saving file to SharePoint
-----------------------
Error details / stack traces:
System.Exception: Error adding document 'XXXXXXX_.xls' ---> System.Exception: Error saving file to SharePoint ---> Microsoft.SharePoint.Client.ClientRequestException: The file already exists.
at Microsoft.SharePoint.Client.File.SaveBinary(ClientContext context, String serverRelativeUrl, Stream stream, String etag, Boolean overwriteIfExists, SaveBinaryCheckMode checkMode)
at Quest.NSP.SharePoint.ClientSPFileCollection.a(String A_0, Stream A_1)
--- End of inner exception stack trace ---
at Quest.NSP.SharePoint.ClientSPFileCollection.a(String A_0, Stream A_1)
at Quest.NSP.SharePoint.ClientSPFileCollection.Add(String name, Stream stream, ISPUser createdBy, ISPUser modifiedBy, DateTime timeCreated, DateTime timeLastModified)
at Quest.NSP.SharePoint.SharePointDocLibraryRecordWriter.a(SharePointItems A_0, ISPListItemCollection A_1)
--- End of inner exception stack trace ---
at Quest.NSP.SharePoint.SharePointRecordsWriter.WriteRecords(IDataReader reader, List`1 itemUrlList, Int32 numberItems)
(client workingSet = 115M)
Thanks in advance for your help!!!