cancel
Showing results for 
Search instead for 
Did you mean: 

EV Database maintenance error

yeow_km
Level 5

I am having the following error during the DB maintenance cleanup task.

Error number  -1073548784

Error message

Executing the query "EXECUTE master.dbo.xp_delete_file 0,N'',N'',N'2012-04-12T00:08:00'
" failed with the following error: "Error executing extended stored procedure: Invalid Parameter".
Possible failure reasons: Problems with the query, "ResultSet" property not set correctly,
parameters not set correctly, or connection not established correctly.
 

what should I do ?

As a result of this database error, my EV always shows eventID - 41205.

The fingerprint database 'EVVSGEmailArchiveVaultStoreGroup_1_1' transaction log for Vault Store Group 'EmailArchiveVaultStoreGroup' has used 98% of its allocated space.

 

1 ACCEPTED SOLUTION

Accepted Solutions

ZeRoC00L
Level 6
Partner Accredited

Run this command on the SQL server:

DBCC SHRINKFILE (<yourLogFileName>)

This will shrink the logfiles (if you backups run successful.

View solution in original post

4 REPLIES 4

ZeRoC00L
Level 6
Partner Accredited

Run this command on the SQL server:

DBCC SHRINKFILE (<yourLogFileName>)

This will shrink the logfiles (if you backups run successful.

Ameen
Level 6

Did you follow the below article while creating the Maintenace Plan?

http://www.symantec.com/business/support/index?page=content&id=TECH74666

yeow_km
Level 5

how do i check what is the LogFileName ?

yeow_km
Level 5

yes, I followed this document when creating the maintenance plan.

should i create a maintenance plan to backup EV, CA and DA database or

 maintanance plan for EV, CA and SQL database or create both plan ?