Synchronizing Consumer Applications in Mediator from the Command Line
To synchronize consumer applications in Mediator, use a sync consumers command of the following format:
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd sync consumers [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> -gateway <GATEWAY>
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. |
-gateway | The gateway on which to synchronize the consumer applications. |
For example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd sync consumers -url http://localhost:53307/CentraSite/CentraSite -user Administrator -password manage -gateway Gateway1