In looking at the archive code it appears that the script just does a “file rename -force whatever.msg whatever.old.msg”.
If I open a tcl command window in our current production (5.8) environment and type in that command (on a valid filename) the file renames as desired. If I do the same thing in 6.0 I get a “permission denied” error. I can stop the thread and the command works fine. Looking at permissions on the server/files all looks to be just like current production but obviously I’m missing something.
Can anyone offer suggestions as to what I can look for to get this riddle resolved?
The script is attached for your viewing pleasure. FWIW, “proc mvSave” is the part that renames the files.
Thanks in advance for any assistance.
-Carl