Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

The db_file_generations option specifies the number of archived UBroker databases that should be stored. The following databases can be archived: bcomponent.db, scomponent.db, uems.db, ues.db and they will be

archived in a hidden .archive folder. The path for this folder on Windows is: C:\Program Files\Universal\spool\ubroker\.archive and on Linux it is /var/opt/universal/spool/.archive.

Usage


Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

NONE






Command Line, Long Form

-db_file_generations count



(tick)

(tick)

(tick)

Environment Variable

UBRDBFILEGENERATIONS count



(tick)

(tick)

(tick)

Configuration File Keyword

db_file_generations count



(tick)

(tick)

(tick)

Value

count is the specification for the number of UBroker databases to be archived.

The range of valid values for this option is 0-5, where 0 disables archiving all-together while still recreating the new database.

Default value is 3.

Command Usage

The DB_FILE_GENERATIONS option is used when the data from a corrupted database is preferred to be stored, rather than deleted when recreating a new UBroker database.

Notes

This change removes the recreate_databases option added in 7.3.0.0, to copy the functionality of the recreate_databases option, simply set the value of the new db_file_generations option to 0.

  • No labels