Corrupted object
I'm trying to run Get-MailboxStatistics on our Exchange 2013 CU1 server, however I get the warrning:
WARNING: The object b459e06b-b068-4294-8448-058902042231 has been corrupted, and it's in an inconsistent state. The following validation errors happened:
WARNING: Cannot extract the property value of 'DeletedItemCount'. Source: PropTag(DeletedMsgCount), PropType(Int), RawValue(-122), RawValueType(System.Int32). Target: Type(System.Nullable`1[System.UInt32]), IsMultiValued(False). Error Details: <n/a>
I don't think this is a normal mailbox, but I'd like to either repair the object or remove it. Thanks!
May 6th, 2013 1:56pm
On Mon, 6 May 2013 17:48:41 +0000, GraffitiK wrote:
>
>
>I'm trying to run Get-MailboxStatistics on our Exchange 2013 CU1 server, however I get the warrning: WARNING: The object b459e06b-b068-4294-8448-058902042231 has been corrupted, and it's in an inconsistent state. The following validation errors happened:
WARNING: Cannot extract the property value of 'DeletedItemCount'. Source: PropTag(DeletedMsgCount), PropType(Int), RawValue(-122), RawValueType(System.Int32). Target: Type(System.Nullable`1[System.UInt32]), IsMultiValued(False). Error Details: <n/a>
>
>
>
>I don't think this is a normal mailbox, but I'd like to either repair the object or remove it. Thanks!
Finding out what it is would be good!
Have you tried:
get-mailbox -identity b459e06b-b068-4294-8448-058902042231
If it's a disabled mailbox you should be able to permanently remove it
with remove-storemailbox.
http://technet.microsoft.com/en-us/library/jj863440(v=exchg.150).aspx
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 6th, 2013 6:12pm
Hi
Try re-running the 'setup /prepareAD' option again, and then 'setup /PrepareDomain'.Terence Yu
TechNet Community Support
May 6th, 2013 11:08pm
On Mon, 6 May 2013 17:48:41 +0000, GraffitiK wrote:
>
>
>I'm trying to run Get-MailboxStatistics on our Exchange 2013 CU1 server, however I get the warrning: WARNING: The object b459e06b-b068-4294-8448-058902042231 has been corrupted, and it's in an inconsistent state. The following validation errors happened:
WARNING: Cannot extract the property value of 'DeletedItemCount'. Source: PropTag(DeletedMsgCount), PropType(Int), RawValue(-122), RawValueType(System.Int32). Target: Type(System.Nullable`1[System.UInt32]), IsMultiValued(False). Error Details: <n/a>
>
>
>
>I don't think this is a normal mailbox, but I'd like to either repair the object or remove it. Thanks!
Finding out what it is would be good!
Have you tried:
get-mailbox -identity b459e06b-b068-4294-8448-058902042231
If it's a disabled mailbox you should be able to permanently remove it
with remove-storemailbox.
http://technet.microsoft.com/en-us/library/jj863440(v=exchg.150).aspx
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 7th, 2013 1:05am
When I run
get-mailbox -identity b459e06b-b068-4294-8448-058902042231
I receive the error: "The operation couldn't be performed because object couldn't be found on DOMAIN"
I reran the /prepareAD and /prepareDomain commands. I'm still getting the message when I run Get-MailboxStatistics.
Additionally it seems like the Transport service keeps hanging. I'm not sure if this is related.
May 7th, 2013 12:11pm
On Tue, 7 May 2013 16:02:41 +0000, GraffitiK wrote:
>When I run
>
>get-mailbox -identity b459e06b-b068-4294-8448-058902042231
>
>I receive the error: "The operation couldn't be performed because object couldn't be found on DOMAIN"
Okay, so the GUID isn't an active mailbox.
Did you try removing the mailbox with the remove-storemailbox? It
doesn't look that way.
>I reran the /prepareAD and /prepareDomain commands. I'm still getting the message when I run Get-MailboxStatistics.
That's like changing the air in your tires because your car won't
start.
>Additionally it seems like the Transport service keeps hanging. I'm not sure if this is related.
I doubt it.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 7th, 2013 7:01pm
Running Remove-StoreMailbox fixed my issue. Thanks!
May 7th, 2013 8:42pm
On Tue, 7 May 2013 16:02:41 +0000, GraffitiK wrote:
>When I run
>
>get-mailbox -identity b459e06b-b068-4294-8448-058902042231
>
>I receive the error: "The operation couldn't be performed because object couldn't be found on DOMAIN"
Okay, so the GUID isn't an active mailbox.
Did you try removing the mailbox with the remove-storemailbox? It
doesn't look that way.
>I reran the /prepareAD and /prepareDomain commands. I'm still getting the message when I run Get-MailboxStatistics.
That's like changing the air in your tires because your car won't
start.
>Additionally it seems like the Transport service keeps hanging. I'm not sure if this is related.
I doubt it.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 8th, 2013 1:52am