We're running Exchange 2013 CU6 and a couple of months ago migrated our users over from 2010. Lately I've been noticing an error in the Event Logs stating a database is missing. When I search both ADSI as well as the EMC, I am coming up short on finding where the information is stuck at.
Log Name: Application
Source: MSExchange Mailbox Replication
Date: 2/3/2015 8:03:27 AM
Event ID: 1006
Task Category: Service
Level: Warning
Keywords: Classic
User: N/A
Computer: PES-1.pacific-logistics.com
Description:
The Microsoft Exchange Mailbox Replication service was unable to process jobs in a mailbox database.
Database: Missing database (d43863e4-ec9d-4ed1-96a4-354040c3f704)
Error: Database 'd43863e4-ec9d-4ed1-96a4-354040c3f704' doesn't exist.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MSExchange Mailbox Replication" />
<EventID Qualifiers="32772">1006</EventID>
<Level>3</Level>
<Task>1</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-02-03T16:03:27.000000000Z" />
<EventRecordID>2176408</EventRecordID>
<Channel>Application</Channel>
<Computer>PES-1.pacific-logistics.com</Computer>
<Security />
</System>
<EventData>
<Data>Missing database (d43863e4-ec9d-4ed1-96a4-354040c3f704)</Data>
<Data>Database 'd43863e4-ec9d-4ed1-96a4-354040c3f704' doesn't exist.</Data>
</EventData>
</Event>
EMC Search -
[PS] C:\Windows\system32>Get-MailboxDatabase | Select GUID
Guid
----
a8fc7fb3-a5b1-4fec-8619-dfb8fe049154
1ff652bb-e551-4b4e-83cd-10f27826474a
da696036-65d5-4d31-84a6-206491fa220e
59935472-ca36-4eb7-aea6-4376fe74cc53
bbca3d99-0615-483a-b720-45e28658b765
0717b126-9599-467d-8d30-c1eb00f8a5ce
50c02a14-5c18-490e-82a7-31db381c0b27
8328cb1f-360f-481e-a583-2754abf37f01
bda48b11-4ef1-4651-bad7-1cd77a925099
a037e8ee-c59c-4ba3-b78d-b3c04e50fd84
9f11b76f-3b3a-4a15-914e-79d7f5c20312
9bae0120-defc-4f2b-a08d-100e8ff3a35a
3aed6c85-8f38-495c-b2fb-fd52f0e58dd3
9f219593-58b7-4c6e-9d0b-f8a53d92ec3c
b3a36416-d247-49ed-b70d-6ff39717e964
6d2f1e9c-c416-48ab-aa6b-d760b1f594a9
8d1b8f8d-2469-4ea0-b034-8d6d74ab9437
f52db526-7ec7-47a5-b57a-321250201c53
62659536-932a-4da0-94f5-b1fc71f06253
22266e61-01b8-4eb4-bb8d-5a470c92f96c
49f3b03e-5301-4c22-b545-06246da78e25
75f9c394-2ead-4bb1-918b-7da31009a7fa
7bd5f656-eba6-4c73-abaf-f5c23ebc84b6
If I manually try running the remove command, it fails...
[PS] C:\Windows\system32>Remove-MailboxDatabase -Identity 'd43863e4-ec9d-4ed1-96a4-354040c3f704'
The operation couldn't be performed because object 'd43863e4-ec9d-4ed1-96a4-354040c3f704' couldn't be found on
'PDS'.
+ CategoryInfo : NotSpecified: (:) [Remove-MailboxDatabase], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=PES-1,RequestId=8b4df1b1-d5f0-4292-9b05-19a0ee442714,TimeStamp=2/4/2015 6:08:40
PM] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 6C5B7642,Microsoft.Exchange.Management.SystemConfig
urationTasks.RemoveMailboxDatabase
+ PSComputerName : pes-1.pacific-logistics.com
Any ideas where this rogue information may be to remove it?
Thank you!