IBM Books

Replication Guide and Reference


Configuring the mobile client for OS/2

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 a control server, in addition to binding the Capture and Apply programs to a target server.

To bind the mobile client to the control server database:

  1. Be sure that the user ID that you are using to run an Apply program has the required privileges:

  2. Log on with the user ID that has sufficient privileges.

  3. Go to the Apply program bind files directory, usually in drive:\SQLLIB\BND.

  4. Connect to the control server database by entering:
    DB2 CONNECT TO control_server
    

  5. Create and bind the Apply package to the control server database by entering both of the following commands:
    DB2 BIND ASN2Y000.BND ISOLATION CS BLOCKING ALL
    

    DB2 BIND ASN2L000.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 ]