Skip to main content
Version: 10.1

Check objects

note

This article is about the Check objectsDelivery Manager action.

Check objects

Checks the validity of objects for application "Application" in database account "Database account" depending on option flags:

  • if "Check views" = 'Y', all Logical Views are checked;
  • if "Check table constraints" = 'Y', all Table Constraints are checked;

and so on.

The "Check..." option flags are all optional. If you do not specify 'Y' or 'N' for a flag, that flag is set to 'Y'. To perform all the checks (recommended), you can leave all the flags unspecified.

Parameters

NameTypeOptional?
ApplicationApplicationNo
Database accountDatabase accountNo
Check views Y/NOption flagYes
Check jobs Y/NOption flagYes
Check domain constraints Y/NOption flagYes
Check RDMI component constructors Y/NOption flagYes
Check decisions Y/NOption flagYes
Check web service provider methods Y/NOption flagYes
Check .NET source code Y/NOption flagYes
Check roles Y/NOption flagYes

Notes

This action is equivalent to using the Tools, Check Repository options in USoft Definer, and to pressing Check buttons offered in various windows, such as the Check button in the Logical View window.

Only objects that do not have Correct = Yes are (re)checked.

For objects that have an Active Y/N flag (such as Table Constraints), only objects that have Active = Yes are checked.