Enterprise Vault : Impossible de créer base de données Directory sur serveur SQL


Error description:

During the installation of Enterprise Vault, when the directory database should be created, the creation of this database fails for some strange reasons. The permissions on SQL server are OK and the connection to the SQL server too.


Symptoms:

Error with ID 13360:

Event ID: 13360
Description:
An error was detected while accessing the Vault Database (Internal reference: .\ADODataAccess.cpp (CADODataAccess::ExecuteSQLCommand) [lines {1379,1381,1396,1428}] built May 20 14:14:02 2011):


Solution:

If the Model DB size is greater then the EV specified value of 10MB, it's possible that this error will occur. So try to change the size of this model database to 10 MB in order to have a succesfull installation.


Actions:

shrink the model database file size to less then or equal to 10MB

Use the following command, using SQL Query Analyzer:

DBCC SHRINKFILE(Model, 10)

 


Related links