Hi All, We are facing below issue with file upload SAIL form functionality.

Hi All,
We are facing below issue with file upload SAIL form functionality.
At most of the times File Upload functionality works fine but at few times when we tried to upload a document,we noticed that there were two versions of the same document uploaded – since we did not prompt the system to upload 2 documents we deleted one of the two and then proceeded with the usual procedures.We get an error message -

"An error occurred while evaluating expression:TestingCDT.docId: apply(document(_,"id"),pv!TestingDocMultiple) (Expression evaluation error at function 'apply': Invalid function document) (Data Outputs)" while Server Logs shows above message along with a message that "Document does not exist or has been deleted".

There is no specific case or pattern when this occurs.It occurs on Adhoc basis with any doc type/size.
Does anyone have any insight on this issue?

OriginalPostID-160045

OriginalPostID-160045

  Discussion posts and replies are publicly visible

Parents
  • Is it possible your internet connection was interrupted on upload? The upload creates a temporary file on upload then when you save the form you are using the real document is created. So you could have uploaded a file, then closed the form before the "saveInto" was triggered. This would create a temporary document on the system. If you call the temporary one and it is deleted you would get this error.
Reply
  • Is it possible your internet connection was interrupted on upload? The upload creates a temporary file on upload then when you save the form you are using the real document is created. So you could have uploaded a file, then closed the form before the "saveInto" was triggered. This would create a temporary document on the system. If you call the temporary one and it is deleted you would get this error.
Children
No Data