When a document is ready to be approved, one opens the document revision in IEE and uses RMB to Status > Approve the following message appears:
Login of and on as a different user. Same error pops up.
Created another document revision. Attached no document, just processed with Status > Approve. No problems.
Problem occurs with other document revisions. For the doc revision shown, a pdf document is connected. I viewed the pdf, used save as. Created a new document revision (from scratch). Checked the pdf just saved in. Status is now Preliminary, File Status: Checked In.
Same error message appears. Debug reveals the following:
Looking into DOC_ISSUE_API, I learn that the file size is retrieved using:
Plsqlap_Record_API.Get_Value(activity_rec_, 'FILE_SIZE'); in which activity_rec_ document class, document and other parameters are passed.
This is going into a lot of details.
Anybody seen something like this? I will keep digging.