Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error Uploading an excel file

Community Beginner ,
Nov 15, 2011 Nov 15, 2011

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.
957
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 15, 2011 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 15, 2011 Nov 15, 2011
LATEST

Thanks Dan, my service provider corrected the issue.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources