Server Settings Migration Wizard will give error "schema version is invalid"
book
Article ID: 100039653
calendar_today
Updated On:
Description
Error Message
The Enterprise Vault Server Setting Migration log file can be obtained by clicking on
Display Log File button on the error message.
6/30/2017 9:40:00 AM Database EVVSVaultStoreF schema version is invalid
6/30/2017 9:40:01 AM Database EnterpriseVaultMonitoring schema version is invalid
6/30/2017 9:40:01 AM Database EVVSVaultStoreE schema version is invalid
6/30/2017 9:40:01 AM Database EVVSGVaultGroup1_1_1 schema version is invalid
6/30/2017 9:40:01 AM Database EVVSVaultStoreI schema version is invalid
6/30/2017 9:40:01 AM Database EVVSVaultStoreH schema version is invalid

Cause
All databases were upgraded to newer version prior to upgrading all the Enterprise Vault servers.
Resolution
- Check the database-schema version to get the list of databases upgraded.
Note: Refer to the Related Article section for more information on database schema.
- The directory database schema version can be found by running the following SQL query:
USE EnterpriseVaultDirectory
SELECT SchemaVersion
FROM DirectoryEntry
- The VaultStore database schema version can be found by running the following SQL query:
USE EnterpriseVaultDirectory
SELECT SchemaVersion
FROM VaultStoreEntry
- If all EV databases were already migrated to the newer version, exclude the database schema check in the configuration file.
- On the target server, open the ServerMigrator.exe.config file located in the Server Settings Migration Wizard installation folder and uncomment the following lines:
OverrideDatabaseSchemaChecks
- Retry the Server Setting Migration wizard.
Note: If the above process does not resolve your issue please contact Technical Support.
Issue/Introduction
When running the Enterprise Vault Server Settings Migration Wizard (SSMW) on the destination server, during the check for the Database version fails with error "schema version is invalid".
Was this article helpful?
thumb_up
Yes
thumb_down
No