Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

SP3 Upgrade - Database update issues

Updated: 26 May 2010 | 3 comments
Lakshmi Narayana's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hi,

We are having issues with SP3 upgrade.

We have got 2 servers which archive Exchange mail, and SQL 2005 in the back-end

Upgradation of fist server was smooth, but second one giving issues in updating the vaul store to new version. Previously Directory update completed smoothly n first server

Here are the errors getting with this

----------------------------------------------
Event Type: Error
Event Source: Enterprise Vault
Event Category: Storage Server
Event ID: 13360
Date:  12/12/2009
Time:  19:42:53
User:  N/A
Computer: ARCH02
Description:
An error was detected while accessing the Vault Database '' (Internal reference: .\ADODataAccess.cpp (CADODataAccess::ExecuteSQLCommand) [lines {1390,1392,1407,1444}] built Nov  2 19:40:47 2009):

Description: 

[Microsoft][ODBC SQL Server Driver][SQL Server]Database 'EnterpriseVaultDirectory' cannot be opened. It is in the middle of a restore.
 
 ------------------------------------------

Event Type: Error
Event Source: Enterprise Vault
Event Category: Storage Server
Event ID: 6875
Date:  12/12/2009
Time:  19:51:32
User:  N/A
Computer: ARCH02
Description:
An error occurred attempting to update Storage database
Reason: <0x80040e14>
Reference: UVSDBs/uvsdb
 
Script File: C:\Program Files\Enterprise Vault\VaultStoreDB_8_Programmability.sql
Vault Store: MAILVAULTSTORE
Vault Store Id: 1E1B0AA8DE19CFF4FAAB5B88AC4DBA09B1210000EV1
Database Name: EVVSIXEMAILVAULTSTORE_3
DSN: EVVSIXEMAILVAULTSTORE_3
-----------------------------------------

I have checked the SQL system DSN and its fine.

Would be great if if any one could help me ASAP on this.

Thanks
Narayana

Discussion Filed Under:

Comments

EV Director's picture
13
Dec
2009
0 Votes 0
Login to vote

Hi, i would google the error

Hi,

i would google the error about "it is in the middle of a restore"
EV is just returning the message given to it by SQL so I would research why SQL is doing that.

Mike Bilsborough
Director,Enterprise Vault Engineering Support 

Wayne Humphrey's picture
13
Dec
2009
0 Votes 0
Login to vote

Hi Lakshmi, Please see

Hi Lakshmi,

Please see this:
http://seer.entsupport.symantec.com/docs/229542.htm

The solution is:

  • If all transaction logs have not been restored yet, restore them in order, without checking Recovery in the Restore option except for the last log.
  • If the database and all transaction logs have been restored, then the only possibility is to use Microsoft SQL Query Analyzer, and run the following script :
 
use master
RESTORE DATABASE <DATABASE_NAME> WITH RECOVERY
 

(For more information on Microsoft SQL Query Analyzer, please refer to Microsoft Technical Support).

www.quadrotech-it.com - All your EV Tools

Lakshmi Narayana's picture
14
Dec
2009
0 Votes 0
Login to vote

Thanks for the response. The

Thanks for the response.

The database which had this issue was the Active/Master, and restoring Database(Log shiped one) was on a different server.

i tried disabling the Log shipping DB and problem wasnt stil solved. Hence, made the restoring DB as the master and updated the Vault Store DB to new location. That solved the issue.

But i am still not sure why this issue occurred.

Thanks
Narayana