ok, 

'splain this one

im about to go mad...

Error Diagnostic Information
Error processing CFFILE

Error attempting to read
'd:\www\clients\cx_Web~1\ScoreW~1\pre_out_702928_TTT_123.xml.' The
process cannot access the file because it is being used by another
process. (error 32)

The error occurred while processing an element with a general identifier
of (CFFILE), occupying document position (615:5) to (615:120) in the
template file
D:\www\clients\cx_WebserviceApp\ScoreWizard\getOldReport.cfm.

this is an error that i am for some odd reason, now getting in a page,
that up until tonight
worked 100%.  i have changed no code, i have done nothing i am still
getting the same data
to write the same file...i can do a cfdirectory on it, find the file
that i am looking for, and
see that its there....however when trying to read it into the contents
of a variable...using the following code...

<cflock scope="SESSION" timeout="5" type="READONLY">
        <cffile action="READ" variable="FinalPreXML123"
file="#rootPath#pre_out_#session.reportId#_#bureau_string#_123.xml">

</cflock>

its bugs out with the error above....any ideas would be really
appreciated....thanks!

...tony

tony weeg
[EMAIL PROTECTED]
www.revolutionwebdesign.com
rEvOlUtIoN wEb DeSiGn
410.334.6331 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to