Verify.bj

Action

Verify registered source files. Use Refresh to register and verify new and updated source files.

Syntax

Verify LogFile Workspace [Entity] [Status] [Cond] [Project] [Notify] [Drop] [LaunchHHC] [ExtraHHC] [StopHHC] [Wait]
Required Parameters Description

LogFile

Output log file generated when the batch script is executed.

Workspace

Workspace file (.rwp).

Optional Parameters Description

Entity

* or entity type of source files. Default is *.

Status Verification status of source files to verify. Specify:
  • *, to verify all source files.
  • !, to verify unverified source files.
  • R, to verify source files verified under the relaxed parsing option.
  • E, to verify source files that verified with an error.
  • S, to verify source files that verified successfully.
Cond Source files to verify. Use the Repository Exchange Protocol (RXP) to code the condition. For more information, see Analyzing Projects in the product documentation set.

Project

Project. Default is the default project.

Notify

Notification file.

Oracle Only Parameters Description

Drop

Whether to drop repository indexes. Specify:

  • Auto, to let the script determine whether to drop repository indexes based on the number of files to be processed.
  • Yes, to drop repository indexes.
  • No, to not drop repository indexes.

Dropping repository indexes generally improves performance when a large number of files need to be processed. Dropped indexes are restored when processing is complete. Default is No.

LaunchHHC

Whether to launch the Queue Processor, Yes or No. Launching the Queue Processor generally improves performance. Default is No.

ExtraHHC

If LaunchHHC is specified, the number of additional Queue Processors to launch.

StopHHC

Whether to stop the Queue Processor(s) when processing is complete, Yes or No.

Wait

Whether to wait until the Queue Processor(s) queue is empty. Specify:

  • Yes, to wait indefinitely.
  • No, to not wait.
  • The number of seconds to wait for the count on the queue to change. If the count does not change within the specified time, BRP resumes. Sixty minutes is recommended. 0 means no timeout.