Error updating public folder with free/busy information on virtual machine QCLEXCH001. The error number is 0x80040115.
We had a serious crash the other day with this VM thanks to Vsphere and Backup Exec 2010 snapshots. We recovered it from tape, restored the mail but this error is in my event log Error updating public folder with free/busy information on virtual machine QCLEXCH001. The error number is 0x80040115. I googled and found this command line Get-PublicFolder -server qclexch001 "\non_ipm_subtree\SCHEDULE+ FREE BUSY" -recurse | Format-List running it, I get this... AgeLimit : EntryId : 000000001A447390AA6611CD9BC800AA002FC45A03008F7BCF5D5EAA97459BD0CC93B5EB49D10000000000040000 HasSubFolders : True HiddenFromAddressListsEnabled : False IssueWarningQuota : 1945MB (InheritFromDB) LocalReplicaAgeLimit : MailEnabled : False MaxItemSize : 10MB (InheritFromDB) Name : SCHEDULE+ FREE BUSY ParentPath : \NON_IPM_SUBTREE PerUserReadStateEnabled : True ProhibitPostQuota : 2GB (InheritFromDB) Replicas : {} ReplicationSchedule : {} RetainDeletedItemsFor : UseDatabaseAgeDefaults : True UseDatabaseQuotaDefaults : True UseDatabaseReplicationSchedule : True UseDatabaseRetentionDefaults : True Identity : \NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY IsValid : True OriginatingServer : qclexch001.qcltd.crpn AgeLimit : EntryId : 000000001A447390AA6611CD9BC800AA002FC45A0300296249D996CD10469CCDBE87EE456E660000000000070000 HasSubFolders : False HiddenFromAddressListsEnabled : True IssueWarningQuota : 1945MB (InheritFromDB) LocalReplicaAgeLimit : MailEnabled : False MaxItemSize : 10MB (InheritFromDB) Name : EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT) ParentPath : \NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY PerUserReadStateEnabled : True ProhibitPostQuota : 2GB (InheritFromDB) Replicas : {QCLEXCH001\Public Folders\Public Folder Database} ReplicationSchedule : {} RetainDeletedItemsFor : UseDatabaseAgeDefaults : True UseDatabaseQuotaDefaults : True UseDatabaseReplicationSchedule : True UseDatabaseRetentionDefaults : True Identity : \NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT) IsValid : True OriginatingServer : qclexch001.qcltd.crpn I tried this command but got an error. Its part 1 of 2 commands that is supposed to fix replication of the public folders [PS] C:\Windows\system32>Set-PublicFolder -Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=First Administrative Group" -Replicas "qcl exch001\Public Folder Database" Set-PublicFolder : There is no existing PublicFolder that matches the following Identity: '\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=Fir st Administrative Group'. Please make sure that you specified the correct PublicFolder Identity and that you have the necessary permissions to view PublicFolde r. At line:1 char:17 + Set-PublicFolder <<<< -Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=First Administrative Group" -Replicas "qclexch001\Public F older Database" + CategoryInfo : NotSpecified: (0:Int32) [Set-PublicFolder], MapiObjectNotFoundException + FullyQualifiedErrorId : 58A3E33,Microsoft.Exchange.Management.MapiTasks.SetPublicFolder Does anyone know why I keep getting these errors and how to fix it?
July 8th, 2010 6:36pm

Is it an exchange 2007 environment? In your output: Name: EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT) ParentPath: \NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY But in your cmdlet: Set-PublicFolder -Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=First Administrative Group" -Replicas "qclexch001\Public Folder Database" Can you use the cmdlet below to run the cmdlet again? Set-PublicFolder -Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)" -Replicas "qclexch001\StorageGroupName\Public Folder Database"James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2010 5:41am

Dang, well...Now I'm not sure. I ran the command [PS] C:\Windows\system32>Set-PublicFolder -Identity "\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)" -Replicas "qclexch001\Public Folders\Public Folder Database" Didn't get an error, nothing in the event log (yea!) but the top section still shows Replicas blank AgeLimit : EntryId : 000000001A447390AA6611CD9BC800AA002FC45A03008F7BCF5D5EAA97459BD0CC93B5EB49D10000000000040000 HasSubFolders : True HiddenFromAddressListsEnabled : False IssueWarningQuota : 1945MB (InheritFromDB) LocalReplicaAgeLimit : MailEnabled : False MaxItemSize : 10MB (InheritFromDB) Name : SCHEDULE+ FREE BUSY ParentPath : \NON_IPM_SUBTREE PerUserReadStateEnabled : True ProhibitPostQuota : 2GB (InheritFromDB) Replicas : {} ReplicationSchedule : {} RetainDeletedItemsFor : UseDatabaseAgeDefaults : True UseDatabaseQuotaDefaults : True UseDatabaseReplicationSchedule : True UseDatabaseRetentionDefaults : True Identity : \NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY IsValid : True OriginatingServer : qclexch001.qcltd.crpn
July 13th, 2010 12:46am

Roger, your output is for the "SCHEDULE+ FREE BUSY" folder, which should not have replica. The folder you need to check is "EX:/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)", and run the cmdlet in your first post James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2010 5:06am

Then I think you have it. Thanks for your help.
July 13th, 2010 8:57pm

Glad to help : )James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2010 5:16am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics