CentraSite 10.3 | CentraSite User’s Guide | Runtime Governance | Consumer Management | Managing Consumers through Command Line Interface | Synchronizing Consumer Applications
 
Synchronizing Consumer Applications
Pre-requisites:
To synchronize consumer applications in Mediator gateway through the Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a command tool named sync consumers for this purpose.
*To synchronize consumer applications in Mediator gateway
*Run the command sync consumers.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteCommand.cmd sync consumers [-url <CENTRASITE-URL>] -user <USER-ID> -password <PASSWORD> -gateway <GATEWAY>
The input parameters are:
Input Parameter
Description
CENTRASITE-URL
(Optional). The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
USER-ID
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
PASSWORD
The password of the user identified by the parameter USER-ID.
GATEWAY
The gateway on which to synchronize the consumer applications.
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