Hello,
I've Exchange 2013 server with 2 databases:
* First database has all user mailboxes & is journaled to second database
* Second database has only 1 mailbox: Journal which collects all messages send / received from / to first database.
Problem: Big messages cannot be delivered successfully to Journal mailbox:
Identity: Ex13\8193\25383256719441
Subject: pictures
Internet Message ID: <43818b91-0194-4a5f-9ef7-2fb32d775252@journal.report.generator>
From Address: <>
Status: Retry
Size (KB): 18938
Message Source Name: Journaling
Source IP: 255.255.255.255
SCL: 0
Date Received: 9/27/2016 3:16:40 PM
Expiration Time:
Last Error: 400 4.4.7 The server responded with: 554 5.2.0 STOREDRV.Deliver.Exception:MessageSubmissionExceededException.MapiExceptionMaxSubmissionExceeded; Failed to process message due to a permanent exception with message Cannot save changes made to an item to store. 16.55847:83140000, 17.43559:0000000094000000000000000000000000000000, 20.52176:000F91831600000000000000, 20.50032:000F91838417000000000000, 255.23226:000F9183, 255.27962:0A000000, 255.27962:0E000000, 255.31418:31800100, 16.55847:88000000, 17.43559:0000000010010000000000000000000000000000, 20.52176:000F918316004021000F9183, 20.50032:000F91838417F01F0F010480, 255.23226:A3000000, 255.27962:0A000000, 255.27962:0C000000, 255.17082:DA040000, 0.18273:00000000, 4.21921:DA040000, 255.27962:FA000000, 255.1494:000F9183, 5.59176:000090014C696D69746174696F6E001005000780, 5.34600:2F2C000243757272656E7453697A650000000000, 4.42792:DA040000, 1.63016:0C000000, 4.39640:DA040000, 5.10786:0000000031352E30302E303931332E3030303A457831330000000000, 255.1750:2C000000, 255.31418:2C000000, 0.21457:00000000, 4.19665:DA040000, 0.37632:00000000, 4.37888:DA040000 [Stage: CreateMessage]. The failure was replaced by a retry response because the message was marked for retry if rejected.
Queue ID: Ex13\8193
Recipients: Journal@company.com.pl;3;3;[{LRT=};{LED=400 4.4.7 The server responded with: 554 5.2.0 STOREDRV.Deliver.Exception:MessageSubmissionExceededException.MapiExceptionMaxSubmissionExceeded; Failed to process message due to a permanent exception with message Cannot save changes made to an item to store. 16.55847:83140000, 17.43559:0000000094000000000000000000000000000000, 20.52176:000F91831600000000000000, 20.50032:000F91838417000000000000, 255.23226:000F9183, 255.27962:0A000000, 255.27962:0E000000, 255.31418:31800100, 16.55847:88000000, 17.43559:0000000010010000000000000000000000000000, 20.52176:000F918316004021000F9183, 20.50032:000F91838417F01F0F010480, 255.23226:A3000000, 255.27962:0A000000, 255.27962:0C000000, 255.17082:DA040000, 0.18273:00000000, 4.21921:DA040000, 255.27962:FA000000, 255.1494:000F9183, 5.59176:000090014C696D69746174696F6E001005000780, 5.34600:2F2C000243757272656E7453697A650000000000, 4.42792:DA040000, 1.63016:0C000000, 4.39640:DA040000, 5.10786:0000000031352E30302E303931332E3030303A457831330000000000, 255.1750:2C000000, 255.31418:2C000000, 0.21457:00000000, 4.19665:DA040000, 0.37632:00000000, 4.37888:DA040000 [Stage: CreateMessage]. The failure was replaced by a retry response because the message was marked for retry if rejected.};{FQDN=};{IP=}];0;CN=Journal Database 13,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=COMPANY,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=company,DC=com,DC=pl;0
It seems that limits aren't reached:
[PS] C:\work>Get-TransportConfig | fl *size*, *quota*
MaxDumpsterSizePerDatabase : 18 MB (18,874,368 bytes)
MaxReceiveSize : 25 MB (26,214,400 bytes)
MaxSendSize : 25 MB (26,214,400 bytes)
ExternalDsnMaxMessageAttachSize : 20 MB (20,971,520 bytes)
InternalDsnMaxMessageAttachSize : 20 MB (20,971,520 bytes)
TransportRuleSizeLimit : 4 KB (4,096 bytes)
[PS] C:\work>Get-Mailbox journal | Format-List *size*, *quota*
MaxSendSize : Unlimited
MaxReceiveSize : Unlimited
ProhibitSendQuota : Unlimited
ProhibitSendReceiveQuota : Unlimited
RecoverableItemsQuota : Unlimited
RecoverableItemsWarningQuota : Unlimited
CalendarLoggingQuota : Unlimited
UseDatabaseQuotaDefaults : False
IssueWarningQuota : Unlimited
RulesQuota : 64 KB (65,536 bytes)
ArchiveQuota : Unlimited
ArchiveWarningQuota : Unlimited
What is wrong ?
best regards Janusz Such