Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

forcefully terminated while a write to the database was still in progress.

This message is issued when the Universal Broker's recreate_databases configuration option is set to "yes", which instructs the Broker to delete and recreate the corrupted database so that Broker startup can proceed without intervention.


Severity


Informational


System Action

...


Make sure the minimum SSL protocol is lower or equal to the maximum.


Component

Universal Broker


----

UNV5345D The recreate_databases option has been deprecated and superseded by db_file_generations.


Description


The user has set an option that has been deprecated and superseded by db_file_generations.


Severity


Diagnostic


System Action


The program continues as normal.


User Action


No action required.


Component

Universal Broker


----

UNV5346E Error archiving the database file fname in func (errno): reason


Description


An attempt to create an archive copy of the database file fname failed. func identifies the name of the function in which the error occurred. errno is the error number and reason is an explanation of the error.


Severity


Error


System Action


In order to allow the Broker to continue its startup processing, the database file identified by fname is deleted and automatically recreated. No backup copy will exist, but this error indicates that the database file was likely beyond repair and not a good candidate for a backup.


User Action


No action required.


Component

Universal Broker


----

UNV5347E Error deleting the dbtype file fname in func (errno): reason


Description


When dbtype is "database", an attempt to delete a corrupted copy of the database that resides in fname failed. When dbtype is "archive", an attempt to delete archived copy of a corrupted database failed. func identifies the name of the function in which the error occurred. errno is the error number and reason is an explanation of the error.


Severity


Error


System Action


If 'dbtype' is "database", the Broker will fail. If 'dbtype' is "archive", the Broker will continue its startup processing. If the Broker is configured to archive corrupted databases, the archive may have been created, but the number of database archive files may now exceed the configured limit.
User Action


If 'dbtype' is "database", delete the specified database file and try to start the Broker again. If 'dbtype' is "archive", delete any archive files that exceed the Broker's configured limit or that are no longer needed.


Component

Universal Broker


----

UNV5348E Error creating the database archive directory in dir in func (errorno): reason


Description


An attempt to create an .archive directory that will hold backup copies of corrupted databases failed. dir is the name of the Broker database directory, in which the attempt to create the .archive directory was made. func identifies the name of the function in which the error occurred. errno is the error number and reason is an explanation of the error.


Severity


Error


System Action


The Broker will treat this as a non-fatal error. The corrupted database will be deleted so that Broker startup may continue. No backup copy will exist, but the database validation failure indicates that the database file was likely beyond repair and not a good candidate for a archival.


User Action


No action required.


Component

Universal Broker


----

UNV5349I Archiving the Broker database file dbpath to arcpath.


Description


The Broker databases were not properly closed when the Broker was last stopped, which has triggered database validation. If the Broker is configured to create archive copies of any database file that fails validation (the default) this message is displayed before before the Broker creates the archive. dbpath is the complete path of the database file being archived. arcpath is the complete path of the archived copy of the bad database file.


Severity


Informational


System Action


When the archival processing finishes, the Broker will delete the database file and resume its startup processing.


User Action


No action is required. To disable database archival, set the db_file_generations option in the Universal Broker configuration to 0 (zero).


Component

Universal Broker

...