UNV0200-UNV0299
----
UNV0202E Cannot access spool directory 'dir': reason
Description
The spool directory, used to store the broker database files, could not be accessed. dir is the complete path name of the spool directory. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the directory exists and the user account running the ubroker program has access to this directory.
Component
Universal Broker
----
UNV0203E Error opening or creating X.509 certificate: func, rtnCode, locus, type, message.
Description
An error occurred when the Broker attempted to open or create the Broker's SSL server certificate. If the Broker is not configured with a certificate, then it was attempting to create an internal certificate. The information provided in the message can help Stonebranch Support to diagnose the problem. The information provided consists of the function that failed, func, the function's return code, rtnCode, the error locus, locus, the error type, type, and the error message, message.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch Customer Support for assistance in resolving the problem.
Component
Universal Broker
----
UNV0204E Error creating the public and private keys: func, rtnCode, message.
Description
An error occurred when the Broker attempted to create its public and private keys used for its internal X.509 SSL server certificate. The information provided in the message can help Stonebranch Support to diagnose the problem. The information provided consists of the function that failed, func, the function's return code, rtnCode, the error message, message.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch Customer Support for assistance in resolving the problem.
Component
Universal Broker
----
UNV0205E Component definition 'compname' specifies restart but it is not an auto-start component.
Description
The configuration_file entry in the definition file for the component identified by compname has set the RESTART option to YES but the component is not an auto-start component. The restart facility is only available for auto-start components.
Severity
Error
System Action
The program terminates.
User Action
Change the RESTART option to a value of NO.
Component
Universal Broker
----
UNV0206E Component configuration error in compName.
Description
An error occurred building a runtime definition for an installed component, identified by compName. This definition consists of configuration options used by Universal Broker to manage components at runtime. If the problem is due to a system error, this message will be accompanied by UNV0214.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support.
Component
Universal Broker
----
UNV0207E Cannot access installation directory 'dir': reason
Description
The installation directory identified by dir could not be accessed. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Check the value of the installation_directory entry in the Universal Broker configuration file. Make sure the directory exists and the user account running the ubroker program has sufficient access to that directory. Re-install Universal Broker if necessary.
Component
Universal Broker
----
UNV0208E Installation directory is not defined.
Description
The program could not find the installation_directory entry in the Universal Broker configuration file, or the installation_directory entry has no value associated with it.
Severity
Error
System Action
The program terminates.
User Action
Make sure there is an installation_directory entry in the Universal Broker configuration file. If the entry does not exist, add it. Set its value to the directory where Universal Broker is installed. Reinstall the program if necessary.
Component
Universal Broker
----
UNV0209E Cannot access nls directory 'dir': reason
Description
The nls directory, used to store message catalogs and text translation tables, could not be accessed. dir is the complete path name of the nls directory. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the directory exists and the user account running the ubroker program has access to this directory.
Component
Universal Broker
----
UNV0210E Both certificate name and private key name are required.
Description
Both the certificate name and private key name associated with the certificate's public key are required. One cannot be specified without the other.
Severity
Error
System Action
The program terminates.
User Action
Specify either both options or neither.
Component
Universal Broker
----
UNV0211E Error reading private key file 'filename': func, errno, reason
Description
An error occurred reading the Broker's private key from file filename. The function that encountered the error was func. The error is described by the error number errno and error reason reason.
Severity
Error
System Action
The program terminates.
User Action
Correct the condition that caused the error. If the condition cannot be determined, contact Stonebranch Customer Support.
Component
Universal Broker
----
UNV0212E Error reading certificate file 'filename': func, errno, reason
Description
An error occurred reading the Broker's X.509 certificate from file filename. The function that encountered the error was func. The error is described by the error number errno and error reason reason.
Severity
Error
System Action
The program terminates.
User Action
Correct the condition that caused the error. If the condition cannot be determined, contact Stonebranch Customer Support.
Component
Universal Broker
----
UNV0213E Error creating certificate: func, errno, reason
Description
An error occurred creating the Broker's X.509 certificate. The function that encountered the error was func. The error is described by the error number errno and error reason reason.
Severity
Error
System Action
The program terminates.
User Action
Correct the condition that caused the error. If the condition cannot be determined, contact Stonebranch Customer Support.
Component
Universal Broker
----
UNV0214E func failed: (errno) reason
Description
A call to a system function, identified by func, was not successful. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support if unable to identify and resolve the problem.
Component
Universal Broker
----
UNV0215E Cannot access working directory 'dir': reason
Description
The working directory, whose entire path is specified by dir, could not be accessed. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Check the value of the working_directory entry in the Universal Broker configuration file. Make sure that directory exists and that the user account running the ubroker program has sufficient access to that directory. If the directory does not exist, simply create it; re-installation should not be necessary.
Component
Universal Broker
----
UNV0216E Cannot access log directory 'dir': reason
Description
The log directory, used to store messages issued by Universal Broker and its managed components, could not be accessed. dir is the path name of the log directory. reason is an explanation of the error.
The log directory is relative to the installation directory.
Severity
Error
System Action
The program terminates.
User Action
Make sure the directory exists and the user account running the ubroker program has write access to this directory. If the directory does not exist, simply create it.
Component
Universal Broker
----
UNV0217W Error creating trace file: func, errno, reason.
Description
An error occurred creating the trace file. The function that encountered the error was func. The error is identified by the error number, errno, and error reason, reason.
Severity
Warning
System Action
Processing continues with tracing disabled.
User Action
Correct the condition that caused the error and rerun the broker.
Component
Universal Broker
----
UNV0218E Component definition compname is missing a command line specification.
Description
The start_command entry in the definition file for the component identified by compname could not be found.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support to obtain the name of the process executed by the specified component.
Component
Universal Broker
----
UNV0219E Error reading component definition directory 'dir': func, errno, reason
Description
An attempt by the ubroker program to access the component definition files failed. dir is the name of the directory from which the program tried to read the files. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the user account running the ubroker program has read access to the component definition directory. If there are no component definition files in that directory, re-install Universal Command. If the problem persists, contact Stonebranch customer support.
Component
Universal Broker
----
UNV0220E Component definition compname is missing a working directory specification.
Description
The working_directory entry in the definition file for the component identified by compname is either missing or has no value associated with it.
Severity
Error
System Action
The program terminates.
User Action
Make sure there is a working_directory entry in the component's definition file. If the entry does not exist, add it. Set its value to a directory where any output files generated by the component should be stored.
Windows NT/2000 users: This value can be set using the Component Definitions panel of the Universal Configuration Manager applet, accessible via the Control Panel.
Component
Universal Broker
----
UNV0221E Cannot access component directory 'dir': reason
Description
The component definition directory identified by dir could not be accessed. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Check the value of the component_directory entry in the Universal Broker configuration file. Make sure the directory exists and the user account running the ubroker program has read access to that directory. Re-install Universal Broker if necessary.
Component
Universal Broker
----
UNV0222E Error getting message msgid: func, errno, reason
Description
The command line help message with an ID of msgid could not be retrieved from the message catalog. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support.
Component
Universal Broker
----
UNV0223E Open failed for registry key 'key': reason
Description
The registry key specified by key could not be opened. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the specified registry key exists (using the registry editor, regedit.exe) and the user account running the ubroker program has read access to that key. If the key does not exist, repair the installation using Add/Remove Programs, which is accessible from the Control Panel. Select Universal Command from the list of programs. When the installation program begins, select the "Repair" option. If the problem persists, contact Stonebranch customer support.
Component
Universal Broker
----
UNV0224E Error reading component definition ddname 'ddname': func, errno, reason
Description
An attempt by the ubroker program to access the component definition members failed. ddname is the name of the ddname from which the program tried to read the members. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Correct the error and rerun. If the problem persists, contact Stonebranch customer support.
Component
Universal Broker
----
UNV0225E Error iterating component key 'key': func, errno, reason
Description
A list of subkeys of the registry key specified by key could not be obtained. func is the name of the function that prompted the error. errno is the error number. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Contact Stonebranch customer support.
Component
Universal Broker
----
UNV0226E Component definition 'compname' is missing a configuration file specification.
Description
The configuration_file entry in the definition file for the component identified by compname either is missing or has no value associated with it.
Severity
Error
System Action
The program terminates.
User Action
Make sure there is a configuration_file entry in the component's definition file. If the entry does not exist, add it. Set its value to the complete path of the component's configuration file.
Component
Universal Broker
----
UNV0227E Cannot access 'codepage' file 'file': reason
Description
The text translation file specified by file cannot be read. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Check to see if the specified file exists in the Universal Broker's 'nls' directory. If it does exist, make sure the user account running the ubroker program has read access to that directory. If necessary, re-install Universal Broker.
Component
Universal Broker
----
UNV0228E Log file directory verification failed: dir, func, reason
Description
The user account running the ubroker program does not have sufficient access to the log file directory, specified by dir. func is the name of the function in which the error occurred. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the user account running the ubroker program has the authority to create and write to files in the directory specified by dir.
Component
Universal Broker
----
UNV0229E Trace file directory verification failed: dir, func, reason
Description
The user account running the ubroker program does not have sufficient access to the trace file directory, specified by dir. func is the name of the function in which the error occurred. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure the user account running the ubroker program has the authority to create and write to files in the directory specified by dir.
Component
Universal Broker
----
UNV0230E Cannot access trace directory 'dir': reason
Description
The trace directory cannot be accessed. dir is the path name of the trace directory as specified in the ubroker configuration. This is relative to the installation directory. reason is an explanation of the error. The trace directory is the location in which ubroker creates its trace file.
Severity
Error
System Action
The program terminates.
User Action
Change the trace file directory in the ubroker configuration to a valid directory name.
Component
Universal Broker
----
UNV0231E Error creating keyType key pairs: func, errno, reason
Description
An error occurred creating the Broker's keyType private and public key pair. The function that encountered the error was func. The error is described by the error number errno and error reason reason.