AMT Help Files
Home AMT Developer Studio Code Management Generation Sets Duplicate Records Behaviour

Duplicate Records Behaviour

The Generation Set field 'Duplicate Records' sets the way the environment will react when a duplicate record is inserted into the database.

Option
Description
Abort Transaction

When this option is selected and a duplicate record is inserted in the database:

  • An error will be written into the logfiles of the Application Server or the Batch Controller.
  • The transaction will be aborted completely.
Warning in log files

When this option is selected and a duplicate record is inserted in the database:

  • A warning will be written into the logfiles of the Application Server or the Batch Controller.
  • The execution of the transaction proceeds, but the record will not be created.
No Warning

When this option is selected and a duplicate record is inserted in the database:

  • The execution of the transaction proceeds, but the record will not be created.


Contents

 Go to top