sysadmin dump_queue

Dumps the contents of a Replication Server stable queue.

Syntax

sysadmin dump_queue {, q_number | server[,database]}, qtype
{
        , seg, blk, cnt
        [, num_cmds]
        [, {L0 | L1 | L2 | L3}]
        [, {RSSD | client | “log” | file_name}]
        |
        “next” [, num_cmds]
}

Parameters

Examples

Usage

  • Use sysadmin dump_queue to dump the contents of a Replication Server stable queue.

  • sysadmin dump_queue dumps stable queues into one of these:
    • Replication Server log

    • Alternate log file

    • RSSD

    • Client issuing the command

    To dump queues into the RSSD or client, the last argument of sysadmin dump_queue must be RSSD or client.

    If the RSSD or client option is not specified, or if the "log" option is specified, output goes into the Replication Server log.

    If an alternative log file for dumping queues is specified through the sysadmin dump_file command or through the file_name option, the output goes into the alternative dump file.

  • Specify the maximum sysadmin dump_queue command length by setting the queue_dump_buffer_size configuration parameter.

Dumping to the RSSD

If the RSSD option is used, the dump is written into two system tables in the RSSD, rs_queuemsg and rs_queuemsgtxt.

If the queue is dumped into the RSSD, the system tables are first cleared of the segments with the same q_number, q_type, seg, and blk as the blocks being dumped.

For information about the contents of the rs_queuemsg system table, see "Replication Server System Tables."

The rs_queuemsgtxt system table holds the text of commands dumped from the stable queue. If the text of a command exceeds 255 characters, it is stored in multiple rows numbered with the q_seq column.

Dumping to the client

If the client option is used, the dump is written to the client issuing the command, such as isql or Replication Server Manager.

Permissions

sysadmin dump_queue requires “sa” permission.

Related reference
admin who
rs_queuemsg
rs_queuemsgtxt
sysadmin dump_file