Synchronize Consumers on Mediator
To synchronize consumers on Mediator, use a sync consumers command of the following format:
CentraSiteCommand sync consumers
[-url <CENTRASITE-URL>]
-user <USER-ID>
-password <PASSWORD>
-target <TARGET>
Input Parameters
The following table describes the complete set of input parameters that you can use with the sync consumers command:
Input Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-target | The target on which to synchronize the consumers. |
For example (all in one line):
CentraSiteCommand sync consumers
-url http://localhost:53307/CentraSite/CentraSite -user Administrator
-password manage -target Target1