Skip to main content

UNV0300-UNV0399


UNV0300E Error verifying certificate file 'filename': func, errno, reason

Description

An error occurred verifying 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


UNV0302E memory allocation error.

Description

There is not enough memory available to satisfy the allocation request.

Severity

Error

System Action

The program terminates.

User Action

Terminate running processes that are no longer needed in order to free memory, and try again.

Component

Universal Command Message Translator


UNV0303E Error opening message file.

Description

An attempt to open the input file failed.

Severity

Error

System Action

The program terminates.

User Action

Make sure the file still exists and the user account running the umet program has the authority to read the file. Refer to message UNV0304 for the file name.

Component

Universal Command Message Translator


UNV0304E File with name "fname" not found.

Description

An attempt to open file failed. fname is the name of the file.

Severity

Error

System Action

The program terminates.

User Action

Make sure the file still exists and the user account running the umet program has the authority to read the file.

Component

Universal Command Message Translator


UNV0305E Message exceeds maximum line length of maxlen.

Description

The message to be translated is too long, and will not fit in the space reserved to store messages. maxlen is the maximum allowable length of a message.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Command Message Translator


UNV0306E Invalid syntax on line lineno in translation table.

Description

An entry in the translation table was not formatted correctly. lineno is the line in the translation table where the bad entry is located.

Severity

Error

System Action

The program terminates.

User Action

Make sure all entries in the translation table are formatted correctly. Refer to the User's Guide for more information.

Component

Universal Command Message Translator


UNV0307E Message string exceeds maximum length of maxlen on line lineno in translation table.

Description

The length of an entry in the translation table file is greater than the space reserved to store the string. maxlen is the maximum allowable length of a string in the translation table. lineno is the line in the translation table file where the entry is located.

Severity

Error

System Action

The program terminates.

User Action

If possible, shorten the length of the string in the translation table. Otherwise, contact Stonebranch customer support.

Component

Universal Command Message Translator


UNV0308E Invalid exit value on line lineno in translation table.

Description

An exit value was specified that was not preceded by a minus sign (-) or a space. lineno is the line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Correct the exit value. Negative values should be preceded by a minus sign (-), and positive values should be preceded by a space.

Component

Universal Command Message Translator


UNV0309E Invalid precedence value on line lineno in translation table.

Description

A non-numeric or improperly formatted precedence value was detected. lineno is line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Refer to the User's Guide for the correct syntax and format of precedence values.

Component

Universal Command Message Translator


UNV0310E Non-numeric exit value on line lineno in translation table.

Description

A non-numeric value was detected in the translation table at the location where the program expected to find a numeric exit code. lineno is the line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Refer to the User's Guide for the correct format of the translation table. Replace any non-numeric exit codes with numeric values.

Component

Universal Command Message Translator


UNV0311E Non-numeric precedence value on line lineno in translation table.

Description

A non-numeric value was detected in the translation table at the location where the program expected to find a numeric precedence value. lineno is the line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Refer to the User's Guide for the correct format of the translation table. Replace any non-numeric precedence values with numeric values.

Component

Universal Command Message Translator


UNV0312E Exit value exceeds maximum value of 99999 on line lineno in translation table.

Description

An exit value greater than 99,999 was found in the translation table. lineno is the line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Set the exit code to a value that is less than or equal to 99,999. If this is not possible due to application requirements, contact Stonebranch customer support.

Component

Universal Command Message Translator


UNV0313E Precedence value exceeds maximum value of 99999 on line lineno in translation table.

Description

A precedence value greater than 99,999 was found in the translation table. lineno is the line in the translation table where the invalid value is located.

Severity

Error

System Action

The program terminates.

User Action

Set the precedence value to a value that is less than or equal to 99,999. If this is not possible due to application requirements, contact Stonebranch customer support.

Component

Universal Command Message Translator


UNV0314E Error opening translation table file.

Description

An attempt to open the file containing the message translation table failed.

Severity

Error

System Action

The program terminates.

User Action

Make sure the file still exists and the user account running the umet program has the authority to read the file. Refer to message UNV0315 for the file name.

Component

Universal Command Message Translator


UNV0315E File with name "fname" not found.

Description

An attempt to open the file containing the message translation table failed. fname is the name of the file.

Severity

Error

System Action

The program terminates.

User Action

Make sure the file still exists and the user account running the umet program has the authority to read the file.

Component

Universal Command Message Translator


UNV0316E Table entry exceeds maximum line length of maxlen.

Description

The table entry to be compared is too long, and will not fit in the space reserved to store entries. maxlen is the maximum allowable length of an entry.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Command Message Translator


UNV0340I Result: input line lineno matched row rowno of translation table.

Description

Indicates that a match was found in the translation table for an application-generated message. lineno is the line in the message file that contains the matched message. rowno is the line in the translation table to which the message was matched.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Command Message Translator


UNV0341I Exit code is exitcode.

Description

Displays the exit code that will be used for the matched message. exitcode is the value of the exit code. This message is preceded by UNV0340.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Command Message Translator


UNV0342I No matches were found.

Description

Indicates that a match could not be found in the translation table for an application-generated message.

Severity

Informational

System Action

The program continues.

User Action

If necessary, add the message to a translation table file.

Component

Universal Command Message Translator


UNV0344W STRUME ended with exit code exitcode.

Description

Message translation resulted in a warning. An exit code value, exitcode, between 1 and 10 results in a warning level message.

Severity

Warning

System Action

The program terminates.

User Action

None required.

Component

Universal Command Message Translator


UNV0345E STRUME ended with exit code exitcode.

Description

Message translation resulted in an error. An exit code value, exitcode, between 11 and 20 results in an error level message.

Severity

Error

System Action

The program terminates.

User Action

None required.

Component

Universal Command Message Translator


UNV0346S STRUME ended with exit code exitcode.

Description

Message translation resulted in a severe error. An exit code value, exitcode, between 21 and 30 results in a severe error level message.

Severity

Severe error

System Action

The program terminates.

User Action

None required.

Component

Universal Command Message Translator


UNV0347A STRUME ended with exit code exitcode.

Description

Message translation resulted in an abnormal error. An exit code value, exitcode, greater than 31 results in an abnormal end level message.

Severity

Abnormal end

System Action

The program terminates.

User Action

None required.

Component

Universal Command Message Translator


UNV0348E STRUME ended due to an internal processing error.

Description

STRUME ended due to an internal processing error. Refer to the error messages written to the STDOUT file for complete details.

Severity

Error

System Action

The program terminates.

User Action

None required.

Component

Universal Command Message Translator


UNV0380I Input line lineno matched row rowno of translation table.

Description

Indicates that a match was found in the translation table for an application-generated message. lineno is the line in the message file that contains the matched message. rowno is the line in the translation table to which the message was matched.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Command Message Translator


UNV0381I Message string: msg, exit code: exitcode.

Description

Displays the information returned from the translation table. msg is the text of the message. exitcode is the value of the exit code. This message is preceded by UNV0380.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Command Message Translator


UNV0382E File with name "fname" not found.

Description

An attempt to open the file for input failed.

Severity

Error (40)

System Action

The program terminates.

User Action

Make sure the file still exists and the user running the umet (strume) program has the authority to access the file.

Component

Universal Command Message Translator


UNV0383E File and member "fname(mbr)" not found.

Description

An attempt to open the file for input failed.

Severity

Error (40)

System Action

The program terminates.

User Action

Make sure that the file member exists and that the user running the umet(strume) program has the authority to access the file.

Component

Universal Command Message Translator