- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 11:22 PM
Hi All
I had an issue where the file was successfully upload to interaction.
But when user or even admin download the files, it can't be open.
Right after the download file size become 0 bytes as I have verified before and after in sys_attachment table.
Anyone has any experience on this. I've tried with admin access to download also not working.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 11:28 PM
I would suggest to check both the sys_attachment and sys_attachment_doc table. Maybe you are missing the attachment content in the sys_attachment_doc, or for some reason the users do not have the access to those tables.
But very likely that the attachment only had its metadata saved, but not the content.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 11:28 PM
I would suggest to check both the sys_attachment and sys_attachment_doc table. Maybe you are missing the attachment content in the sys_attachment_doc, or for some reason the users do not have the access to those tables.
But very likely that the attachment only had its metadata saved, but not the content.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2022 03:57 PM
Hi Tom
Thanks for the feedback. So meaning I need to check the script download is it? Im trying to look the script that calling the download button part in UI action but couldn't locate the script. Appreciate your advise.
Thanks