After upgrade to ColdFusion 2016 file access denied?
Hello everyone,
We have upgraded our development server from CF10 to ColdFusion 2016 today. While I was testing our system I notice that every report couldn't be accessed. I have checked the folder on the server and files are in there. I tried to use this code to test and access the files:
<cffile action="read" file="\\testsite\testsite_d\test.xlsx" variable = "fileContent">
After I run code above error message showed on the screen:
| Message | \\testsite\testsite_d\test.xlsx (Access is denied) |
| Detail | The cause of this exception was: java.io.FileNotFoundException: \\testsite\testsite_d\test.xlsx (Access is denied). |
I'm not sure why files can't be accessed. Everything worked fine before we did the upgrade. If anyone knows how to fix this problem please let me know.
Thank you.
