Copy link to clipboard
Copied
I have a program that uploads excel file into sql server table and it works fine within my network. However, when try to run it in my service provider environment i am getting the following error. any idea what is causing this? thanks
An error occurred while reading the Excel: java.security.AccessControlException: access denied (java.io.FilePermission C:\Users\cfusion\AppData\Local\Temp\poifiles\poi-ooxml--1364256686.tmp delete). | |
ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. |
Copy link to clipboard
Copied
It probably means that the file is not in that directory. That being the case, your service provider should be able to provide better guidance than any of us.
Copy link to clipboard
Copied
Thanks Dan, my service provider corrected the issue.