Unable to Copy excel file using Java Script running on HTTPS server in centos
This knowledge base was generated through a script and may contain formatting issues. For the accurate content, please refer to the WIP editor. WIP editor.
Applies to
- ONTAP 9
- CIFS
Issue
- Below error received on HTTPS server while executing script :
Http Code: 200 Code: UNKNOWN
Error Description: An error occurred while executing 'move' operation on file
Device or resource busy. Please retry! If problem persist, please contact your
IT support team.
- Manual copy operation on the share and via script copy is completing but getting Java IO error in the browser.
HTTPS server log:
Error Code: EXPRESSION. Error Description: "Exception while reading 'Binary
Content' as 'application/xlsx' cause by:
java.io.IOException - Can't open workbook - unsupported file type: UNKNOWN
java.io.IOException: Can't open workbook - unsupported file type: UNKNOWN
read(payload, "application/xlsx")"..
- Script is Processed on HTTP server on Centos.
- Security trace has no entry related to permission issue.