Skip to main content

UNV1000-UNV1099


UNV1000I Universal Enterprise Controller version started.

Description

Indicates successful startup of Universal Enterprise Controller. version specifies the program's version and build level.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Enterprise Controller


UNV1003W Broker at IP address ipaddr:port has reached its maximum number of components.

Description

The Broker at IP address ipaddr listening on port port is running its maximum number of components.

Severity

Warn

System Action

The program continues running.

User Action

This is an indication that the broker is fully utilized. If this condition continues the broker's workload should be analyzed.

Component

Universal Enterprise Controller


UNV1004E Error adding broker alert alertnum to broker name: func, reason.

Description

An error occurred adding alert number alertnum to broker name. The function func encountered an error as described by reason.

Severity

Error

System Action

The program continues running.

User Action

Contact Stonebranch Customer Support for assistance.

Component

Universal Enterprise Controller


UNV1006E 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 Enterprise Controller 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 Enterprise Controller


UNV1007E 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 Enterprise Controller configuration file. Make sure the directory exists and the user account running the controller program has sufficient access to that directory. Re-install Universal Enterprise Controller if necessary.

Component

Universal Enterprise Controller


UNV1008E Installation directory is not defined.

Description

The program could not find the installation_directory entry in the Universal Enterprise Controller 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 Enterprise Controller configuration file. If the entry does not exist, add it. Set its value to the directory where Universal Enterprise Controller is installed. Reinstall the program if necessary.

Component

Universal Enterprise Controller


UNV1009E 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 program has access to this directory. If the directory does not exist, re-install the product.

Component

Universal Enterprise Controller


UNV1011E Error querying broker: name, addr(ip):port, step1, step2, func, reason.

Description

An error occurred querying broker named name for its status. The broker's defined TCP/IP host address is addr listening on port port. The processing steps that failed are step1:step2, in function func, for the reason reason.

Severity

Error

System Action

The program continues.

User Action

An error can occur for many reasons. Check for some of the following common problems. The broker host name is incorrect or the port number is wrong. The network connection is not available between the controller and the broker host. The broker host system was brought down. The broker program was brought down.

Component

Universal Enterprise Controller


UNV1014E 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 action of the program depends on the context in which the error occurred.

User Action

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

Component

Universal Enterprise Controller


UNV1015E 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 Enterprise Controller configuration file. Make sure that directory exists and that the user account running the controller program has sufficient access to that directory. If the directory does not exist, simply create it; re-installation should not be necessary.

Component

Universal Enterprise Controller


UNV1016E Cannot access log directory 'dir': reason

Description

The log directory, used to store messages issued by Universal Enterprise Controller, could not be accessed. dir is the complete path name of the log 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 program has write access to this directory. If the directory does not exist, simply create it; re-installation should not be necessary.

Component

Universal Enterprise Controller


UNV1018E 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 Enterprise Controller


UNV1019E Error reading component definition directory 'dir': func, errno, reason

Description

An attempt by the controller 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 controller 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 Enterprise Controller


UNV1020E 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 Enterprise Controller


UNV1021E 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 Enterprise Controller configuration file. Make sure the directory exists and the user account running the controller program has read access to that directory. Re-install Universal Enterprise Controller if necessary.

Component

Universal Enterprise Controller


UNV1022E 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 Enterprise Controller


UNV1023E 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 controller 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 Enterprise Controller


UNV1025E 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 Enterprise Controller


UNV1027E 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 Enterprise Controller's 'nls' directory. If it does exist, make sure the user account running the controller program has read access to that directory. If necessary, re-install Universal Enterprise Controller.

Component

Universal Enterprise Controller


UNV1028E Log file directory verification failed: dir, func, reason

Description

The user account running the controller 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 controller program has the authority to create and write to files in the directory specified by dir.

Component

Universal Enterprise Controller


UNV1029E Error starting Broker Monitor Service: func, reason

Description

An error occurred starting the Broker Monitor Service. The function func encountered an error described by reason.

Severity

Error

System Action

The program continues.

User Action

Additional error messages may have been written. Review all error message for the possible cause. Contact Stonebranch customer support for assistance.

Component

Universal Enterprise Controller


UNV1030E Error processing request for session sid: msg, tranid func, reason

Description

An error occurred processing a client request on session identifier sid. The request is identified by the message name msg and the transaction ID tranid. func encountered the error described by reason.

Severity

Error

System Action

The program continues.

User Action

Additional error messages may have been written. Review all error message for the possible cause. Contact Stonebranch customer support for assistance.

Component

Universal Enterprise Controller


UNV1031E Error processing file 'file': func, reason

Description

An error occurred processing file file. The error is described by reason.

Severity

Error

System Action

The system action depends on the context in which the error occurred.

User Action

Review the reason for the error. The file may not exists or the program does not have security access to the file.

Component

Universal Enterprise Controller


UNV1032E Interface initialization error: func, errno, reason

Description

An error occurred initializing resources for either the UEC network or the UEC local interface. 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

If the problem persists, contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1033E Session manager message send error: func, errno, reason

Description

The controller encountered an error sending a message to a client. 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 continues.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1034I Session sesid created for ipadr:port.

Description

A new client session has been created. The session identifier is sesid. The client connection was accepted from host IP address ipadr on port number port.

Severity

Informational

System Action

The program continues.

User Action

No action required.

Component

Universal Enterprise Controller


UNV1035E Session creation failed: func, errno, reason.

Description

An error occurred creating a client session. The function func encountered the error described by the error number errno and the error reason reason.

Severity

Error

System Action

The program continues, but the client session is destroyed.

User Action

Review all messages during this period of time to determine the cause of the error. Contact Stonebranch customer support for assistance.

Component

Universal Enterprise Controller


UNV1036W User authentication failed for user username after attempts attempts.

Description

The user username failed its password validation when attempting to login to the Controller. The number of attempts reached the maximum number permitted.

Severity

Warning

System Action

The client session is destroyed.

User Action

No action required. This may be an indication of someone attempting unauthorized access to the system.

Component

Universal Enterprise Controller


UNV1037I Session sesid destroyed.

Description

A client session has been destroyed. The session identifier is sesid. Session destruction occurs when the session is no longer needed. The destruction process releases session resources.

Severity

Informational

System Action

The program continues.

User Action

No action required.

Component

Universal Enterprise Controller


UNV1038E Session destruction failed for session sesid: func, errno, reason.

Description

An error occurred destroying a client session sesid. The function func encountered the error described by the error number errno and the error reason reason.

Severity

Error

System Action

The program continues.

User Action

Review all messages during this period of time to determine the cause of the error. Contact Stonebranch customer support for assistance.

Component

Universal Enterprise Controller


UNV1039E Error processing file 'file': func, reason

Description

An error occurred processing file file. The error is described by reason.

Severity

Error

System Action

The system action depends on the context in which the error occurred.

User Action

Review the reason for the error. The file may not have enough disk space to complete the operation.

Component

Universal Enterprise Controller


UNV1040E Invalid maximum number of login attempts. Set to number. Must be greater than zero.

Description

The value specified for the maximum number of login attempts a user can make before being disconnected by the controller is invalid. This value must be greater than zero.

Severity

Error

System Action

The program terminates.

User Action

Make sure the value is set to be greater than zero.

Component

Universal Enterprise Controller


UNV1041E Error accepting connection and creating client session: func, reason

Description

An error occurred accepting the network connection from a client or in creating the client's session. Function func failed with as error described by reason.

Severity

Error

System Action

The system continues executing.

User Action

Review the reason for the error. Contact Stonebranch technical support for assistance.

Component

Universal Enterprise Controller


UNV1042E Error reading and parsing session message: func, reason

Description

An error occurred reading and parsing a session message from a client. Function func failed with as error described by reason.

Severity

Error

System Action

The system continues executing. If the error is a network error, the client session is closed and destroyed.

User Action

Review the reason for the error. Contact Stonebranch technical support for assistance.

Component

Universal Enterprise Controller


UNV1043I Session sesid timed out due to inactivity.

Description

Client session sesid timed out due to no message activity between the client and the controller.

Severity

Informational

System Action

The system continues executing.

User Action

No action required.

Component

Universal Enterprise Controller


UNV1044E Session time out processing failed: func, reason

Description

Client session time out processing failed in function func due to an error as described by reason.

Severity

Error

System Action

The system continues executing.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1045E Service manager failed to dispatch message for session sesid: func, reason

Description

The service manager subsystem failed to dispatch a message for session identifier sesid. Function func encountered an error described by reason.

Severity

Error

System Action

The system continues executing.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1046E Failed to add service svcname to the service manager list.

Description

The service manager could not add a service to its list of services.

Severity

Error

System Action

Undefined

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1047E Failed to add service to service object list: func, reason.

Description

An error occurred in function func while adding a service to a service object list. The reason for the error is described by reason.

Severity

Error

System Action

Depends on the context in which the error occurred.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1048E Error parsing XML tag set tagset: func, reason.

Description

An error occurred in function func while parsing the XML tag set tagset. The reason for the error is described by reason.

Severity

Error

System Action

Depends on the context in which the error occurred.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1049E Unrecognized target message on session sid: msg.

Description

An unrecognized message was received from session identifier sid for object target. The message name is msg.

Severity

Error

System Action

The message is ignored.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1050E Cannot access trace directory 'dir': reason

Description

The trace directory could not be accessed. dir is the complete path name of the trace 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 program has access to this directory. If the directory does not exist, re-install the product.

Component

Universal Enterprise Controller


UNV1051E Trace file directory verification failed: dir, func, reason

Description

The user account running the 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 program has the authority to create and write to files in the directory specified by dir.

Component

Universal Enterprise Controller


UNV1052E Log directory verification failed: dir, func, reason

Description

The user account running the program does not have sufficient access to the log 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 program has the authority to create and write to files in the directory specified by dir.

Component

Universal Enterprise Controller


UNV1053I Universal Enterprise Controller version ended successfully.

Description

Indicates the successful end of the Universal Enterprise Controller program. version specifies the program's version and build level.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Enterprise Controller


UNV1054E Universal Enterprise Controller version ended unsuccessfully with exit code errno.

Description

Indicates that the Universal Enterprise Controller program ended abnormally. version specifies the program's version and build level. errno is the program's exit status.

Severity

Error

System Action

The program terminates, returning the status specified by errno.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1055I Universal Enterprise Controller received a termination request. Starting shutdown.

Description

Indicates that the Universal Enterprise Controller program has received a shutdown request.

Severity

Information

System Action

The program begins its shutdown processing.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1056A Unable to connect to broker name: msg.

Description

This message is printed as an alert notification that the broker named name did not respond to a query request. msg provides the reason the broker could not be reached.

Severity

Alert

System Action

The program continues. The broker will be queried later and if it responds, an alert message will be issued to record the event.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1057A The component cmpname cmpid on broker 'bkrname' is disconnected.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has become disconnected from the manager that started it. The component ID is cmpid.

Severity

Alert

System Action

The program continues. Once the component's communication is reestablished with the broker, an alert message will be issued to record the event.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1058A The component cmpname cmpid on broker 'bkrname' is orphaned.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has become orphaned. A component becomes orphaned when the component's manager terminates. The component ID is cmpid.

Severity

Alert

System Action

The program continues. Once another manager adopts the component, an alert message will be issued to record the event.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1059A Broker 'name' is responding.

Description

This message is printed as an alert notification that the broker named name is now responding to query requests. This alert is printed when a broker that was not previously responding to query request starts responding.

Severity

Alert

System Action

The program continues.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1060A The component cmpname cmpid on broker 'bkrname' is reestablished.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has reestablished communication with its manager. The component ID is cmpid. This alert is printed when a previously disconnected or orphaned component reestablishes communication with a manager.

Severity

Alert

System Action

The program continues.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1061A The component cmpname cmpid on broker 'bkrname' is disconnected: mwid, meuid, mipaddr, mhostname, cmdid.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has become disconnected from the manager that started it. The component ID is cmpid. The mwid is the manager work id. The meuid is the manager user id. The mipaddr is the manager ip address. The mhostname is the manager host name. The cmdid is the component's command id.

Severity

Alert

System Action

The program continues. Once the component's communication is reestablished with the broker, an alert message will be issued to record the event.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1062A The component cmpname cmpid on broker 'bkrname' is orphaned: mwid, meuid, mipaddr, mhostname, cmdid.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has become orphaned. A component becomes orphaned when the component's manager terminates. The component ID is cmpid. The mwid is the manager work id. The meuid is the manager user id. The mipaddr is the manager ip address. The mhostname is the manager host name. The cmdid is the component's command id.

Severity

Alert

System Action

The program continues. Once another manager adopts the component, an alert message will be issued to record the event.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1063A The component cmpname cmpid on broker 'bkrname' is reestablished: mwid, meuid, mipaddr, mhostname, cmdid.

Description

This message is printed as an alert notification that the component named cmpname running on broker bkrname has reestablished communication with its manager. The component ID is cmpid. This alert is printed when a previously disconnected or orphaned component reestablishes communication with a manager. The mwid is the manager work id. The meuid is the manager user id. The mipaddr is the manager ip address. The mhostname is the manager host name. The cmdid is the component's command id.

Severity

Alert

System Action

The program continues.

User Action

No action is required.

Component

Universal Enterprise Controller


UNV1079E Error opening 'lang' message catalog in directory 'dir': reason

Description

The message catalog for the language specified by lang could not be opened. dir is the directory from which Universal Enterprise Controller tried to open the file. reason is an explanation of the error.

Severity

Error

System Action

The program terminates.

User Action

The name of the message catalog file is ussmcxxx.umc, where 'xxx' is an abbreviation for the language (e.g., English - eng). Make sure the required file exists in the specified directory, and that the user account running the controller program has the authority to read files in that directory. Re-install the program if necessary.

Component

Universal Enterprise Controller


UNV1080E Error opening message destination: reason

Description

Universal Enterprise Controller was unable to set a destination for the messages it displays. reason is an explanation of the error.

Severity

Error

System Action

The program terminates.

User Action

If the destination is set to LOGFILE, make sure the user account running the controller program has write permissions to the log directory. Also, make sure there is sufficient space available on the system on which Universal Enterprise Controller is running.

Component

Universal Enterprise Controller


UNV1081E Network initialization failed: func, reason

Description

The Windows TCP/IP interface could not be started. 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

Check with your network administrator to make sure TCP/IP is installed and properly configured on the system on which Universal Enterprise Controller will run. If the problem persists, contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1082E Failed to instantiate class class in func

Description

The class named could not be instantiated. class is the name of the class that could not be instantiate. func is the name of the function in which the error occurred.

Severity

Error

System Action

The program terminates.

User Action

Check that your system is not low on memory. If the problem persists, contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1083E Failed to load or create the user list: func, reason

Description

The user list could not be loaded. An effort to create a new user list has failed.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1084E Failed to load or create the broker list: func, reason

Description

The broker list could not be loaded. An effort to create a new broker list has failed.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1085E Failed to load or create the group list: func, reason

Description

The group list could not be loaded. An effort to create a new group list has failed.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1086E Failed to establish event handlers

Description

The event handlers could not be established for Universal Enterprise Controller.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1087E Service object pointer cannot be NULL

Description

The application tried to register a NULL service object with the service manager.

Severity

Error

System Action

Undefined

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1088E Service object failed during initialization

Description

The service object failed to initialize correctly.

Severity

Error

System Action

Undefined

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1089E Failed to retrieve service pointer from service object

Description

The controller failed to retrieve the address of a service from a service object.

Severity

Error

System Action

Undefined

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1090E Failed to add service to the service list

Description

The service manager could not add a service to its list of services.

Severity

Error

System Action

Undefined

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1091I service service successfully installed

Description

The service named was successfully installed.

Severity

Information

System Action

The program continues.

User Action

None required.

Component

Universal Enterprise Controller


UNV1092E Failed to register the service name service object

Description

The specified service object failed to register

Severity

Error

System Action

Universal Enterprise Controller terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1093E Failed to start the session manager

Description

The controller's session manager failed to start.

Severity

Error

System Action

Universal Enterprise Controller terminates.

User Action

Contact Stonebranch customer support.

Component

Universal Enterprise Controller


UNV1094E Failed to re-allocated list: func, reason

Description

The Enterprise Controller was unable to resize a block of memory it uses. 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 can usually continue running.

User Action

Check your machine's resource to see if it is low on memory or disk space.

Component

Universal Enterprise Controller


UNV1095E Failed to create a Broker Monitor thread: func, reason

Description

An error occurred creating a Broker Monitor thread. The function that failed is func. The reason it failed is reason.

Severity

Error

System Action

The program can usually continue running.

User Action

Check your machine's resource to see if it is low on memory or disk space.

Component

Universal Enterprise Controller


UNV1096E Critical section failure: func.

Description

An error occurred with a critical section. The function encountering the error was func.

Severity

Error

System Action

Program action depends on the context in which the error occurred. Refer to additional messages for the system action taken.

User Action

User action depends on the context in which the error occurred. Refer to additional messages for the recommended user action taken.

Component

Universal Enterprise Controller


UNV1097E Shutting down due to thread failure.

Description

An OS error occurred involving a polling thread.

Severity

Error

System Action

The program shuts down.

User Action

The program shuts down.

Component

Universal Enterprise Controller


UNV1098E Error creating certificate: func, errno, reason

Description

An error occurred creating the UEC'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 Enterprise Controller


UNV1099E Error creating RSA key pairs: func, errno, reason

Description

An error occurred creating the UEC's RSA 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 Enterprise Controller