Bryan,
Yes, it works fine on the dev server. In addition it should never be
non-unique because the name contains a date stamp including the seconds.
I believe it is some kind of a permissions or setting problem, I just
can't figure out what.
The dev machine is nt4.0 server running oracle 8.0.5, cf4.5, netscape
ent server 3.5.1
The prod machine is nt4.0 server running oracle 8.0.5, cf4.5, netscape
ent server 3.5.1
The machines are replicated identical as far as software.
I have ran into the error before I just don't remember what I did.
I am missing something...
-MEB
-----Original Message-----
From: blaplante [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 2:18 PM
To: CF-List
Cc: blaplante
Subject: Re: [KCFusion] FW: CFFILE Error
The make unique attribute is not part of ACTION="rename" but instead a
part
of ACTION="upload" although did you say it is working on the dev server?
Bryan
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 1:55 PM
Subject: [KCFusion] FW: CFFILE Error
| 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).
|
|
|
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/[email protected]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]