Displaying HVAR information

You can display information on table-level configuration parameters and table references.


Displaying table level configuration parameters

Use the Replication Server admin config command to display information about table level configuration parameters.

For example, to display all configuration parameters after using dsi_command_convert to set d2none on the tb1 table in the pubs2 database of the SYDNEY_DS data server:

admin config, “table”, SYDNEY_DS, pubs2

See “admin config,” in Chapter 3, “Replication Server Commands” in the Replication Server Reference Manual for syntax, parameters, and more examples.


Displaying table references

Use the rs_helprep stored procedure which you can execute on the Replication Server System Database (RSSD) to display information about table references and HVAR information.

For example, to display information about the “authors” replication definition created using create replication definition, enter:

rs_helprep authors

See “rs_helprep,” in Chapter 6, “RSSD Stored Procedures” in the Replication Server Reference Manual for syntax, parameters, and more examples.