This enumeration describes the values returned by the ValidationPolicy property in a Progress.Archive.ArchiveInfo class and indicate the action to take if validation fails.

Serializable

Yes

Super Class

Progress.Lang.Enum class

Members

Member Description
None When the validation fails, the AVM will not take any action. The operation will continue without raising an error. The files within the archive file can be accessed with no restrictions.

Warn

When the validation fails, the AVM displays a warning message but continues with the execution.
Note:
  • The AVM allows the session to suppress any type of warning messages (via startup parameters and SESSION attributes).
  • Warning messages are not caught by any CATCH blocks.
.
Fail When the validation fails, the AVM will cause the operation to fail and will raise a STOP condition.