05-09-2012 06:57 PM
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.
Solved! Go to Solution.
05-10-2012 12:32 AM
Run this command on the SQL server:
DBCC SHRINKFILE (<yourLogFileName>)
This will shrink the logfiles (if you backups run successful.
05-10-2012 12:32 AM
Run this command on the SQL server:
DBCC SHRINKFILE (<yourLogFileName>)
This will shrink the logfiles (if you backups run successful.
05-10-2012 07:38 AM
Did you follow the below article while creating the Maintenace Plan?
http://www.symantec.com/business/support/index?page=content&id=TECH74666
05-10-2012 06:34 PM
how do i check what is the LogFileName ?
05-10-2012 06:47 PM
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 ?