UNV1900-UNV1999

----

UNV1900E The 'stop', 'start', or 'refresh' argument is required.


Description


The -stop, -start, or -refresh parameter was not supplied to Universal Control Manager.


Severity


Error


System Action


The program terminates.


User Action


Add the -stop parameter to specify the component ID to stop on a remote system, the -start parameter to specify the name of a component to start on a remote system, or the -refresh parameter to force a Universal Broker to parse it's config file.


Component

Universal Control


----

UNV1901E The 'stop', 'start', and 'refresh' options are mutually exclusive.


Description


An attempt was made to start a Universal Control Manager using more than one of the following command line options: 'stop', 'start', or 'refresh'.


Severity


Error


System Action


The program terminates.


User Action


Restart the Universal Control Manager, making sure that only one of the following options are specified: 'stop', 'start', or 'refresh'.


Component

Universal Control


----

UNV1902E The Universal Control Server does not support the requested reqtype operation.


Description


The version of the Universal Control Server installed on the target system does not support the operation requested by the Universal Control Manager. reqtype is the type of request not supported <->

by the Server.


Severity


Error


System Action


The program terminates. The control session between the UCtl Manager and UCtl Server will be forcefully closed when the Manager ends. This will result in a termination error in the Server.


User Action


Upgrade the Universal Control Server on the target system to a version that supports the requested operation. See the Universal Command Consolidated Documentation manual for information on the features supported by Universal Control.


Component

Universal Control


----

UNV1903E Missing 'host' argument.


Description


The IP address or host name of the remote system was not supplied as a parameter to the Universal Control Manager command, and no default value is available in the UCTL Manager configuration file.


Severity


Error


System Action


The program terminates.


User Action


Add the -host parameter to the UCTL Manager command. To set a default IP address, update the 'host' value in the UCTL Manager configuration file.

Windows users: Use Universal Configuration Manager, accessible via the Control Panel, to set a default value.


Component

Universal Control


----

UNV1904E Unable to connect to ubroker at ipaddr, port: reason


Description


Universal Control Manager was unable to establish a connection to Universal Broker, which is needed to request the start of the Universal Control component. ipaddr is the IP address of the system on which UCTL Manager expects Universal Broker to be running. port is the port number that UCTL Manager 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 UCTL Manager'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 UCTL 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 users: Configuration values for all Universal products can be checked using Universal Configuration Manger, which is accessible from the Control Panel.


Component

Universal Control


----

UNV1905E Error starting UCTL: func, errno, reason


Description


Universal Control Manager was unable to send a request to Universal Broker to start the UCTL component. 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 Control


----

UNV1906E Error receiving READY message: func, errno, reason


Description


Universal Control Manager was unable to receive a message from Universal Control Server indicating the server's readiness to accept control request 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 a network connection is still available between the client and server machines. Check the Universal Broker message log for any errors reported by Universal Control Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1908E Error sending req message: func, errno, reason


Description


Universal Control Manager was unable to send a message to Universal Control Server containing the component command. req is the command the Manager tried to send. 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 Control Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1911E Error receiving STARTED message: func, errno, reason


Description


Universal Control Manager was unable to receive a message from Universal Control Server indicating the start of the request. 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 Control Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1912E Error receiving ENDED message: func, errno, reason


Description


Universal Control Manager was unable to receive a message from Universal Control Server indicating the completion of the request. 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 Control Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1913E 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 UCTL Manager configuration file. Make sure the directory exists and the user account running the uctsrv program has sufficient access to that directory. Re-install UCTL Manager if necessary.


Component

Universal Control


----

UNV1914E 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 uctl program has access to this directory.


Component

Universal Control


----

UNV1915E Error starting remote command: reason


Description


Universal Control Server rejected the control request sent by the Universal Control Manager. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure the correct file name and path information for the process was specified. Consult the documentation for the remote process to identify and resolve the problem.


Component

Universal Control


----

UNV1916E Universal Control is ending unsuccessfully with exit code exitcode.


Description


An error occurred within Universal Control Manager. exitcode is the value returned by UCTL Manager.


Severity


Error


System Action


The program terminates.


User Action


Look for other messages issued by Universal Control Manager. Check the Universal Broker message log for any I/O redirection errors reported by Universal Control Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1917E Error negotiating session with Uctl server: reason


Description


An attempt to determine compatible configuration options with Universal Control Server failed. 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. Also, check the value of the start_command entry in the UCTL component definition file. If this is not correct (and UCTL Server could not be started), UCTL Manager may time out waiting for the negotiation to start. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1918I Universal Control client shutdown initiated due to user interrupt.


Description


Universal Control Manager is terminating due to a cancel request issued by a user.


Severity


Informational


System Action


The program terminates.


User Action


None required.


Component

Universal Control


----

UNV1919E Error processing user identification request: func, errno, reason


Description


Universal Control Manager was unable to provide Universal Control Server with the user ID and/or password values stored in its configuration file or specified as a command parameter. 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 exists between the client and server machines. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1920E The server requires a User ID.


Description


A user ID is required by Universal Control Server to stop the requested component, but none was supplied Universal Control Manager.


Severity


Error


System Action


The program terminates.


User Action


Add the -userid parameter to the list of parameters used for the Universal Control command (see the Universal Control User's Guide for more information). To set up a default user ID, update the userid value in Universal Control Manager's configuration file.


Component

Universal Control


----

UNV1921E 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 Control Manager's 'nls' directory. If it does not exist, re-install Universal Control Manager.


Component

Universal Control


----

UNV1922I Connecting to broker at ipaddr, port.


Description


Indicates that Universal Control Manager 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 Control


----

UNV1923I reqtype started at remote time starttime.


Description


Indicates that the requested operation has started on the remote system. reqtype is the type of component request issued, either STOP or START. starttime is the time the stop request was sent, expressed in terms of the remote system's local time.


Severity


Informational


System Action


The program continues.


User Action


None required.


Component

Universal Control


----

UNV1924W Component compName cannot be started with Universal Control.


Description


An attempt to start the component identified by compName has failed because it can only be started as the Server component (e.g., Universal Command Server) for a Manager application (e.g., Universal Command Manager).


Severity


Warning


System Action


The program continues.


User Action


Set up the request to run as one of the available Universal Product Manager applications. If you are trying to start a component that does not require a Manager (e.g., an event-driven Universal Event Monitor Server) and the request is still failing, contact Stonebranch customer support.


Component

Universal Control


----

UNV1925I Stop request ended abnormally with exit code exitcode (hex) at remote time endtime.


Description


Indicates that the stop request did not complete, and did not end cleanly. exitcode is the value returned by the ubroker. hex is a hexadecimal representation of the exit code. endtime is the time the request 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 Control.


Component

Universal Control


----

UNV1926W An instance of the component compName is already running.


Description


An attempt to start the component identified by compName has failed because an instance of that component is already running. Because there is no Manager-Server relationship for Server components started with Universal Control, work is typically allocated to those components via an outside source. As such, only a single instance of a specific component may receive work assigned to it. To run multiple instances of the same type of Server component (e.g., an event-driven Universal Event Monitor Server), each instance must be defined with separate component definitions, and each must have a unique component name.


Severity


Warning


System Action


The program continues.


User Action


Use Universal Query to check the status of components on the target system. Execute Universal Control, passing it the ID of the active component instance to stop the component. Re-start the component by re-issuing the Universal Control command with the -start option.


Component

Universal Control


----

UNV1927W Component compId is not found.


Description


Indicates that the component compId specified in the request was not found running on the remote system.


Severity


Warning


System Action


The program continues.


User Action


Use uquery to check the status of components on the remote system and verify that the correct host and component ID were specified.


Component

Universal Control


----

UNV1928I Universal Control is ending successfully with exit code exitcode.


Description


Universal Control Manager successfully executed the command request. In the case of the STOP command, this message does not reflect the result of the stop request, only that it was successfully executed.


Severity


Informational


System Action


The program continues.


User Action


No action required.


Component

Universal Control


----

UNV1929I The maximum number of components are running on the Broker. Retry in num seconds.


Description


The Universal Control component 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 UCTL Manager and try again later. If necessary, increase the running_max value in the Universal Broker configuration file.

Windows users: This value can be changed using Universal Configuration Manager, which is accessible via the Control Panel.


Component

Universal Control


----

UNV1930W Component compName is not defined.


Description


An attempt to start the component identified by compName has failed because no definition for that component was found.


Severity


Warning


System Action


The program continues.


User Action


Make sure the component name specified matches the name of an installed component definition and try the command again.


Component

Universal Control


----

UNV1931E Security entity name 'entity' exceeds maximum length of maxlen.


Description


The security entity used to check whether a user account is authorized to run commands on the target system is too long. entity is the security entity name. maxlen is the maximum allowable length.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support.


Component

Universal Control


----

UNV1932E Error checking authorization: func, errno, reason


Description


An attempt by Universal Control Manager to check the RACF authority for a given user account has failed. 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 Control


----

UNV1933E Local system security has denied access to the cmd command on host ipaddr port port.


Description


The user ID executing the UCTL program was denied access by the local system security (RACF, etc.). The user was attempting to execute the command cmd on the broker listening on port port running on host IP address ipaddr.


Severity


Error


System Action


The program terminates.


User Action


If appropriate, permit the user ID permission to the security resource that protects the requested operation.


Component

Universal Control


----

UNV1934E Broker certificate verification failed.


Description


The Broker certificate did not meet the certificate verification options.


Severity


Error


System Action


The current connection to the peer is terminated.


User Action


Possible conditions that may cause this problems is (1) connected to the wrong Broker, (2) the Broker's certificate has been compromised, (3) the wrong Broker name was used on the Manager's verify option.


Component

Universal Control


----

UNV1935E Error in certificate match function for post-verification: func, errno, reason


Description


An error occurred matching a peer's certificate to the post-verification criteria. 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 current connection to the peer is terminated.


User Action


If the condition cannot be determined, contact Stonebranch Customer Support.


Component

Universal Control


----

UNV1939E RACF Class not found.


Description


An attempt to obtain the RACF class associated with Universal Control failed.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support.


Component

Universal Control


----

UNV1941E 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 Control


----

UNV1948I Universal Control Server component cid started.


Description


Indicates that the Universal Control Server has been successfully started. The Server's component identifier is cid.


Severity


Informational


System Action


The program continues.


User Action


None required.


Component

Universal Control


----

UNV1951E Error sending termination request to server: func, errno, reason


Description


Universal Control Manager is in the process of shutting down due to a termination request. As part of the shutdown process, the manager sends the server a termination request message. An error occurred while sending the message. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation the error.


Severity


Error


System Action


The program continues its shutdown process. The server will not receive the termination request.


User Action


If the server is release 1.2.0, it will terminate the user command when it loses its connection with the manager. If the server is release 2.1.0 or greater, the server will wait for the manager to recover the network connections. The user command and the server should be manually terminated.


Component

Universal Control


----

UNV1952E Cannot access the temp directory 'dir': reason


Description


The temp directory identified by dir could not be accessed. reason is an explanation of the error.


Severity

Error


System Action


The program terminates.


User Action


Verify the temp file directory configuration option specifies an existing directory that the user account which the Universal Control Server executes has proper security access.


Component

Universal Control


----

UNV1953E 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 Control


----

UNV1954E A CA certificate list is required in order to specify a certificate verify option.


Description


A CA certificate list was not specified. Consequentially, a peer certificate cannot be verified as authentic or accurate. In order for any of the certificate verify options to be reliable, the certificate must be authenticated with a CA certificate.


Severity


Error


System Action


The program terminates.


User Action


Specify a CA certificate list or remote the certificate verify options.


Component

Universal Control


----

UNV1955E Error reading private key file 'filename': func, errno, reason


Description


An error occurred reading the Manager's RSA 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 Control


----

UNV1956E Error reading certificate file 'filename': func, errno, reason


Description


An error occurred reading the Manager'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 Control


----

UNV1957E Error translating the certificate verification data into an internal format: func, errno, reason


Description


The certificate verification data is converted into an internal format suitable for efficient certificate comparisons. A error occurred in the conversion process. 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


Contact Stonebranch Customer Support to help resolve the error condition.


Component

Universal Control


----

UNV1958I Starting IP address resolution attempt current of max.


Description


Another attempt is being made to resolve the IP address of the Universal Broker. This is attempt number current of the maximum number of attempts max.


Severity


Informational


System Action


Processing continues.


User Action


No action is required.


Component

Universal Control


----

UNV1959E Bad IP address: ipaddr, reason


Description


The resolution of the specified IP address of the remote Universal Broker failed. The IP address being converted is ipaddr. The reason resolution failed is specified by reason.


Severity


Error


System Action


The Manager will retry the resolution if the value of the configuration option hostname_retry_count is greater than 1. Once all retry attempts have been exhausted, the Manager will terminate.


User Action


Make sure the IP address specifies a correct host name or a properly formatted numeric dotted IP address.


Component

Universal Control


----

UNV1960E Bad port number: port, reason


Description


The resolution of the specified port number of the remote Universal Broker failed. The port number being converted is port. The reason resolution failed is specified by reason.


Severity


Error


System Action


The program terminates.


User Action


Make sure the port number is a valid numeric port number or service name.


Component

Universal Control


----

UNV1961W No components with a component type of compType were found.


Description


An attempt to refresh one or more active components with a component type identified by compType failed.


Severity


Warning


System Action


The program continues.


User Action


Make sure a component is defined on the target system with the component type specified. If a component definition exists with a matching component type, use the Universal Query utility to check the component types for all active components on the target system. Re-run the request, using a valid component type.


Component

Universal Control


----

UNV1962W Components with a type of compType cannot be refreshed with Universal Control.


Description


An attempt to refresh one or more active components with a component type specified by compType has failed because that component is not capable of responding to a refresh request from Universal Control.


Severity


Warning


System Action


The program continues.


User Action


Refer to the Opswise Universal Agent User Guide to see which components support refresh requests from Universal Control.


Component

Universal Control


----

UNV1963E Possible broker access denial. Please review broker log file.


Description


Indicates that the failure condition encountered by the Universal Control 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 Control


----

UNV1964E UCtl (STRUCT) ended due to processing error.


Description


A non-recoverable error occurred in the Universal Control Manager program.


Severity


Error


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 or terminal output of UCtl (STRUCT). If the problem cannot be identified and resolved, contact Stonebranch customer support.


Component

Universal Control


----

UNV1965E Either START, STOP or REFRESH must be specified.


Description


One and only one of the command options (START, STOP or REFRESH) may be used. START, STOP and REFRESH are mutually exclusive. If not specified via the STRUCT command interface, one of the command options must be provided in either a plain (CMDFILE) or encrypted (ECMFILE) command file. If no other parameter is used, the value *YES may be entered for VERSION.


Severity


Error


System Action


The command terminates with an error code.


User Action


Specify the parameter as required.


Component

Universal Control


----

UNV1966E Entering a password requires that a user ID also be entered.


Description


STRUCM command error. If a password (PWD) is entered on the STRUCM screen, a user ID (USERID) is also required. Enter the user ID and try the command again.


Severity


Error


System Action


The command terminates with an error code.


User Action


Provide the dependent parameter.


Component

Universal Control


----

UNV1967E Command file (CMDFILE) and Encrypted command file (ECMFILE) are mutually exclusive.


Description


You cannot specify both types of command files. Only one can be used. The command file specified by CMDFILE is not encrypted where the command file specified by ECMFILE is encrypted with the STRUEN command.


Severity


Error


System Action


The command terminates with an error code.


User Action


Specify either the Command file (CMDFILE) or Encrypted command file (ECMFILE) but not both.


Component

Universal Control


----

UNV1968E Missing SAF key ring name, which is required for system SSL.


Description


When the system implementation of SSL is specified, a SAF key ring name is required.


Severity


Error


System Action


The program terminates.


User Action


Specify a SAF key ring name to be used for the SSL digital certificate requirements.


Component

Universal Control


----

UNV1969E 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 Control


----

UNV1970E 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 Control


----

UNV1971E 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 Control


----

UNV1972E 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 Control


----

UNV1973E 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 the manager. Contact Stonebranch Customer Support is assistance is needed.


Component

Universal Control


----

UNV1974E Error initializing for event generation: func, errno, reason.


Description


An error occurred initializing for event generation. The function that encountered the error is func. The error number returned is errno. An explanation of the error is reason.


Severity


Error


System Action


The program terminates.


User Action


Report the error to Stonebranch Customer Support.


Component

Universal Control


----

UNV1975W Error generating event message type type: func, errno), reason


Description


UCTL Manager or Server was unable to successfully generate an event message of type type. 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

Warning


System Action


The program continues processing. The event message is lost and will not be recovered.


User Action


Make sure the Broker is running and is able to accept connections over the component interface, specified in the Broker's configuration. If the problem persists, contact Stonebranch customer support.


Component

Universal Control


----

UNV1976E Error in caller provided UUID: func, errno, reason


Description


The process and group UUID values provided by the calling process could not be successfully processed. An error was encountered by function func. The error number is errno and a description of the error is reason.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch customer support if unable to identify and resolve the problem.


Component

Universal Control


----

UNV1977I Universal Control Manager component cid registered with local Broker 'sid'.


Description


The manager has successfully registered with the local Broker. The manager 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 Control


----

UNV1978W User ID user is not authorized to stop component.


Description


The specified user ID, user, is not authorized to stop the requested component.


Severity


Warning


System Action


The program terminates.


User Action

Specify a user ID that is authorized to stop the requested component.


Component

Universal Control


----

UNV1979E Error creating keyType key pairs: func, errno, reason


Description


An error occurred creating UCTL Server'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.


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 Control


----

UNV1980E Error creating certificate: func, errno, reason


Description


An error occurred creating UCTL Server'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 Control


----

UNV1981E Error verifying certificate: func, errno, reason


Description


An error occurred verifying UCTL Server'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 Control


----

UNV1982I stdfile: Protocol=protocol, Kx=keyex, Au=auth, Enc=enc, Mac=mac


Description


Displays network protocol properties for a standard file. stdfile is the name of the standard file, either "stdin", "stdout", or "stderr". The protocol name is indicated by protocol. Possible values are UNVv2 for the Universal version 2 protocol, SSLv3 for SSL version 3 protocol, or TLSv1/SSL for TLS version 1 of the SSL protocol. The value keyex specifies the key exchange method, value auth specifies the peer authentication method used, enc specifies the data encryption method used, and mac specifies the data authentication method used.


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Control


----

UNV1983I stdfile: Port=port, Compression=cmpr, NFT=nft, Mode=mode


Description


Displays session properties for a standard file redirection. stdfile is the name of the standard file, either "stdin", "stdout", or "stderr". The value port specifies the TCP/IP port number assigned to this connection. The value cmpr specifies the compression method, value nft specifies whether or not the session is using the Network Fault Tolerant protocol, value mode specifies the data translation mode.


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Control


----

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


Description


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


----

UNV1985E Minimum SSL protocol cannot be higher than the maximum.


Description


The user has set the minimum SSL protocol to a value that is higher than the maximum SSL protocol. This is not a valid configuration; the minimum must be lower or equal to the maximum.


Severity


Error


System Action


The program terminates.


User Action


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


Component

Universal Control