The integrity of the business rules repository can be checked using the following command and relevant parameters.
Syntax:

validate-business-rules repository category model [version ] [-ist <rows>] [-ilt <rows>] [-schemas <comma separated list of schemas>]

where:

  • -ist specifies that tables with fewer than <rows> must be ignored.
  • -ilt specifies that tables with more than <rows> must be ignored.
  • -schemas optionally specifies existing schema(s) to which this command applies.
  • No labels