Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tuesday, December 11, 2001 10:26 A

Status
Not open for further replies.

blue186

Programmer
Dec 11, 2001
2
0
0
US
Tuesday, December 11, 2001 10:26 AM



Hi,

I'm writing to an XML file but it only works when I specify a local drive: Such as:

<!--- LOCAL DIRECTORY --->
<cffile action=&quot;Write&quot;
file=&quot;d:\Inetpub\output=&quot;#variables.FullXml#&quot;>

However, when I need to write it to a different network server, I get errors indicating that the file can't be found. Such as:

<!--- TEST ENVIRONMENT --->
<cffile action=&quot;Write&quot;
file=&quot;file://cse002/RAS_Printing/RASFORMCONFIG.xml&quot;
output=&quot;#variables.FullXml#&quot;>

I have already created a blank RASFORMCONFIG.xml file in the test environment to be overwrriten but it doesn't matter. I've also tried mapping. I still get the same error. Any advice would be greatly appreciated. THANKS!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top