So as the title states . I have a joined exchange 2013 and 2007 . the 2007 one is the transport one for now until i migrate all mailboxes to the new db . I am facing an issue . One of my users mailboxes has been migrated to the new db . The email is accessed
using imap (because of linux) . Before the migration imap was working fine . Now it downloads emails all the time , stucks , neeeds to restart email client to load new emails etc . I have tried to scan mailbox using
"New-MailboxRepairRequest -Mailbox (mailbox) -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview "
but i get :
Unable to submit online integrity check request for database Mailbox Database 0993595259. Failure:An unexpected error
occurred while trying to submit the request. Detailed error information follows
Microsoft.Mapi.MapiExceptionInvalidParameter: MapiExceptionInvalidParameter: Queue online isinteg request failed.
(hr=0x80070057, ec=-2147024809)
Diagnostic context:
Lid: 65256
Lid: 1494 ---- Remote Context Beg ----
Lid: 57960 StoreEc: 0x80070057
Lid: 63101 StoreEc: 0x80070057
Lid: 1750 ---- Remote Context End ----
Lid: 61463
Lid: 36887 StoreEc: 0x80070057
Lid: 60439
Lid: 35863 StoreEc: 0x80070057
at Microsoft.Mapi.MapiExceptionHelper.InternalThrowIfErrorOrWarning(String message, Int32 hresult, Boolean
allowWarnings, Int32 ec, DiagnosticContext diagCtx, Exception innerException)
at Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult, IExInterface iUnknown, Exception
innerException)
at Microsoft.Mapi.ExRpcAdmin.ISIntegCheck(Guid guidMdb, Guid guidMailbox, UInt32 flags, Int32 dbtasks, UInt32[]
dbtaskids, String& requestId)
at Microsoft.Exchange.Management.Tasks.OnlineIntegrityCheckTaskBase.StoreOnlineIntegrityCheck(Guid mdbGuid, Guid
mailboxGuid, OnlineIntegrityCheckFlags flags, OnlineIntegrityCheckTaskId[] taskIds)
at Microsoft.Exchange.Management.Tasks.OnlineIntegrityCheckTaskBase.InternalProcessRecord().
+ CategoryInfo : InvalidOperation: (:) [New-MailboxRepairRequest], OnlineIsIntegException
+ FullyQualifiedErrorId : EA1CFB8,Microsoft.Exchange.Management.Tasks.NewMailboxRepairRequest
+ PSComputerName : exch1.ttgroup.local
Please note that mailbox had some error in migration that i bypassed (increased threshold in migration settings) works fine in exchange protocol though.
IS there anything i can do to fix this?