UNV0000-UNV0099

----

UNV0000E Open failed on file: (errno) reason


Description


An error occurred opening the message catalog file. The file name being opened is identified by file. The error is described by the error number, errno, and the error message reason.


Severity


Error


System Action


The program terminates.


User Action


Correct the condition that caused the error. Contact Stonebranch customer support if you are unable to identify and resolve the condition.


Component

Cross-Platform Messages


----

UNV0001E 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

Cross-Platform Messages


----

UNV0002E Incompatible version of TCP/IP.


Description


The program requires Windows Sockets version 2.0. A version other than 2.0 is currently installed.


Severity


Error


System Action


The TCP/IP interface cannot be initialized, and the program terminates.


User Action


Windows Sockets version 2.0 should be available if the system is running Windows NT 4.0 Service Pack 4 (or higher) or any level of Windows 2000. Contact your network administrator to determine if an upgrade is needed.


Component

Cross-Platform Messages


----

UNV0003E Opening translation table 'filename' failed: (errno) reason


Description


A code page file required to build an internal text translation table could not be opened. filename is the complete path name of the code page file. errno is the error number. reason is an explanation of the error.


Severity


Error


System Action


The attempt to send a message across the network fails. Depending on the message, the program will either skip the message and continue processing with the next message, or terminate.


User Action


Make sure the specified file exists, and that the user account running the program has the authority to read the file. If the problem persists, contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0004E Error wrapping trace file 'filename': func, errno, reason.


Description


A trace file has reached its maximum length and an attempt was made to wrap it around to the start again. An error occurred in function func when this was attempted. The function's error number is errno and the reason is reason. The trace file name is filename.


Severity


Error


System Action


Processing continues. This is not a fatal condition; however, the trace file may continue to grow in size.


User Action


Contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0005E Thread operation failure: func, errno, reason


Description


The was a failure in one of the thread operation calls. 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


Undetermined.


User Action


Contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0006E I/O error while reading translation table 'filename': func, errno, reason


Description


The specified code page file could not be read. filename is the name of the code page file. 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 attempt to send a message across the network fails. Depending on the message, the program will either skip the message and continue processing with the next message, or terminate.


User Action


Make sure the specified file exists, and that the user account running the program has the authority to read the file. If the problem persists, contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0007E Critical section failure for 'name'


Description


Execution failed entering or leaving a critical section. name is the name of the critical section..


Severity


Error


System Action


Undetermined.


User Action


If the problem persists, contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0010E Error writing trace file: func, errno, reason.


Description


An error occurred when writing a line to the trace file. Function func encountered an error described by the error code, errno, and reason, reason.


Severity


Error


System Action


Processing continues. This is not a fatal condition; however, the trace file may be missing lines or other form of integrity problems.


User Action


Contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0011W The log file was not rolled over. Messages will be appended to the current log file.


Description


A backup copy of the Universal log file used for a previous session could not be made. Messages for the new session will be added to the existing log file (unv.log).


Severity


Warning


System Action


The program continues.


User Action


Make sure the user account running the program has the authority to create files in the "log" directory, which is a subdirectory of the Universal Broker installation directory. Make sure there is sufficient space available to create a copy of the current log file.


Component

Cross-Platform Messages


----

UNV0014E Log file write error: (errno) reason. Logging will continue when the problem is resolved.


Description


An attempt to write a message to the Universal log file failed. errno is the error number. reason is an explanation of the error.


Severity


Error


System Action


The program continues trying to log messages as they are issued. Successive failed attempts to write to the log are not reported. When a write attempt does eventually succeed, the error condition is reset. This allows the error to be reported again.


User Action


If the write attempt failed because there was insufficient space available, free up some space and check the log file to see if any new errors are reported. If new messages do not appear in the log file after the problem has been resolved, contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0018E Component process creation failed: func, errno, reason


Description


An attempt to start the child process identified by the start_command entry in the component definition file was not successful. 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 child process terminates. Universal Broker, which is the parent of the component process, continues.


User Action


Contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0021E Open failed for trace file 'filename': reason


Description


The specified file used to store program trace displays could not be opened. filename is the name of the trace file. reason is an explanation of the error.


Severity


Error


System Action


The program terminates immediately.


User Action


Make sure the user account running the program has write access to the specified path. Unless a trace file is requested by Stonebranch customer support, restart the program using a different message level.


Component

Cross-Platform Messages


----

UNV0022E Key error errno


Description


An attempt to create a key required for encryption or decryption of network data failed. errno is the error number.


Severity


Error


System Action


The program will not be able to encrypt or decrypt the message data. The function trying to send or receive the message will fail. Because the message is skipped, the type of message and the context in which it is used will determine if the program terminates.


User Action


Contact Stonebranch customer support.


Component

Cross-Platform Messages


----

UNV0023E Failed allocating trace table of size bytes: reason


Description


An error occurred allocating a trace table of size bytes in memory. The size is specified by the TRACE_TABLE configuration option. The error condition is described by reason.


Severity


Error


System Action


The program terminates immediately.


User Action


The size of the trace is most likely larger then virtual storage available to the process. For example, on MVS, the REGION size of the address space may need increasing.


Component

Cross-Platform Messages


----

UNV0024A Trace table allocated: size=size, address=addr.


Description


Informational message identifying the size and memory location of the trace table for diagnostic purposes.


Severity


Audit


System Action


The program continues processing.


User Action


No action required.


Component

Cross-Platform Messages