Hello!
My custom eB engine which contains an eB Data Session calls the ProtoProxy method GetDocFile(sessionString, ID, fileDestination, copyOptions) in order to retrieve the file content from an eB repository and place it into a folder on a Windows server. ***EDIT: Sorry I forgot to mention that I am attempting to do this with files larger than 800 MB and seeing the failure.***
The method threw this exception:
There is not enough space on the disk.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at eB.Service.Client.ProtoProxy.GetDocFile(String session, Int32 pdmFileId, Boolean getFtrFile, Int64 progressTotalBytes, Int64 progressDoneBytes, Stream& stream) at eB.Service.Client.ProtoProxy.GetDocFile(String session, Int32 pdmFileId, String destFile, Int32 copyOptions, Boolean getFtrFile) at eB.Service.Client.ProtoProxy.GetDocFile(String session, Int32 pdmFileId, String destFile, Int32 copyOptions) at eB.Engine.DigitalContentService.DataMapping.GetFileContent() in C:\DCS Engine\Documentum Integration\eB.Engine.DigitalContentService\DataMapping.cs:line 652 at eB.Engine.DigitalContentService.DataMapping.PerformMapping(DCSDocument document) in C:\DCS Engine\Documentum Integration\eB.Engine.DigitalContentService\DataMapping.cs:line 538 at eB.Engine.DigitalContentService.SyncDocument.Synchronize() in C:\DCS Engine\Documentum Integration\eB.Engine.DigitalContentService\SyncDocument.cs:line 50
What does this error mean when thrown by that particular method?
Thanks,
Charlene Coffman
Answer Verified By: Charlene Coffman
Answer Verified By: Carma De Villiers