This Knowledge Base article provides assistance with the following:
Once Replicator receives a queued item notification, either captured or queued, that the web parts on a SharePoint web part page have changed on the source web application (WAP), the following steps are performed in order to replicate these changes to all of the Replicator enabled target web applications:
Inbound Steps
Once Replicator receives a queued item notification, either captured or queued, that the web parts on a SharePoint web part page have changed on the source web application (WAP), the following steps are performed in order to replicate these changes to all of the Replicator enabled target web applications:
Inbound Steps
Notes:
If you have the ProcessUnSupportedWebParts configuration flag set to true, then Replicator will process all web parts as being supported. That is, web parts will be packaged on the source web application and cleared from the page on the target web application before re-adding all of them to the page on the target web application.
You should always ensure that you have properly tested the replication of any custom web parts in a non-production environment before installing them into the production environment and enabling the ProcessUnSupportedWebParts configuration setting.
Best Practices for Building Custom Web Parts
Make sure the custom web part does not use any properties containing GUIDs that cannot be resolved on all the target servers. GUID values are not the same on all servers. For example, do not use List IDs, User IDs, Site IDs, Web IDs, List Item IDs, and so on, as web part property values. It is best to use a descriptive name to represent the list, such as the title of the list, since this value can be serialized and does not have to be changed or resolved, as long as the list has the same title on all servers.
Best Practice | Bad Practice |
List Title="Shared Documents" | List ID = ‘{0BA8DD26-CBC5-11DD-98C1-A59355D89593}’ |
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center