Synchronizing Consumer Applications
Note:
This section is not applicable if the
CentraSite run-time aspects are not enabled. By default, run-time aspects configured from
CentraSite are disabled. However, you can enable them if required. To enable the
CentraSite run-time aspects, see
Enabling CentraSite Run-Time Aspects.
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