dbsync_tool
The dbsync_tool
allows you to initialize the GIP for the DB Sync
framework.
Syntax 1: Set up GIP for DB Sync
Important:
This command must be executed on the computer where the GIP runs.
dbsync_tool setup-gip dbsync-admin password
- dbsync-admin is the name of the DB Sync administrator to be created in GIP.
- password is the password of the DB Sync administrator.
Syntax 2: Deploy DB Sync system apps into GAS
dbsync_tool deploy-dbsync dbsync-admin password \
GAS-Base-URL [
GIP-Base-URL]
- GAS-Base-URL identifies the location of the GAS serving DB Sync client apps
-
GIP-Base-URL idenfities the location of the GIP service. If GIP-Base-URL is not specified, it defaults to GAS-Base-URL.
Usage
The dbsync_tool is used to create GIP settings and deploy DB Sync system applications into the GAS.
Examples of this can be found in the Configure GIP for DB Sync.