Skip to main content
Participating Frequently
November 15, 2011
Question

Error Uploading an excel file

  • November 15, 2011
  • 1 reply
  • 999 views

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.
This topic has been closed for replies.

1 reply

Inspiring
November 15, 2011

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.

KamHeyAuthor
Participating Frequently
November 15, 2011

Thanks Dan, my service provider corrected the issue.