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
ft:lastEdition
2024-08-20
ft:lastPublication
2024-08-20T21:40:14.000381

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.