The Capture program runs on the mid-tier system on an as-needed basis as synchronization requests are issued. The program must be bound to the mid-tier mirror database for DataPropagator to capture changes submitted by users and to apply them to the source database.
To configure the mid-tier mirror database for the Capture program on a Windows NT source system
x:\installation_directory\BIN>where x is the hard disk drive and installation_directory is the directory in which DB2 UDB is installed.
bindcap mirror_database_namewhere mirror_database_name is the name of the mirror database on the mid-tier server.
For example, the command for the M_VNURSE database is:
bindcap M_VNURSE
To configure the mid-tier mirror database for the Capture program on a UNIX source system
bindcap mirror_database_namewhere mirror_database_name is the name of the mirror database on the mid-tier server.
For example, the command for the M_VNURSE database is:
bindcap M_VNURSE
You must issue the command in a directory for which you have the write privileges.