Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, NOCONNAM
  Cannot create <str> constraint name for table <str>

  Explanation:  SQL tried to create a unique name for a CHECK type
  constraint on the named table.  SQL could not generate a unique
  name for this table.

  User Action:  You can either delete all CHECK constraints for
  this table and then recreate all of the constraints or you can
  specify the DIAGNOSTIC parameter to give the constraint an
  explicit name.
Close Help