Compare-ReplicatorData -URL "http://londonoffice" -MapFamily "Portal Map Family" -IncludeChildren -ListTitle "Calendar"
None
[-URL] <String>
[[-IncludeChildren] [<SwitchParameter>]]
-Type <String>
[-QueueEvents [<SwitchParameter>]]
[-ShowRemoteItems [<SwitchParameter>]]
[-UseCachedData [<SwitchParameter>]]
[-ListTitle <String>]
[-ListFolder <String>]
[-OnlySpecifiedFolder [<SwitchParameter>]]
[-Connection <String>]
[-MapFamily <String>]
[-OnlyKeys [<SwitchParameter>]]
[-ForceMatchMode [<SwitchParameter>]]
[-QueueSetName <String>]
[-IgnoreConflicts [<SwitchParameter>]]
To better understand Replication Reports, we suggest using the "-IncludeChildren" and "-ListTitle" arguments the first time you generate a report. This limits the scope of the command, making it easier to understand its results.
The following shows a sample Replication Report run on the Calendar list from http://londonoffice. We see that the "London Branch Party" is missing from the Corporate Portal (identified by the connection name).
Compare-ReplicatorData -URL "http://londonoffice"
-mapFamily "Portal Map Family" -includeChildren -listTitle "Calendar"
Operation started at 02/27/2013 4:17:59 PM.
Items marked as *** are not in sync with the Target Web Application.
Items marked as +++ only exist locally.
Items marked as --- do not exist locally.
Replication Map: Portal Map Family - / - Web Site
Connection: London to Corporate
Calendar
*** London Branch Party
Operation completed at 02/27/2013 4:18:19 PM.
The following example is run on a root site with two subsites. The report identifies that the /hr subsite is missing an announcement, two documents, and a folder.
Compare-ReplicatoData -URL http://corporateoffice
-mapFamily "Portal Map Family" -includeChildren
Operation started at 02/27/2013 10:27:30 AM.
Items marked as *** are not in sync with the Target Web Application.
Items marked as +++ only exist locally.
Items marked as --- do not exist locally.
Replication Map: Portal Map Family - / - Web Site
Connection: Corporate to London
Calendar
Shared Documents
Replication Map: Portal Map Family - /hr - Web Site
Connection: Corporate to London
Announcements
+++ Benefits Registration Deadline
HR Documents
+++ /Archives
+++ Dental Plan.pdf
+++ Holiday Schedule 2010.pdf
Replication Map: Portal Map Family - /public - Web Site
Connection: Corporate to London
Calendar
Documents
Master Page Gallery
Operation completed at 02/27/2013 10:27:54 AM.
In the preceding examples, the reports only show the unsynchronized content. By running the same command and adding the -QueueEvents argument, the command will also queue all items marked with *** and +++ to the target site.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center