Trace Option for alter connection

The syntax for the trace parameter in alter connection in Chapter 3, “Replication Server Commands” is incorrect.

The corrections:

alter connection

Syntax

alter connection to data_server.database {... 
    set trace [to] 'value'}

Parameters

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:
Note: The trace parameter in the alter connection command allows an 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.