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.

Open closed archive

Updated: 15 Aug 2011 | 3 comments
mias's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.
Hello
I move a archive to a new site the old archive is now closing. I would now like to move this archive again just over in another archive but I can not as long as the source is closed how do I open a archive again
Discussion Filed Under:

Comments

JesusWept2's picture
15
Aug
2011
0 Votes 0
Login to vote

Just run the following query

Just run the following query against your directory database

USE EnterpriseVaultDirectory
SET ArchiveStatus = 1
WHERE ArchiveStatus = 3 AND ArchiveName LIKE 'your archive%'

senafr's picture
26
Aug
2011
0 Votes 0
Login to vote

Just run the following query

there is a small mistake

the correct query is :

 USE EnterpriseVaultDirectory

SET ArchiveStatus = 1
UPDATE Archive    <--------------------------------- was missing
WHERE ArchiveStatus = 3 AND ArchiveName LIKE 'your archive%'

 

 

 thanks again

mias's picture
15
Aug
2011
0 Votes 0
Login to vote

thx :-)

thx :-)