cancel
Showing results for 
Search instead for 
Did you mean: 

EV 10 migration

RG009
Level 4

I was wondering if you could help us with this issue related to EV 10 migraiton. We are running the server import wizard on the target server. It is failing at the DB verification stagee and complaining about the directory DB.

Below are the related logs .

/14/2012 5:42:28 PM Set EV directory database ends with error (null string passed into function).
6/14/2012 5:42:28 PM Get databases accessed by the export server starts...
6/14/2012 5:42:28 PM DSN EnterpriseVaultDirectory created
6/14/2012 5:42:28 PM DSN EVAudit created
6/14/2012 5:42:28 PM DSN EVCantor01LArchive created
6/14/2012 5:42:28 PM DSN EVSwigva01LSharepoint created
6/14/2012 5:42:28 PM DSN EVSwigva01LJournaling created
6/14/2012 5:42:28 PM DSN EVSwigva01LArchiving created
6/14/2012 5:42:28 PM Get databases accessed by the export server ends.
6/14/2012 5:42:28 PM Database EnterpriseVaultDirectory schema version is invalid

SQL version is 2005 SP4.

We ran the script to modify the target host name, but it did not help as well.

Use EnterpriseVaultDirectory
Update ComputerEntry
Set ComputerNameAlternate = 'Target01-ev-l2'
Where ComputerNameAlternate = 'Source01-ev-l1'

Please advise if you need any additional info.

Thank you in advance

RG

1 REPLY 1

Ameen
Level 6

 

Please use below querry and make sure that you have correct schema,

USE EnterpriseVaultDirectory
SELECT SchemaVersion
FROM DirectoryEntry

Since you are using EV 10 the version should be '10.58.16.124'

Once you confirm DDB scema make sure that you have correct binary in your server. In your case it should be '10.0.0.1307'

The Enterprise Vault Binaries Version can be found in:-

[HKEY_LOCAL_MACHINE\SOFTWARE\KVS\Enterprise Vault\Install]
"Version"=  

On a 64bit OS everything is under a WOW6432Node key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KVS\Enterprise Vault\Install]