UNV1700-UNV1799
----
UNV1700E 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 Query
----
UNV1701E Installation directory is not defined.
Description
The program could not find the installation_directory entry in the Universal Query 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 Uquery configuration file. If the entry does not exist, add it. Set its value to the directory where Uquery is installed. Reinstall the program if necessary.
Component
Universal Query
----
UNV1703E Missing 'host' argument.
Description
The IP address or host name of the remote system was not supplied as a parameter to the Universal Query command, and no default value is available in the Uquery configuration file.
Severity
Error
System Action
The program terminates.
User Action
Add the -host parameter to the UQUERY command. To set a default IP address, update the 'host' value in the UQUERY configuration file.
Windows NT/2000 users: Use Universal Configuration Manager, accessible via the Control Panel, to set a default value.
Component
Universal Query
----
UNV1704E Unable to connect to ubroker at ipaddr, port: reason
Description
Universal Query was unable to establish a connection to Universal Broker, which is needed to request the Broker and component query information. ipaddr is the IP address of the system on which UQUERY expects Universal Broker to be running. port is the port number that UQUERY expects Universal Broker to be using to accept incoming connections. reason is an explanation of the error.
Severity
Error
System Action
The program terminates.
User Action
Make sure Universal Broker is running on the target system, and a network connection is available between the client and server machines. Make sure the 'host' value in UQUERY's configuration file is set to the IP address or host name of the system where Universal Broker is running. Also, make sure the 'port' value in UCMD Manager's configuration is set to the port number that is being used by Universal Broker to accept new connections (verify this against the service_port value in Universal Broker's configuration file). If the problem persists, contact Stonebranch customer support.
Windows NT/2000 users: Configuration values for all Universal products can be checked using Universal Configuration Manger, which is accessible from the Control Panel.
Component
Universal Query
----
UNV1705E Unable to send Broker Query message: func, errno, reason
Description
Universal Query was unable to send a request to Universal Broker to retrieve Broker information. 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 Universal Broker is running on the target system, and a network connection is available between the client and server machines. If the problem persists, contact Stonebranch customer support.
Component
Universal Query
----
UNV1706E 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 UQUERY configuration file. Make sure the directory exists and the user account running the ucmsrv program has sufficient access to that directory. Re-install UQUERY if necessary.
Component
Universal Query
----
UNV1707E Cannot access nls directory 'dir': reason
Description
The nls 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
Make sure the directory exists and the user account running the uquery program has access to this directory.
Component
Universal Query
----
UNV1708E Universal Query ending unsuccessfully with exit code exitcode.
Description
An error occurred within Universal Query. exitcode is the value returned by UQUERY.
Severity
Error
System Action
The program terminates.
User Action
Look for other messages issued by Universal Query. If the problem persists, contact Stonebranch customer support.
Component
Universal Query
----
UNV1709I Universal Query shutdown initiated due to user interrupt.
Description
Universal Query is terminating due to a cancel request issued by a user.
Severity
Informational
System Action
The program terminates.
User Action
None required.
Component
Universal Query
----
UNV1710E Cannot access code page 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
Make sure the specified file exists in the Universal Query's 'nls' directory. If it does not exist, re-install Universal Query.
Component
Universal Query
----
UNV1711I Connecting to broker at ipaddr, port.
Description
Indicates that Universal Query is trying to connect to Universal Broker at internet address ipaddr on port port.
Severity
Informational
System Action
The program continues.
User Action
None required.
Component
Universal Query
----
UNV1712I Process pid ended with exit code exitcode at remote time endtime.
Description
Indicates that the requested process has ended on the remote system. This message does not necessarily mean the process ended successfully, but only that it ran to completion and ended cleanly. pid is the process ID. exitcode is the value returned by the remote process. endtime is the time the process ended, expressed in terms of the remote system's local time.
Severity
Informational
System Action
The program continues.
User Action
None required.
Component
Universal Query
----
UNV1713I Process pid ended abnormally with exit code exitcode (hex) at remote time endtime.
Description
Indicates that the requested process did not run to completion, and did not end cleanly. pid is the process ID. exitcode is the value returned by the remote process. hex is a hexadecimal representation of the exit code. endtime is the time the process ended, expressed in terms of the remote system's local time.
Severity
Informational
System Action
The program continues.
User Action
None required on behalf of Universal Query.
Component
Universal Query
----
UNV1714I Maximum number of components running on Broker. Retry in num seconds.
Description
The Universal query cannot be started because the number of components currently being managed by Universal Broker has reached the maximum allowed. An attempt to start the component will be made every num seconds.
Severity
Informational
System Action
The program continues, attempting to start the component every num seconds.
User Action
Allow the program to run, waiting for another component to finish so the one waiting can start. Or, cancel UQUERY and try again later. If necessary, increase the running_max value in the Universal Broker configuration file.
Windows NT/2000 users: This value can be changed using Universal Configuration Manager, which is accessible via the Control Panel.
Component
Universal Query
----
UNV1715E STRUCM ended due to processing error.
Description
An internal error occurred in the Universal Query program.
Severity
Error
System Action
The program terminates.
User Action
Look for the cause of the error in the other error messages that precede this message. If the problem cannot be identified and resolved, contact Stonebranch customer support.
Component
Universal Query
----
UNV1716W Remote command ended with exit code exitcode.
Description
The remote process ended with a non-zero exit code. exitcode is the value returned by the process.
Severity
Warning
System Action
The program terminates.
User Action
Refer to messages generated by the remote command regarding the error. These messages are printed to the STDERR file of STRUCM.
Component
Universal Query
----
UNV1717W Remote command ended abnormally with exit code exitcode.
Description
Indicates that the requested process did not run to completion, and did not end cleanly. exitcode is the value returned by the remote command.
Severity
Warning
System Action
The program terminates.
User Action
Refer to messages generated by the remote command regarding the error. These messages are printed to the STDERR file of STRUCM.
Component
Universal Query
----
UNV1718I Remote command ended successfully with exit code 0.
Description
Indicates that the remote command completed its processing and ended without encountering any errors.
Severity
Informational
System Action
None
User Action
None required.
Component
Universal Query
----
UNV1719E Query error in post-process phase: errno.
Description
An error occurred in Universal Query during the post-process phase. The post-process phase occurs after the Broker query has completed. errno is the error number associated with the query error.
Severity
Error
System Action
The error is reported and the Universal Query exit code is set to a non-zero value.
User Action
Review the Universal Broker logs for additional error information. It is possible that the Broker query ended successfully. Contact Stonebranch customer support if assistance is required.
Component
Universal Query
----
UNV1720E 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 Query
----
UNV1721E Error receiving CMD_RESPONSE message: func, errno, reason
Description
Universal Query was unable to receive a information from the Universal Command Broker process. 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 a network connection is still available between the client and server machines. Check the Universal Broker message log for any errors reported by Universal Query. If the problem persists, contact Stonebranch customer support.
Component
Universal Query
----
UNV1722E Unable to send Component Query message: func, errno, reason
Description
Universal Query was unable to send a request to Universal Broker to retrieve component information. 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 Universal Broker is running on the target system, and a network connection is available between the client and server machines. If the problem persists, contact Stonebranch customer support.
Component
Universal Query
----
UNV1723E Possible broker access denial. Please review broker log file.
Description
Indicates that the failure condition encountered by the Universal Query Manager could be related to a Universal Broker access denial.
Severity
Error
System Action
The program terminates.
User Action
Review the Universal Broker log file and determine if the failure is due to a Universal Broker access denial.
Component
Universal Query
----
UNV1724E UQuery (STRUQR) processing failed with exit code exitcode.
Description
UQuery (STRUQR) processing ended with non-zero exit code exitcode. Refer to error messages written to the STDERR file stream for complete details of the error.
Severity
Error
System Action
The program terminates.
User Action
Correct the error described in the messages written to the STDERR file stream. Once the problem is corrected, rerun the command.
Component
Universal Query
----
UNV1725E Error establishing local broker session: func, errno, reason
Description
An error occurred establishing a communication session with the local broker. The function that failed is identified by field 'func'. Field p>errno is the error number, and field 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 Query
----
UNV1726E Error initializing local Broker interface: func, errno, reason
Description
An error occurred initializing the interface to the local Universal Broker. The manager communicates with the local Broker to register with it and to obtain its configuration data. The function func failed with an error code of errno, which is described by reason.
Severity
Error
System Action
The process terminates.
User Action
Check that a local Broker is running on the same system as the manager. If a Broker is not running, one must be started prior to starting the manager. Contact Stonebranch Customer Support is assistance is needed.
Component
Universal Query
----
UNV1727E Error recording process exit code: func, errno, reason
Description
An error occurred recording the manager process exit code for local Broker monitoring. The function func failed with an error code of errno, which is described by reason.
Severity
Error
System Action
The manager terminates. The local Broker shall detect that the manager ended, but it will not know the manager exit conditions.
User Action
On UNIX, the process lock file (PLF) used by the manager may have been corrupted or removed. Although the condition cannot be recovered, the cause of the problem should be determined to prevent it from reoccurring. Contact Stonebranch Customer Support is assistance is needed.
Component
Universal Query
----
UNV1728E Error registering with local Broker: func, errno, reason
Description
An error occurred registering with the local Universal Broker. The registration process is required for the manager to obtain its configuration data from the local Broker. The function func failed with an error code of errno, which is described by reason.
Severity
Error
System Action
The manager terminates.
User Action
Check that a local Broker is running on the same system as the manager. If a Broker is not running, one must be started prior to starting the manager. Contact Stonebranch Customer Support is assistance is needed.
Component
Universal Query
----
UNV1729E Error initializing local Broker interface using system ID 'sid': func, errno, reason
Description
An error occurred initializing the interface to the local Universal Broker using system identifier sid. The manager communicates with the local Broker to register with it and to obtain its configuration data. The function func failed with an error code of errno, which is described by reason.
Severity
Error
System Action
The process terminates.
User Action
Check that a local Broker is running with the appropriate system ID on the same system as the manager. If a Broker is not running, one must be started prior to starting uquery . Contact Stonebranch Customer Support is assistance is needed.
Component
Universal Query
----
UNV1730I Universal Query component cid registered with local Broker 'sid'.
Description
Uquery has successfully registered with the local Broker. The program has been assigned component ID cid by the Broker. If multiple Brokers are supported by the O/S, the system ID of the Broker is identified by sid.
Severity
Informational
System Action
Processing continues.
User Action
None required.
Component
Universal Query