cdverify - Verify Configurations

cdverify dataaarea [-l | -i] [-e] [-f] [-w] [-a actor] [Field] [Action] [List] [Form] [Page] [Menu] [-v displayoptions]

The cdverify utility verifies the syntax of configurations for the Infor Rich Client. If no options other than data area are supplied, it will read through all active configurations and verify the syntax. If no type is specified, all applicable types will be included.

This verification can be useful after an upgrade and before users access the configurations to identify potential problems. It can also be used to identify potential problems in new configurations before a user attempts to access the configurations.

Parameters and Options Description
dataarea The data area you want to verify configuration for.
-a actor Process only those configurations for a specific actor. Use @global for global configurations. Fields and Actions are always global.
-e Print out syntax errors.
-f Skip folders/reports.
-l List only configurations marked as invalid (do not parse valid configurations).
-i Include configurations currently marked as invalid.
-w Include warnings (that is, treat them as errors).
-h Show syntax.
-v displayoptions

errorlevel, tracelevel, and verbose specified in any order, where:

  • errorlevel = {n}none | {f}atal | {e}rror | {w}arning (warning is the default)

  • tracelevel = 0:6 where 0 is no message and 6 is everything

  • verbose = whether to display exception stacktrace