/UpdateDBCfg [–Dynamic<mode>][-BackgroundStart] [-BackgroundCancel] [-BackgroundCancel] [-BackgroundFinish] [-BackgroundSuspend][-BackgroundResume] [-WarningsAsErrors] [-Server][-Extension <extension name>] 

Performs dynamic database configuration update (if possible).

-Dynamic<mode>. Shows whether dynamic update is performed. It can have the following values:

-Dynamic+ . Attempt a dynamic update. If the attempt is not successful, start background update. It is the default value.

-Dynamic. Prohibit dynamic update.

BackgroundStart [-Dynamic<mode>]. Start a background update and close this session. If another update is in progress, display an error.

-Dynamic+. Attempt a dynamic update. If the attempt is not successful, start background update. It is the default value.

-Dynamic. Prohibit dynamic update.

BackgroundCancel. Cancel a running background database configuration update. If there is no update running, display an error.

BackgroundFinish. Complete a running background database configuration update. This includes applying an exclusive lock and executing the final update part. If there is no update running or the final update part cannot be performed, display an error. The following parameters are available:

Visible. Display a dialog box with the following buttons: Cancel, Retry, and Close sessions and repeat. If the update cannot be completed and this parameter is not specified, stop the update and display an error.

WarningsAsErrors. Treat all warnings as errors.

BackgroundSuspend. Pauses background configuration update. If there is no update running, displays an error.

BackgroundResume. Resumes a paused background configuration update.

WarningsAsErrors. Treat all warnings as errors.

Server. Perform the update on the server (this option only makes sense on the server). When used with a background update, the following rules apply:

The refreshing phase is always performed on the server.

The processing phase and the change acceptance phase can be performed both on the client and on the server.

The option to start a background update on the client and complete it on the server, or vice versa, is available.

Extension <extension name>. Update the extension with the specified name. If the extension is successfully processed, return 0. Otherwise (if the extension with the specified name is not available or any errors occur) return 1.

You can use -UpdateDBCfg as a parameter for the following options:

  • /LoadCfg. Restore configuration from a file.
  • /UpdateCfg. Update a supported configuration.
  • /ConfigurationRepositoryUpdateCfg. Update configuration from the repository.
  • /LoadConfigFiles. Load configuration files.
  • /MAUpdatePublication . Update mobile application publication.
  • /MAWriteFile. Write mobile application .xml file.
  • /LoadConfigFromFiles. Load configuration from files.

1C:Enterprise Developer's Community