Replication Guide and Reference
Configuring the mobile client is similar to configuring the target server
in a nonmobile replication scenario. The only difference is that you
need to bind the mobile client to the control server, in addition to binding
the Capture and Apply programs to a target server.
See Setting up the Capture and Apply programs for more information on how to configure the Capture and
Apply programs at the target servers.
To bind the mobile client to the control server database:
- Be sure that the user ID that you are using to run the Apply program has
the required privileges:
- EXECUTE privilege for the Apply packages
- DBADM or SYSADM authority for the databases
- Log on with the user ID that has sufficient privileges.
- Go to the Apply program bind files directory, usually in
drive:\SQLLIB\BND.
- Connect to the control server database by entering:
DB2 CONNECT TO control_server
- Create and bind the Apply package to the control server database by
entering both of the following commands:
DB2 BIND ASNNY000.BND ISOLATION CS BLOCKING ALL
DB2 BIND ASNNL000.BND ISOLATION UR BLOCKING ALL
Where:
- CS
- The list in cursor stability format.
- UR
- The list in uncommitted read format.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]