Hello, I was trying to export output to TXT file, but I keep getting error.
My code:
<cffile action = "write" file = "file="#GetTempDirectory()#homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path: #get_admin_rank.image_path# Description: #get_admin_rank.description# Related: #get_admin_rank.related_headline# Related URL: #get_admin_rank.related_url#">
Error:
Error Occurred While Processing Request
An error occurred when performing a file operation write on file h:\secure\homepage\homepagerank.txt.
The cause of this exception was: java.io.FileNotFoundException: h:\secure\homepage\homepagerank.txt (The system cannot find the path specified).
The error occurred in D:\Inetpub\ line 16
14 : ORDER BY admin_rank DESC
15 : </cfquery>
16 : <cffile action = "write" file = "h:\secure\homepage\homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path: #get_admin_rank.image_path# Description: #get_admin_rank.description# Related: #get_admin_rank.related_headline# Related URL: #get_admin_rank.related_url#">
WHat am I doing wrong?
Thank you
Olchik
My code:
<cffile action = "write" file = "file="#GetTempDirectory()#homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path: #get_admin_rank.image_path# Description: #get_admin_rank.description# Related: #get_admin_rank.related_headline# Related URL: #get_admin_rank.related_url#">
Error:
Error Occurred While Processing Request
An error occurred when performing a file operation write on file h:\secure\homepage\homepagerank.txt.
The cause of this exception was: java.io.FileNotFoundException: h:\secure\homepage\homepagerank.txt (The system cannot find the path specified).
The error occurred in D:\Inetpub\ line 16
14 : ORDER BY admin_rank DESC
15 : </cfquery>
16 : <cffile action = "write" file = "h:\secure\homepage\homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path: #get_admin_rank.image_path# Description: #get_admin_rank.description# Related: #get_admin_rank.related_headline# Related URL: #get_admin_rank.related_url#">
WHat am I doing wrong?
Thank you
Olchik