subscriber.conf
Synopsis
Any line beginning with a '#' is considered a comment. Options are of the format:
VARIABLE=value
With no spaces around the '=' and no quotes at all.
Description
This file gets parsed when dbreplicator gets called with any of the subscriber-specific operations.
General Options
DRIVERThis is the database driver used to connect to the SQL backend
URLThis is the specific jdbc connect string of the format: <jdbc>:<database>://<hostname>:<db port>/<database name>
USERUser to connect to the database as
PASSWORDPassword for above user
PUB_NAMEName of publication to subscribe to. This is specified on the publisher to begin with, so it must exist as a publication on the publisher.
SUB_NAMEName to give to the subscription, or name of subscription to connect to. This sould be unique across the publication. i.e., no two subscribers connecting to a single publication should have the same subscription name.
SYS_NAMEName of subscribing system. Usually local host name.
PORT_NUMBERPort number to listen on for connections from publisher.
REMOTER_SERVER_NAMEHostName of publisher to connect to.
REMOTER_PORT_NOPort to connect to on publisher
F_INTERVALMinimum interval in ms to wait between replication attempts. Only applies to continuous synchronization process.
S_INTERVALAdditional time to wait in ms after a successful syncronization. Only applies to continuous synchronization process.

