Hello All
I created a program Document to run a compact task to reclaim 5% unused space, the command was Compact mail*.nsf -c -i -s 5
on customer’s mail files, however when I check the log files on the date it was run I get an error message that says ‘Database Compact error: File does not exist’ we have other program documents running the same task at the same time and it is not a problem, any help would be appreciated.
Regards
Subject: Compactor error
try Compact mail -c -i -s 5
I’m not sure why it will work on other servers, but not this particular one.
Are all of the servers at the same version? Perhaps try upgrading to 6.5.6FP3 from 6.5.4, which is what you listed in the Release when making the post.
Subject: RE: Compactor error
Hi David
I will try that, it maybe a syntax error. Thanks for your help.
Regards
Subject: Compactor error
Hello Anthony,
Including ‘.nsf’ in your command has generated the error. The server is treating '.nsf’ as an actual filename, not the wildcard character that we are all accustomed to. The compact command run on your Program Document should be:
Program Name: Compact
Command Line: -c -i -s 5 mail\
I hope this helps!