resume component

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.

Syntax

resume {dsi | queue | rep agent | route} component_name 
for {server_name | group_name} [skip transaction | execute transaction]

Parameters

Examples

Usage

  • 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.

    Column Descriptions for resume component

    Column

    Description

    Action

    The name of the action

    Result

    The result of the execution

Related reference
configure component
get component
get threads
suspend component