Try OpenEdge Now
skip to main content
Database Administration
Reference : RFUTIL Utility : RFUTIL AIVERIFY FULL qualifier
 

RFUTIL AIVERIFY FULL qualifier

Verifies the full AI extent by validating AI files before they are applied. In addition to focusing on the AI block and the rlnote structure (note headers), this qualifier verifies note data members.

Syntax

rfutil db-name -C aiverify full {-a ai-name|-ailist listfile}

Parameters

db-name
Specifies the database you are using.
-a ai-name
Identifies the AI extent name.
-ailist listfile
Identifies a file containing a list of AI area files. The listfile file must be structured as follows:
*Specify one AI file per line
*AI file names can be fully specified absolute file name or a relative file name relative to the working directory where RFUTIL is executed
*Lines that begin with a colon (:), hash mark (#), or asterisk (*) are treated as comments and skipped over for parsing
Note: If you specify a list of AI files with -ailist and a file is not an after-image file, a warning is issued and the file is skipped.