Adding class-level translations to an existing connection

If you want to add class-level translations to an existing connection, use the alter connection command. Follow these steps:

  1. Run the appropriate install scripts. Refer to the Replication Server Configuration Guide for your platform.

  2. Use the alter connection command to set the function class for the connection.

    For example, to enable the translations for rs_db2_function_class, enter this command from the replicate Replication Server:

    alter connection to db2_gateway1.db2_subsystem1
    set error class to ansi_error
    set function string class to rs_db2_function_class
    ...
    
  3. Suspend and then resume the connection to activate the translations.

NoteIf you already have a DB2 database configured as a replicate database with an earlier version of Replication Server, continue to use the earlier version with Replication Server 12.0 and later and its HDS feature. The 12.0 and later function strings may not be compatible with earlier function string versions.