Updall Basic options in Task - Start tool

The following tables describe the Basic options that are available when you run Updall from the Task > Start tool in the Domino Administrator.

Updall - Basic options

Table 1. Updall - Basic options

Option in Task - Start tool

Command-line option

Description

  • Index all databases
  • Index only this database or folder

databasepath

This option is used when running Updall as a console command.

"Only this database" updates only the specified database. To update a database in the Domino® data folder, enter the file name, for example, SALES.NSF. To update databases in a folder within the data folder, specify the database path relative to the data folder, for example, DOC\README.NSF.

"Index all databases" (or no database path) updates all databases on the server.

Update this view only

database -T viewtitle

Updates a specific view in a database. Use, for example, with -R to solve corruption problems.

Note: -T cannot be used with .IND (indirect) files.

Updall - Basic options - more

Table 2. Updall - Basic options - more

Option in Task - Start tool

Command-line option

Description

Update: All built views

-V

Updates built views and does not update full-text indexes.

Update: Full text indexes

-F

Updates full-text indexes and does not update views.

Update: Full text indexes: Only those with frequency set to: Immediate or Hourly

-H

Updates full-text indexes assigned "Immediate" or "Hourly" as an update frequency.

Update: Full text indexes: Only those with frequency set to: Immediate, Hourly, or Scheduled

-M or -S

Updates full-text indexes assigned "Immediate," "Hourly," or "Scheduled" as an update frequency.

Update: Full text indexes: Those with frequency set to: Immediate, Hourly, Daily, or Scheduled

-L

Updates full-text indexes assigned "Immediate," "Hourly," "Daily" or "Scheduled" as an update frequency.

Updall - QRP results view processing

The following table describes the Updall command options that are available to manage results views generated by the ExecuteToView method of the NotesQueryResultsProcesser class. For more information on this method, see the LotusScript and Java classes documentation in the Domino Designer documentation (V12.0.1 or later).

Table 3. Updall - QRP results view processing

Option in Task - Start tool

Command-line option

Description

Delete results view by name

database -Tx resultsviewname

Deletes a specified results view from a database.

For example:


load updall results.nsf -Tx resultsview

Add days to the expiration of a results view

database -T- resultsviewname days

Extends the expiration time of a results view for a specified number of days. By default, a results view expires after one day (24 hours) after which it's deleted.

The following example extends the expiration date to six days:


load updall results.nsf -T- resultsview 5

Updall - Named results processing

The following table describes the Updall command options that are available to manage named results generated by the Execute method of the NotesDominoQuery class. For more information on this method, see the LotusScript and Java classes documentation in the Domino Designer documentation (V12.0.1 or later).

Table 4. Updall - Named results processing

Option in Task - Start tool

Command-line option

Description

Delete one named document set

database -j deleteOne name

Deletes a specified named results set from a specified database.

For example: load updall database.nsf -j deleteOne namedresultsset

Delete all named document sets

database -j deleteAll

Deletes all named results sets from a specified database.

For example: load updall database.nsf -j deleteAll

Delete expired named document sets

-j deleteOld

Deletes expired named results sets from a specified database.

For example: load updall database.nsf -j deleteOld

Produce report for named document sets, for example, to the server console.

-j report

Reports named results sets saved, their size and expiration times for a specified database.

For example: load updall database.nsf -j report