rs_init_erroractions

Initializes a new error class.

Note: rs_init_erroractions will be deprecated. To initialize new classes, Sybase suggests that you use create error class with the set template to option.

Syntax

rs_init_erroractions new_error_class, template_class

Parameters

Examples

Usage

  • The template error class may be a user-defined error class or a system-provided error class such as rs_sqlserver_error_class.

  • Use the create error class command to create the new error class in the primary Replication Server for that error class. Then use rs_init_erroractions to initialize the class.

Related reference
create error class