ADMINISTERING


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 toolCommand-line optionDescription
  • 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 onlydatabase -T viewtitleUpdates 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 toolCommand-line optionDescription
Update: All built views-VUpdates built views and does not update full-text indexes.
Update: Full text indexes-FUpdates full-text indexes and does not update views.
Update: Full text indexes: Only those with frequency set to: Immediate or Hourly-HUpdates 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 -SUpdates 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-LUpdates 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 https://help.hcltechsw.com/dom_designer/12.0.0/index.html (V12.0.1 or later).

Table 3. Updall - QRP results view processing
Option in Task - Start toolCommand-line optionDescription
Delete results view by namedatabase -TxresultsviewnameDeletes a specified results view from a database.

For example:

load updall results.nsf -Tx resultsview

Add days to the expiration of a results viewdatabase -T-resultsviewnamedaysExtends 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 https://help.hcltechsw.com/dom_designer/12.0.0/index.html (V12.0.1 or later).

Table 4. Updall - Named results processing
Option in Task - Start toolCommand-line optionDescription
Delete one named document setdatabase -j deleteOne nameDeletes 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 reportReports named results sets saved, their size and expiration times for a specified database.

For example: load updall database.nsf -j report