CFFILE is likely barfing on the mapped drive. When you map a drive in Windows, the mapping is valid only for the user that created the mapping. That is, if user1 maps drive G: to a network drive, when user2 logs into the same machine, she will not have a drive G:.
Cold Fusion server is probably not running under the same user account that created the mapped drive. Instead of a mapped drive, try accessing the file via UNC (i.e., \\machine\share\path\file.ext). -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -----Original Message----- > From: Dale Coyner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 4:13 PM > To: CF-Talk > Subject: Attribute validation error for tag CFFILE > > > > I'm trying to get CFFILE on Machine A to rename a file on Machine B. I > have mapped a drive from Machine A to Machine B and I can > add/edit/delete files. However, I keep getting the same response from > CFMX(updated) and I am wondering what I am doing wrong. CFFILE acts as > if it cannot see my file, but the attribute value it reports back looks > valid to me to me. Any ideas? I've never done this before with any > version of CF so I am assuming I must be doing something wrong. > > TIA, > > d. > > > CODE------------------------------------ > > <CFFILE action="RENAME" source="g:\#url.OID#\staging\#url.file#" > destination="g:\#url.OID#\staging\#url.AID#.#url.ext#"> > > > > ERROR----------------------------------- > > Attribute validation error for tag CFFILE. > > The value of the attribute source, which is currently > "g:\1\staging\disclaimer.ppt", is invalid. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com

