cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to stop a vault store from being deleted

McCu
Level 4
Partner

Is there any way to stop a vault store from being deleted once it's been maked for deletion?

1 ACCEPTED SOLUTION

Accepted Solutions

Peter_Kozak
Level 5
Partner
Same on PartitionLevel
select * from PartitionEntry where PartitionStatus=4

PartitionEntryID->
update PartitionEntry set PartitionStatus=2 where PartitionEntryID=***YOURPARTITIONENTRYID***

View solution in original post

9 REPLIES 9

Peter_Kozak
Level 5
Partner
Hi MuCu,

stop all EV Services immediately....

After they are stopped, go into SQL Management Studio and do following query:
select * from Archive where ArchiveStatus=4

Now get the RootId into the Update Command
update Archive set ArchiveStatus=1 where RootIdentity=***your Root Identity***

Hope it helps

Cheers
Peter

JesusWept3
Level 6
Partner Accredited Certified
hang on, Vault Store or user archive?
https://www.linkedin.com/in/alex-allen-turl-07370146

Peter_Kozak
Level 5
Partner

Same thing on the VaultStoreEntry Table:

select * from VaultStoreEntry where VaultStoreStatus=1

VAULTSTOREENTRYID ->

update VaultStoreEntry set VaultStoreStatus=0 where VaultStoreEntryID=**YOURVAULTSTOREENTRYID**

McCu
Level 4
Partner

Thanks, I've made the change but the vault store partition is stil in State "being deleted"

Peter_Kozak
Level 5
Partner
Same on PartitionLevel
select * from PartitionEntry where PartitionStatus=4

PartitionEntryID->
update PartitionEntry set PartitionStatus=2 where PartitionEntryID=***YOURPARTITIONENTRYID***

McCu
Level 4
Partner

Many many thanks!

JesusWept3
Level 6
Partner Accredited Certified
honestly i think you should go back to a backup of the databases and data, you will have lost information at this point
https://www.linkedin.com/in/alex-allen-turl-07370146

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

wow, i saw this when you first posted and was going to reply, "CALL SUPPORT ASAP!" then i thought it over and figured it was a hypothetical situation. you're probably at risk like JW says and should really look into the possibility that you lost data.

McCu
Level 4
Partner
I needed  to retrieve a couple of archives from the store before it deleted.

The delete process appears to delete the archives in alphabetical order and the archives I required didn't begin with 'A'.