Actions:
|
2008-06-19 12:25 AEST by Glen Starrett - Attempting to upgrade a mysql database from schema 1 to schema 3 fails on WinXP
SP2 system.
Logged in as Administrator
Start cvsnt.cpl
Audit plugin > Configure
Change drop-down Schema to "Suite 2008"
Click "Upgrade"
==> Get error "An exception occurred while trying to run
"Shell32.dll,Control_RunDLL "C:\Program Files\CVS Suite\CVSNT\cvsnt.cpl","
The error dialog looks like it's cutting some of the message off.
No additional information is in the Event Viewer. |
|
2008-06-19 12:34 AEST by Glen Starrett - Clicking "Create tables" with the database already existing causes the
schemaversion table to be created and loaded with the '3' value, but then errors
out on an existing table. I suspect this will cause additional problems down
the line. |
|
2008-11-21 03:08 AEST by Glen Starrett - On MSSQL Server and others that support transactions, the upgrade operation
should be wrapped with BEGIN TRANSACTION ... END TRANSACTION statements to make
sure it all goes or none, so we don't get users with corrupted databases. |
|
2010-03-03 10:25 AEST by Arthur Barrett - changing name from "Control panel Audit plugin Upgrade fails" which is a duplicate of bug 5486 to
"AUDIT: MSSQL: upgrade should use BEGIN/END transaction" |