cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the Uninterrupted Export from VAC

Ibrahim_Muhhame
Level 1

Ok so I've taken over anEV enviroment and there was an issue whereby I was Unable to delete uninterrupted exports.

SOLUTION:
 

Was unable to delete the Uninterrupted  Export from VAC.
Error: Unable to generate the export information. Could not retrieve the information for Vault “Archive Id”. Unspecified error
 
Ran command in SQL and got the Job Description: "Export Archive Name"
Confirmed backup was completed.
 

Use EnterpriseVaultDirectory
Select * from AdminJobEntry

Took Backup of SQL Databases and ran command to Delete the Admin Job
 
Use EnterpriseVaultDirectory
Delete from AdminJobEntry where JobDescription ="Export Archive Name"

 
Checked and Uninterrupted Export was no longer present.

Hope this helps someone.