Resumes a component in a specified server. The command resumes a DSI thread, Replication Agent thread, queue, or route in a Replication Server, or a RepAgent thread in an Adaptive Server Enterprise.
resume {dsi | queue | rep agent | route} component_name for {server_name | group_name} [skip transaction | execute transaction]
If the option is provided for a queue, specifies that the SQM should skip the first large message encountered after restarting.
If this option is provided for a route, ignore the first transaction encountered with a wide message greater than 16K bytes.
resume dsi inventory_pds.vendor for INVENTORY_RS with nowait
resume rep agent inventory_pds.vendor for INVENTORY_RS
resume rep agent vendor for INVENTORY_PDS
The rep agent component type is used to resume either a Replication Agent thread for a connection in a Replication Server, or a RepAgent thread in an Adaptive Server Enterprise.
The skip transaction option is valid with a Replication Server DSI connection, queue, or route.
The execute transaction option is valid only for a Replication Server DSI connection.resume issues the sp_start_rep_agent when resuming a RepAgent thread in an Adaptive Server Enterprise.
resume returns the following result set.