Event ID 13404 Could not find stored procedure 'GetDatabaseFileInfo'
book
Article ID: 100032129
calendar_today
Updated On:
Description
Error Message
Source: Enterprise Vault
Date: 3/16/2016 8:54:09 AM
Event ID: 13404
Task Category: Admin Service
Level: Error
Computer: EVserver1.ev.local
Description:
A Schema inconsistency error was detected while accessing the Vault Database 'Provider=SQLOLEDB;Server=evsql;Database=EnterpriseVaultAudit;Trusted_Connection=yes' (Internal reference: {CADODataAccess::ExecuteSQLCommand} [.\ADODataAccess.cpp, lines {1317,1319,1338,1361}, built Nov 19 15:44:06 2014]):
Description:
Could not find stored procedure 'GetDatabaseFileInfo'.
SQL Command:
GetDatabaseFileInfo
Additional Microsoft supplied information:
Source: Microsoft OLE DB Provider for SQL Server
Number: 0x80040e14
SQL State: 42000
Native Error: 00002812
HRESULT 0x80040e14
V-437-13404
Cause
The Stored Procedure referenced in the error is missing from the Enterprise Vault Audit Database
Resolution
To correct this issue, it is necessary to manually run an update script to add the missing Stored Procedure.
- Confirm there is a good backup copy of the EnterpriseVaultAudit database.
- Stop all the Enterprise Vault services on all Enterprise Vault servers.
- On the EV server, browse to the installation folder (typically C:\Program Files (x86)\Enterprise Vault)
- Find the file named Audit_Schema_Upgrade.sql and copy it to the SQL server
- Start SQL Server Management Studio. In the left pane under Databases, select the EnterpriseVaultAudit database.
- From the File menu, click Open > File.
- Navigate to the folder where the file Audit_Schema_Upgrade.sql is located.
- Click Open. (Note: Simply copy that script to the SQL server and drop it into the query window)
- From the Query menu, click the Execute button.
- After the script has completed successfully, exit from SQL Server Management Studio and start all EV services.
Issue/Introduction
After starting the Enterprise Vault (EV) Admin Service, the error below is logged in the event logs
Additional Information
UMI: V-437-13404
Was this article helpful?
thumb_up
Yes
thumb_down
No