Actions:
|
2011-02-04 11:02 AEST by Arthur Barrett - The server side failsafe audit to SQLite is broken in Suite 2009 because SQLite
only supports one write connection at a time, but in a typical high-performance
server there are multiple server processes running.
This is the identical bug 5976: Audit: consecutive add's fail MSSQL express
2005.
The ultimate soltion is to have cvsmanager do the database writes, not each
server process (communicate via lock server?). But a quick and nasty
workaround could be to perform the 'open write connection' immediately
before 'insert' (and retry if fails) for SQLite and SQLServer. |