The following code generates an error (following the code).
Here is the deal: it works fine in the dev env, and is bombing in the
prod env.
I suspect a permissions or a server setting.

Any ideas????

Thanks,

-MEB

<!--- Rename the file in the archive directory, adding the date to the
file name --->
  <CFFILE
     ACTION="Rename"
     SOURCE="#lv_archive_dir##INFILENAME.NEXT_FILE[1]#"
 
DESTINATION="#lv_archive_dir##get_name.name#_#DateFormat(Now(),"yyyymmdd
")#_#TimeFormat(Now(), 'HH.mm.ss')#"
     NAMECONFLICT="MakeUnique">


Error Diagnostic Information

Attribute set validation error in tag CFFILE

The tag has an invalid attribute combination: the value of the tag
switch 
attribute 'ACTION' which is now 'RENAME' requires a different
combination of 
attributes. For the
same switch attribute value the following unknown attributes have been 
provided: (NAMECONFLICT).

The error occurred while processing an element with a general identifier
of 
(CFFILE), occupying document position (110:3) to (114:31).


Reply via email to