Hi,
This error maybe fix with the bob steps, or, you can try this other steps.
Other options
- Make an offline copy of the database (omnisv -stop ; copy ; omnisv -start )
- Start services; make sure no backups/restores are active.
- Make temporary directory C:\temp\mmdb .
- Make export of mmdb :
#omnidbutil -writedb -mmdb c:\temp\mmdb
5. Examine the file media.txt , check for all lines having <0> in the second field. You will see one or more lines that look similar to the one that follows:
63,0,13,0,"0f6fa8c0:41f8ea95:0c84:000d","server.mysystem.tld",0,0,104857600, 0,0,1106832021,1106832021,1106832021,1109773395
6. Make a copy of media.txt ; remove lines identified in Step 5
7. Make import of mmdb :
#omnidbutil -readdb -mmdb c:\temp\mmdb
It is strongly advised not to have any backups running when you start the export/import of the database, as this requires exclusive access to the database, and the export/import will not start, until the backups/restores are done. Scheduled backups/restores will not start during the export/import process
Regards