Creating a Database Replication Subscription

Create database replication subscription.

  1. Make a copy of the rs_create_test_db_sub.sql script named my_udb_rs_create_test_db_sub.sql.
  2. Before executing the my_udb_rs_create_test_db_sub.sql script, change the {pds}.{pdb} and {rds}.{rdb} to the appropriate connection name, where:
    • {pds} – name of the data server of the primary IBM DB2 Universal Database.
    • {pdb} – name of the database of the primary IBM DB2 Universal Database.
    • {rds} – name of the DirectConnect service.
    • {rdb} – any valid identifier. Sybase recommends that you use the IBM DB2 Universal Database replicate database name.
    Note: Save these values to be used later in the Replication Agent ibmudb.rs file.
    Here is an example of create database replication subscription:
    create subscription NY_sub1
    for database replication definition NY_repdef1
    with primary at NY.NYudb9
    with replicate at DCService.udb_db
    without materialization
    go
  3. Connect to Replication Server and execute:
    isql -Usa -P –SSAMPLE_RS -i my_udb_rs_create_test_db_sub.sql
    You see a message indicating that the subscription is being created.
Related tasks
Verifying the ECDA Installed Objects