Exchange 2010 Public folder replicating warnings
After I migrated to Exchange 2010 I am getting all these warnings -
"Error 1129 occurred while processing a replication event.
Folder: (6-106818) IPM_SUBTREE\MIS\Calendar"
Its like every 5 mins and its only this calendar in the public folders. I no longer have the Exchange 2003 around anymore. Very Annoying....
MSB
September 13th, 2012 1:07pm
You could always create a new folder, copy all the items from the original to the new, then remove the old one.
Free Windows Admin Tool Kit Click here and download it now
September 13th, 2012 2:57pm
Isn't there a exchange shell command I could run against the public folder calendar? MSB
September 13th, 2012 3:14pm
also the calendar is in that MIS public folder so what would that accomplish?MSB
Free Windows Admin Tool Kit Click here and download it now
September 13th, 2012 3:19pm
ANYONE????????MSB
September 14th, 2012 10:47am
SOMEONE????MSB
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2012 2:44pm
Hi
Sorry for the delay dut to the weekend.
After research the Error 1129, it is caused by Replication table
error.
You can try to remove and add replicas to affected folders which is listed in event.
Then run the command below and check msexchPreferredBackfillSource
isinteg -s server_name -test replstate fix
CheersZi Feng
TechNet Community Support
September 17th, 2012 3:20am
Ok but this folder isnt replicating anymore the ex2003 server is gone... so what exactly does this do
isinteg -s server_name -test replstate fix (-test replistate does that test the replication? and -fix then fixes and problems, also this wouldnt cause an outadge or should I do this after hours, Thansk.)MSB
Free Windows Admin Tool Kit Click here and download it now
September 19th, 2012 10:06am
Hi
If there is no more ex03, forget ISInteg
Try New-PublicFolderDatabaseRepairRequest
Find the public folder database and then run the command
New-PublicFolderDatabaseRepairRequest -Database PFDB01 -CorruptionType ReplState
Cheers
Zi Feng
TechNet Community Support
September 20th, 2012 3:38am
when is this safe to runMSB
Free Windows Admin Tool Kit Click here and download it now
September 20th, 2012 11:30am
I ran that and it didnt work -
A positional parameter cannot be found that accepts argument 'Folder'.
+ CategoryInfo : InvalidArgument: (:) [New-PublicFolderDatabaseRepairRequest], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,New-PublicFolderDatabaseRepairRequestMSB
September 20th, 2012 5:05pm
Do I need to assign permission or something like that?MSB
Free Windows Admin Tool Kit Click here and download it now
September 20th, 2012 5:08pm
Hi
For Public folder database repair request
You need the permission
Organization ManagementRecipient ManagementServer Management
You can refer to Mailbox Permissions
http://technet.microsoft.com/en-us/library/dd638132.aspx
CheersZi Feng
TechNet Community Support
September 20th, 2012 11:20pm
Hi
And the error seems you miss a Required parameter
You can have a check on
New-PublicFolderDatabaseRepairRequest
http://technet.microsoft.com/en-us/library/ff718234.aspx
CheersZi Feng
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 20th, 2012 11:22pm
New-PublicFolderDatabaseRepairRequest -Database PFDB01 -CorruptionType ReplState
It's pertty stright foward - ok 1 question for the exchange admin account what is the command to give that
account ALL RIGHTS FOR EVERYTHING that I would need, ThanksMSB
September 21st, 2012 10:43am
How do I find the GUID of the database for that public folder....MSB
Free Windows Admin Tool Kit Click here and download it now
September 21st, 2012 11:12am
Ok I found out how to get the GUID for the public folder "Get-PublicFolderdatabase | fl Identity, Guid"
I tried the GUID and still the same problem...MSB
September 21st, 2012 11:27am
any qlues????MSB
Free Windows Admin Tool Kit Click here and download it now
September 21st, 2012 1:15pm
Hi
What problem you got?
CheersZi Feng
TechNet Community Support
September 24th, 2012 2:47am
[PS] C:\Windows\system32>New-PublicFolderDatabaseRepairRequest -Database 0f286d48-98bc-40d8-a5a2-9e889782905f -Corruptio
nType ReplState -DectectOnly
A positional parameter cannot be found that accepts argument '-DectectOnly'.
+ CategoryInfo : InvalidArgument: (:) [New-PublicFolderDatabaseRepairRequest], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,New-PublicFolderDatabaseRepairRequestMSB
Free Windows Admin Tool Kit Click here and download it now
September 24th, 2012 11:08am
Is it a permission problem?MSB
September 25th, 2012 11:02am
Hi
What is DectectOnly?
This is not a parameter in New-PublicFolderDatabaseRepairRequest
CheersZi Feng
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 25th, 2012 10:03pm
http://technet.microsoft.com/en-us/library/ff718234.aspx
It states that in this doc ...
DetectOnly
Optional
System.Management.Automation.SwitchParameter
The DetectOnly parameter specifies that you want this command to report errors, but not fix them. You don't have to specify a value with this parameter.
MSB
September 26th, 2012 9:49am
Hi
It is "DetectOnly", not "DectectOnly", you have a spelling mistake
CheersZi Feng
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 26th, 2012 10:08pm
Well I figured it out I did like _Det then <tab> and it worked, even for the ReplState , it ran however it didn't fix my problem : ( ...found soem other stuff and fixed that but....MSB
September 27th, 2012 1:38pm