Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Public folder expiry time is set incorrectly in Exchange Server 2010 SP3


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You create a public folder database in a Microsoft Exchange Server 2010 Service Pack 3 (SP3) environment.
  • You select the Age limit for all folders in this public folder database (days) check box in the public folder database.
  • You create a public folder in the public folder database and clear the Use database age defaults age limits check box.
  • You set the Age limit for replicas (days) value to a value less than the age limit of the public folder database.
When the database maintenance task finishes in this scenario, the expiry time setting for the public folder is based on the age limit of the database instead of the age limit of the folder.

↑ Back to the top


Cause

This issue occurs because the expiry time property of the folder is not set when the age limit of the folder is configured.

↑ Back to the top


Resolution

To resolve this issue, install the following update rollup:
2917508 Description of Update Rollup 5 for Exchange Server 2010 Service Pack 3

↑ Back to the top


Workaround

To work around this issue, set the Local replica age limit (days) value for each replica of the public folders. To do this, run the following command in Exchange Management Shell:
$a = Get-PublicFolderDatabase | select server; $a | % {$_; Set-PublicFolder -Identity '\<Folder_Name>' -server $_.server -LocalReplicaAgeLimit '<d.hh:mm:ss>'}

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about how to create a public folder in Exchange Server 2010, go to the following Microsoft website:

↑ Back to the top


Keywords: kbqfe, kbfix, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2887459
Revision : 1
Created on : 1/7/2017
Published on : 2/25/2014
Exists online : False
Views : 204