On Errors - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last updated
2024-10-15
Published on
2024-10-15T20:43:02.290000

Usage

Recovers all entities created by the current RSL run.

Syntax
ON ERRORS { ROLLBACK | ACCEPT | CONTINUE };

The default value is ROLLBACK. If ROLLBACK is specified, all RSL entities created during the current run are removed from the model in case of an error.

If ACCEPT is specified, all RSL entities created up to the error stay in the model, but the current RSL run terminates after the error.

If CONTINUE is specified, all RSL-created entities remain in the model, and the current RSL run continues.