The trace parameter in alter connection and trace option in alter connector documented in Chapter 3, “Replication Server Commands” are incorrect.
Changes to set trace clause in alter connection include:
trace_value parameter is now value.
Revision to the value parameter description.
There is a change to the description of value in the option parameter of alter connector.
alter connection to data_server.database {...
set trace [to] 'value'}
trace
Allows ExpressConnect tracing at the DSI level.
value
A character string containing a new value for the option.
If you are using the trace option, the syntax for value takes the form “module, condition,[on|off]”, where:
module – Specifies the module type. Valid value is econn.
condition – Specifies the trace condition to set.
on or off – Specifies the state of the condition that is desired.
The trace parameter in the alter
connection command allows empty string. For example:
alter connection to data_server.database set trace to ''
An empty string disables ExpressConnect tracing values after the connection or when the Replication Server is restarted.
option
Provides you with choices for various trace options for a connector.
The supported options are:
trace
trace_logpath
value
A character string containing a new value for the option.
If you are using the trace option, the syntax for value takes the form “module, condition,[on|off]”, where:
module – Specifies the module type. Valid value is econn.
condition – Specifies the trace condition to set.
on or off – Specifies the state of the condition that is desired.
See “alter connection” .
If you are using trace_logpath option, the syntax for the value parameter is full_path_name.