You can display information on configuration parameter properties
and table references.
Display Configuration Parameter Properties
Use admin config to view information about database-level and table-level configuration parameters as shown in the examples.
- Database-level:
- To display all database-level configuration parameters for the connection to the nydb1 database of the NY_DS data server (NY_DS.nydb1), enter:
admin config, “connection”, NY_DS, nydb1
- To verify that dsi_compile_enable is on for the connection to NY_DS.nydb1, enter:
admin config, “connection”, NY_DS, nydb1,dsi_compile_enable
- To display all the database-level configuration parameters that have "enable" as part of the name, such as dsi_compile_enable, enter:
admin config, “connection”, NY_DS, nydb1,"enable"
Note: You must enclose "enable" in quotes because it is a reserved word in Replication Server. See Replication Server Reference Manual > Topics > Reserved Words.
- Table-level:
To display all configuration parameters after
using
dsi_command_convert to
set
d2none on the
tb1 table
in the
nydb1 database of the NY_DS data server, enter:
admin config, “table”, NY_DS, nydb1
See
Replication Server Reference Manual > Replication Server Commands > admin config.
Display Table References
Use rs_helprep, which you can execute on the Replication Server System Database
(RSSD), to view information about table references and RTL information.
To display information about the
authors_repdef replication
definition created using
create replication definition, enter:
rs_helprep authors_repdef
See Replication Server
Reference Manual > RSSD Stored Procedures > rs_helprep.