Symptoms

POA background task Update settings for mailbox fails with the following error:

Task ID 5483156
Queue name DomainService00022874
Task name Update settings for resource mailbox 'testbox' (id=576829) Task description Update settings for resource mailbox 'testbox' (id=576829)
Queue status  Failed
Start not earlier than  Dec-19-2011 22:32
Method name setResourceMailBoxInfoHandler on OBJREF:Exchange:0:getMailBox:576829 Last execution output  Provisioning request failed. Cannot save changes made to an item to store.
Error position:
At C:\Program Files\Parallels\Windows Provisioning Engine\Providers\SW Managed Exchange\ModifyResourceMailbox.ps1:172 char:25 + Set-CalendarProcessing @calendarProcessingProps
 Type: Parallels.Wpe.PowerShell.PowerShellException.`

Cause

The target mailbox has been created with a disk space quota of zero. It is impossible to save its properties due to the lack of assigned disk space.

Resolution

Increase the disk space quota for the mailbox and resubmit the task.

[PS] C:>\ Set-Mailbox "user mail id" -ProhibitSendQuota <quota size> -ProhibitSendReceiveQuota <quota size> -IssueWarningQuota <quota size>

See also

Exchange Powershell "Cannot save changes made to an item to store"

Internal content