Forum Discussion

yarg's avatar
yarg
Level 4
10 years ago

Decommissioning Exchange servers

Hi all,

I'm trying to follow this technote: http://www.symantec.com/business/support/index?page=content&id=TECH50256
The problem is that I'm failing already at step 1!

When I run this query in SQL:
USE EnterpriseVaultDirectory
SELECT *
FROM ExchangeMailboxEntry EME
INNER JOIN ExchangeMailboxStore EMS ON EME.MbxStoreIdentity = EMS.MbxStoreIdentity
INNER JOIN ExchangeServerEntry ESE ON ESE.ExchangeServerIdentity = EMS.ExchangeServerIdentity
WHERE ESE.ExchangeServerIdentity = 'ResultFromPrevious'

I get over 200 results.  However, those mailboxes no longer even exist; these users have left our organisation a long time ago, their mailboxes were deleted, but it seems like that was never synchronised with EV.  Can anyone suggest please how to clean that up?  I'm trying to remove 2 Exchange servers which have no more mailboxes and no mailbox DBs on them.  However EV, at least at a SQL level, still believes that there are archive-enabled mailboxes on the servers.

Any help much appreciated....
Thanks,
G

 

  • I think you best bet is to remove those entries from the ExchangeMailboxEntry table.

  • Yep, that will work.  To stop the 41141's just delete the provisioning groups

  • yes that would be ok. those two operations are not related.

11 Replies