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.

