settingsthat need to be the same.
Maximummessage length Themaximum message length for
SQLRemote messages has a default value of 50K. This is configurable,
usingthe Message Agent -l option. However,the maximum message
lengthmust be the same for each Message Agent in the installation, and
maybe restricted by operating system memory allocation limits.
Receivedmessages that are longer than the limit are deleted as corrupt
messages.
Fordetails of this setting, see “The Message Agent” on page 292.
The Message Agent and replication security
Messagessent by the SQL Remote Message Agent have a very simple
encryptionthat protects against casual snooping. However,the encryption
schemeis not intended to provide full protection against determined efforts
todecipher them.
Troubleshootingerrors at remote sites
Thereare obvious obstacles for an administrator who has access only to the
consolidatedsite to troubleshoot errors that occur at remote sites. Toassist
withthis task, you can set up SQL Remote so that portions of the output log
fromremote sites are delivered to the consolidated site and written to a file.
Thisone file contains logging information from some or all sites in the
system.
Toset up SQL Remote to collect log information, you must configure both
theremote and the consolidated sites.
To configure a remote database to send log information to the
consolidated database
1. Set a link option to send log information when an error is encountered.
Executethe following command against the remote database:
SET REMOTE link-name OPTION
PUBLIC.OUTPUT_LOG_SEND_ON_ERROR = ’YES’
Withthis option set, any message that starts with the error indicator ‘E’
causesSQL Remote to send log information to the consolidated site.
Formore information, see “SET REMOTE OPTION statement [SQL
Remote]”[ASA SQL Reference, page 617].
2. Set a link option to limit the amount of information sent to the
consolidatedsite. Thisstep is optional.
226