Open closed archive
Updated: 15 Aug 2011 | 3 comments
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
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
Just run the following query
Just run the following query against your directory database
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
thx :-)
thx :-)
Would you like to reply?
Login or Register to post your comment.