UpdateOnly.bj

Action

Refresh updated source files only, optionally based on a project control file (PCF). A project control file identifies the projects to which source files belong. Use:
  • CreatePCF.bj or Related.bj to create a project control file.
  • Register.bjto register new source files and refresh updated source files.
  • Refresh.bj to register and verify new and updated source files.
  • Verify.bj to verify registered source files.

Syntax

UpdateOnly LogFile Workspace StageDir [ProjectCF] [Notify] [Drop]
Required Parameters Description

LogFile

Output log file generated when the batch script is executed.

Workspace

Workspace file (.rwp).

StageDir

Staging directory for incoming source files.

Optional Parameters Description

ProjectCF

Project control file (.pcf).

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.