Actions:
|
2009-01-12 21:54 AEST by Arthur Barrett - Audit complains 'wrong audit schema' when upgrading from 2382.
CVS Suite 2008 server allows you to use any audit schema (including
the 'version 1' schema the same as 2382) so there is no need to do the upgrade.
The difficulty is determining the difference between 'no audit tables'/no
schema version defined in the registry and '2.5.03' audit tables (with no
SchemaVersion).
By default if no schema version is defined in the registry then the schema is
assumed to be the most recent, but then the driver fails since there is no
SchemaVersion record.
The default schemaversion read from the registry needs to be smarted:
* if database/user is defined but no schema version then is v1
* if no schema and no database/user then schema version is latest |