So another question - these seem to come about from running OPTIMIZE ALL on databases with UPDINDEX TRUE. Is there any reason that OPTIMIZE ALL can’t be run on such databases?
It shouldn’t cause any problems. Here is a little command scripts that demonstrates that it should work alright:
<commands> <set option='updindex'>true</set> <create-db name='db'/> <add path='a.xml'><a/></add> <add path='b.xml'><b/></add> <optimize-all/> <info-db/> <close/> </commands>
Can you also reproduce the behavior with smaller data sets?
Thanks, Christian