Hi,
Getting the following events : 6651 Storage Deletion Server has failed and 13410.
looked at the following: https://www-secure.symantec.com/connect/forums/eve...
ran the following:
select r.VaultEntryId, r.RootIdentity, af.FolderName, a.ArchiveName
from Root r, ArchiveFolder af, archive a
where r.VaultEntryId = '1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver'
AND af.RootIdentity = r.RootIdentity
since 1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver is the VaultEntryID that gives the error, I recived a long list (167 rows) with archive names.
VaultEntryId | RootIdentity | FolderName | ArchiveName |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | A |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | B |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | C |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | D |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | E |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | F |
1718A23CBE35D424CBDB6C0144C7FD3E11110000evserver | 1988 | Temp | G |
I checked those archives but cannot see any Temp folder for any of them.
How can I take care of it?
I see the following:
begin transaction
delete from ExchangeMbxArchiveFolder where RootID = '857'
delete from ArchiveFolder where RootIdentity = '857'
delete from ACE where RootIdentity = '857'
delete from Root where VaultEntryId = '1D6CB4DAD741CD74D919D6839E9A09FEB1110000AMSEVAULT01'
commit
But I need to know if this will fix the issue...
Thanks,
Sarah