I am getting the following error:
5427]: An error occurred during the execution of the Save to Repository service task. [LFF5427-ErrorExecuteSTR]
Details:
URL:
Error: ErrorExecuteSTR
Date: 1/26/2018 9:31:23 AM (Central Standard Time)
HTTP Status Code: 500
Business Process ID: 39
Instance ID: 548
Business Process Name: HR - PAF Transfers - Test Copy
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An error occurred during the execution of the Save to Repository service task. [LFF5427-ErrorExecuteSTR]
at Laserfiche.Forms.Routing.SaveToLaserficheService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus)
at Laserfiche.Forms.Routing.ServiceTask.Execute(Int32 instanceId, IRoutingContext routingContext)
Inner exception: Laserfiche.RepositoryAccess.ObjectNotFoundException
Message: Volume not found. [9006]
at Laserfiche.RepositoryAccess.EntryLock.LockInternal(HttpUrl url, LockType type, Dictionary`2 additionalHeaders, String etag)
at Laserfiche.RepositoryAccess.EntryLock..ctor(EntryInfo info, EntryNameOption options)
at Laserfiche.RepositoryAccess.Entry.MakeDocFolderWithLock(EntryInfo info, EntryNameOption options)
at Laserfiche.Forms.CommonUtils.LFHelper.CreateNewLFDocument(Session lfDb, String newDocumentName, FolderInfo lfParentFolder, Boolean autoRename, String volume, String ext, Boolean AddExt, Boolean& checkOutVersionDocument)
at Laserfiche.Forms.CommonUtils.LFHelper.TryImportAttachment(Session sess, cf_bp_attachment_data attachment, FolderInfo parentFolder, String volume, String attachmentName, String ext)
at Laserfiche.Forms.Routing.SaveToLaserficheService.Execute(Int32 instanceId, IRoutingContext routingContext, RoutingInstanceStatus OriginalStatus)
Funny thing is that the file is getting saved to the repository in the correct place with the correct name and all the template fields are getting filled correctly. Any idea of what is going on? I see the "Volume not found" exception, but how can that be if the file creation/save is taking place?