Unmatached Default SQL collation in Deployment Scanner
I am running the Deployment Scanner to upgrade from 8 Sp5 to 9.0.3 I get the following errors. Since these are not related to the Directory Database, can they be ignored? I'm told by Symantec that they need to match the master collation which is SQL_Latin1_General_CP1_Cl_AS but when trying thier documentation they provided I get an error on step #12 - http://www.symantec.com/business/support/index?page=content&id=TECH55063
Any thoughts or ideas are appreciated.
DATABASE_SERVER: Database: EnterpriseVaultAudit - no mixed collations found.
DATABASE_SERVER: Database: EnterpriseVaultDirectory - no mixed collations found.
DATABASE_SERVER: Database: EnterpriseVaultMonitoring - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVConfiguration database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVConfiguration - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVDAExpedia database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVDAExpedia - no mixed collations found.
DATABASE_SERVER: Database: EVNAEMail - no mixed collations found.
DATABASE_SERVER: Database: EVNAJournal - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVVSGEUGroup_1_1 database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVVSGEUGroup_1_1 - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVVSGNAGroup_2_2 database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVVSGNAGroup_2_2 - no mixed collations found.
DATABASE_SERVER\LYNC01: no Enterprise Vault SQL databases found on server.
DATABASE_SERVER\LYNCDR: Unable to connect to server.
DATABASE_SERVER: Database: EnterpriseVaultAudit - no mixed collations found.
DATABASE_SERVER: Database: EnterpriseVaultDirectory - no mixed collations found.
DATABASE_SERVER: Database: EnterpriseVaultMonitoring - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVConfiguration database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVConfiguration - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVDAExpedia database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVDAExpedia - no mixed collations found.
DATABASE_SERVER: Database: EVNAEMail - no mixed collations found.
DATABASE_SERVER: Database: EVNAJournal - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVVSGEUGroup_1_1 database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVVSGEUGroup_1_1 - no mixed collations found.
DATABASE_SERVER: Unmatched default SQL collation: Server: SQL_Latin1_General_CP1_CI_AS; EVVSGNAGroup_2_2 database: Latin1_General_CI_AI.
DATABASE_SERVER: Database: EVVSGNAGroup_2_2 - no mixed collations found.
What I think happened above is that the transform script did not actually complete properly and therefore missed objects when it finished. The problem is that these scripts do not end with obvious errors. The data types that you are missing are all listed in VaultStoreDB_8_Main.sql. These would all be in the database by default. Possibly you may be missing more objects, such as relationships between the tables.
The transform script essentially copies all data out into temp tables and rebuilds the entire database programmatically. If there are any problems along the way it just stops leaving you with half a database.
So...rather than start to post bits of code to 'correct' the errors, I suggest you get on the phone to support and they assist you with the process. I hope you have a database copy you can roll back to, or that this was an experiment rather than a live copy?
Regards,Jeff