Skip to main content

UNV0200-UNV0299


UNV0202E Cannot access spool directory 'dir': reason

Description

The spool directory, used to store the broker database files, could not be accessed. dir is the complete path name of the spool 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 ubroker program has access to this directory.

Component

Universal Broker


UNV0203E Error opening or creating X.509 certificate: func, rtnCode, locus, type, message.

Description

An error occurred when the Broker attempted to open or create the Broker's SSL server certificate. If the Broker is not configured with a certificate, then it was attempting to create an internal certificate. The information provided in the message can help Stonebranch Support to diagnose the problem. The information provided consists of the function that failed, func, the function's return code, rtnCode, the error locus, locus, the error type, type, and the error message, message.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch Customer Support for assistance in resolving the problem.

Component

Universal Broker


UNV0204E Error creating the public and private keys: func, rtnCode, message.

Description

An error occurred when the Broker attempted to create its public and private keys used for its internal X.509 SSL server certificate. The information provided in the message can help Stonebranch Support to diagnose the problem. The information provided consists of the function that failed, func, the function's return code, rtnCode, the error message, message.

Severity

Error

System Action

The program terminates.

User Action

Contact Stonebranch Customer Support for assistance in resolving the problem.

Component

Universal Broker


UNV0205E Component definition 'compname' specifies restart but it is not an auto-start component.

Description

The configuration_file entry in the definition file for the component identified by compname has set the RESTART option to YES but the component is not an auto-start component. The restart facility is only available for auto-start components.

Severity

Error

System Action

The program terminates.

User Action

Change the RESTART option to a value of NO.

Component

Universal Broker


UNV0206E 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 Broker 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 Broker


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

Component

Universal Broker


UNV0208E Installation directory is not defined.

Description

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

Component

Universal Broker


UNV0209E 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 ubroker program has access to this directory.

Component

Universal Broker


UNV0210E 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 Broker


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

Description

An error occurred reading the Broker's 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 Broker


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

Description

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


UNV0213E Error creating certificate: func, errno, reason

Description

An error occurred creating the Broker'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 Broker


UNV0214E 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 Broker


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

Component

Universal Broker


UNV0216E Cannot access log directory 'dir': reason

Description

The log directory, used to store messages issued by Universal Broker and its managed components, could not be accessed. dir is the path name of the log directory. reason is an explanation of the error.

The log directory is relative to the installation directory.

Severity

Error

System Action

The program terminates.

User Action

Make sure the directory exists and the user account running the ubroker program has write access to this directory. If the directory does not exist, simply create it.

Component

Universal Broker


UNV0217W Error creating trace file: func, errno, reason.

Description

An error occurred creating the trace file. The function that encountered the error was func. The error is identified by the error number, errno, and error reason, reason.

Severity

Warning

System Action

Processing continues with tracing disabled.

User Action

Correct the condition that caused the error and rerun the broker.

Component

Universal Broker


UNV0218E 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 Broker


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

Description

An attempt by the ubroker 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 ubroker 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 Broker


UNV0220E 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 Broker


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

Component

Universal Broker


UNV0222E 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 Broker


UNV0223E 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 ubroker 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 Broker


UNV0224E Error reading component definition ddname 'ddname': func, errno, reason

Description

An attempt by the ubroker program to access the component definition members failed. ddname is the name of the ddname from which the program tried to read the members. 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

Correct the error and rerun. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0225E 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 Broker


UNV0226E Component definition 'compname' is missing a configuration file specification.

Description

The configuration_file entry in the definition file for the component identified by compname either is missing or has no value associated with it.

Severity

Error

System Action

The program terminates.

User Action

Make sure there is a configuration_file entry in the component's definition file. If the entry does not exist, add it. Set its value to the complete path of the component's configuration file.

Component

Universal Broker


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

Component

Universal Broker


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

Description

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

Component

Universal Broker


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

Description

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

Component

Universal Broker


UNV0230E Cannot access trace directory 'dir': reason

Description

The trace directory cannot be accessed. dir is the path name of the trace directory as specified in the ubroker configuration. This is relative to the installation directory. reason is an explanation of the error. The trace directory is the location in which ubroker creates its trace file.

Severity

Error

System Action

The program terminates.

User Action

Change the trace file directory in the ubroker configuration to a valid directory name.

Component

Universal Broker


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

Description

An error occurred creating the Broker'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 Broker


UNV0232E Component interface port number: port invalid.

Description

The port number on the network interface used to receive internal commands from the components managed by Universal Broker is invalid. port is the port number of the component interface.

Severity

Error

System Action

The program terminates.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0233E 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.

Component

Universal Broker


UNV0234E Error converting object to DER format: func, errno, reason

Description

An error occurred converting a PEM formated object to a DER format. The function func failed with error number errno and error reason reason.

Severity

Error

System Action

The program terminates.

User Action

Check the validity of the PEM formatted certificate or private key. If PEM formatted object is correct, contact Stonebranch Customer Support.

Component

Universal Broker


UNV0235E Error importing SAF certificate from keyring 'keyring' with label 'label': func, errno, reason

Description

An error occurred importing a SAF certificate from the keyring keyring with label label. The function func failed with error number errno and error reason reason.

Severity

Error

System Action

The program terminates.

User Action

Check the validity of the keyring and label. If keyring and label are correct, contact Stonebranch Customer Support.

Component

Universal Broker


UNV0250E Message interface open error: func, errno, reason

Description

The network connection used to receive messages from the components managed by Universal Broker could not be opened. 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

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0251E Service interface open error: func, errno, reason

Description

The network interface used to receive commands from the clients could not be opened. 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 Broker


UNV0252E Critical network error: func, errno, reason

Description

While waiting for communication from one of the components it manages, Universal Broker encountered an error that was not due to a timeout condition or interrupt signal. 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

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0253E Error processing component interface request: func, errno, reason

Description

Universal Broker received an internal command message from one of its components, but was unable to process it. 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 continues, ready to process the next request.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0254E Error processing cmd command: func, errno, reason

Description

Universal Broker received the command identified by cmd, but was unable to process it. 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 continues, ready to process the next request.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0255E Critical Active Component list error: comp, compid, func, errno, reason

Description

An attempt to add or remove a component from the list of active components maintained by Universal Broker failed. comp is the name of the component. compid is the component's ID. 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 immediately.

User Action

Contact Stonebranch customer support.

Component

Universal Broker


UNV0256E Error processing message interface: func, errno, reason

Description

Universal Broker received a message from one of its components, but was unable to process it. 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 continues, ready to receive the next message.

User Action

Contact Stonebranch customer support.

Component

Universal Broker


UNV0257E Error starting component comp: func, errno, reason

Description

Universal Broker failed to start the component identified by comp. This message is issued for auto-start components and those started by a client request. func is the name of the function in which the error occurred. rc is the error number. reason is an explanation of the error.

Severity

Error

System Action

The program continues, ready to receive the next request.

User Action

Check the component definition file to make sure the information there is correct. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0258E Error sending cmd command to comp (pid): func, errno, reason

Description

An attempt by Universal Broker to send the command identified by cmd to component name comp was unsuccessful. The component's process identifier pid identifies which component was sent the command. func is the name of the function in which the error occurred. rc is the error number. reason is an explanation of the error.

Severity

Error

System Action

A negative acknowledgement is sent to the client that prompted the command. The ubroker program continues.

User Action

Contact Stonebranch customer support.

Component

Universal Broker


UNV0259E Process termination expired for component comp.

Description

All attempts by Universal Broker to stop the component identified by comp have failed.

Severity

Error

System Action

The program continues. The component is removed from Universal Broker's active component list, although the actual process may still be present in the system.

User Action

If possible, cancel the process via the operating system. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0260E End-of-job processing failed for component comp: cid, pid, func, errno, reason

Description

An error occurred when Universal Broker was performing end-of-job processing for a comp component. The component instance is identified by its component ID, cid, and process ID, pid. 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 continues. The component is removed from Universal Broker's active component list, although the actual process may still be present in the system.

User Action

If necessary, cancel the process via the operating system. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0261E Error stopping component comp: compid, func, errno, reason

Description

A request was received by Universal Broker to stop the component identified by comp, but an error occurred during the processing of that request. compid is the component's ID. 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 continues.

User Action

Contact Stonebranch customer support.

Component

Universal Broker


UNV0262E Error sending acknowledgement: func, errno, reason

Description

An attempt by Universal Broker to send a confirmation to a client that a request was successfully processed 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 continues.

User Action

It may be necessary to cancel the client process via the operating system. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0263E Error refreshing component comp: compid, func, rc, reason

Description

A request was received by Universal Broker to dynamically update the configuration of the component identified by comp, but an error occurred during the processing of that request. compid is the component's ID. func is the name of the function in which the error occurred. rc 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 Broker


UNV0264I Universal Broker version started.

Description

Indicates successful startup of Universal Broker. version specifies the program's version and build level. The exact text displayed for Universal Broker may vary depending on platform and architecture.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Broker


UNV0265I Universal Broker version ended successfully.

Description

Indicates the successful end of the ubroker program. version specifies the program's version and build level.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Broker


UNV0266E Universal Broker version ended unsuccessfully with exit code errno.

Description

Indicates that the ubroker 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 Broker


UNV0267I Component comp compid (pid) ended with exit code exitcode.

Description

Indicates that the component named comp with component ID compid ended normally. pid is the process ID of the process associated with the component. exitcode is the exit code of that process.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Broker


UNV0268W Component comp compid (pid) ended abnormally with exit code exitcode (hex).

Description

The component named comp with component ID compid ended abnormally. pid is the process ID of the process associated with the component. exitcode is the exit code of that process. hex is the hexadecimal representation of the exit code.

Severity

Warning

System Action

The program continues.

User Action

Refer to the documentation for the process to identify and resolve the error.

Component

Universal Broker


UNV0269I Sent STOP command to component compname (pid).

Description

Indicates that Universal Broker successfully sent the STOP command to the component identified by compname. pid is the ID of the process associated with the component.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0270I Sent REFRESH command to component compname (pid).

Description

Indicates that Universal Broker successfully sent the REFRESH command to the component identified by compname. pid is the ID of the process associated with the component.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0271I Broker STOP command processed successfully.

Description

Indicates that Universal Broker successfully received a request for its termination.

Severity

Informational

System Action

The program initiates termination processing.

User Action

None required.

Component

Universal Broker


UNV0272I Broker REFRESH command processed successfully.

Description

Indicates that Universal Broker received and successfully processed a request to dynamically update its configuration.

Severity

Informational

System Action

The program continues with an updated configuration.

User Action

None required.

Component

Universal Broker


UNV0273I Broker REFRESH command failed.

Description

Indicates that Universal Broker received a request to dynamically update its configuration, but failed while attempting to process that request.

Severity

Informational

System Action

The program continues with its original configuration.

User Action

None required.

Component

Universal Broker


UNV0274I Component compname compid (pid) started.

Description

Universal Broker successfully started the component named compname as component ID compid. pid is the process ID of the process associated with the component.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Broker


UNV0275E Component interface init error: func, errno, reason

Description

The network interface used to receive internal commands from the components managed by Universal Broker could not be initialized. 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 Broker


UNV0276E Error reporting Universal Broker status to Service Control Manager: (errno) reason

Description

The Universal Broker NT service was unable to report its current status to the Service Control Manager. errno is the error number. reason is an explanation of the error.

Severity

Error

System Action

The service terminates.

User Action

Make sure the NT server or workstation is configured properly. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0277E Error responding to Broker Info command: func, errno, reason.

Description

Universal Broker was unable to satisfy a client request for status 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 continues.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0278E Error responding to Broker Component Info command: func, errno, reason

Description

Universal Broker was unable to satisfy a client request for a list of currently active components. 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 continues.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0279E 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 Broker 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 ubroker program has the authority to read files in that directory. Re-install the program if necessary.

Component

Universal Broker


UNV0280E Error opening message destination: reason

Description

Universal Broker 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 ubroker program has write permissions to the log directory. Also, make sure there is sufficient space available on the system on which Universal Broker is running.

Component

Universal Broker


UNV0281E Network initialization failed: func, reason

Description

The Windows NT/2000 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 Broker will run. If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0283E Error processing COMPONENT_FORWARD_SOCKET command to comp: func, errno, reason

Description

An attempt by Universal Broker to negotiate a network connection between the client and a component managed by the broker failed. comp is the name of the component to which the broker tried to forward the connection 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 client is notified of the request failure, and the program continues.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0284I Component comp (pid) started as job jobnum/user/jobname.

Description

Indicates that the component identified by comp was successfully started. pid is the ID of the process associated with the component. jobnum the job number. user is name of the account that started the process. jobname is the name of the job.

Severity

Informational

System Action

None

User Action

None required.

Component

Universal Broker


UNV0285E UBROKER ended due to processing error.

Description

Universal Broker encountered an error from which it could not recover.

Severity

Error

System Action

The program terminates.

User Action

Refer to previously issued diagnostic messages for details of the error.

Component

Universal Broker


UNV0286I Component compid started by workid, userid.

Description

Universal Broker started component ID compid. The component was requested by a job or process identified by workid running with a user ID of userid.

Severity

Informational

System Action

No action. Processing continues.

User Action

No action required.

Component

Universal Broker


UNV0287I Component compid started from host ipaddr (hostname) on port port.

Description

Universal Broker started component ID compid. The request came from a host with IP address ipaddr which resolves to host name hostname. Port number port is the TCP port number on the host from which the request came.

Severity

Informational

System Action

No action. Processing continues.

User Action

No action required.

Component

Universal Broker


UNV0288I Cannot get PEER information for invalid remote socket rmtSocket.

Description

Universal Broker attempted to get PEER information for an invalid socket descriptor rmtSocket.

Severity

Informational

System Action

No action. Processing continues.

User Action

No action required.

Component

Universal Broker


UNV0289I Sent RECONNECT command to component compname compid(pid).

Description

Indicates that Universal Broker successfully sent the RECONNECT command to the component identified by compname. compid is the ID of the component. pid is the ID of the process associated with the component.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0290I Sent RESTART command to component compname compid(pid).

Description

Indicates that Universal Broker successfully sent the RESTART command to the component identified by compname. compid is the ID of the component. pid is the ID of the process associated with the component.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0291I Manager restart completed from user 'userid', work ID 'workid' for command ID 'cmdid', component ID cmpid.

Description

Indicates that Universal Broker received and successfully processed a message indicating that a Universal Command manager has successfully been restarted. UserID is the User ID of the person initiating the RESTART request. WorkID is the Work ID of the Manager. CmdID is the command ID of the component. compID is the ID of the component.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0292I Manager restart request received from user 'userid', work ID 'workid' for command ID 'cmdid', component ID cmpid.

Description

Indicates that Universal Broker successfully received a MANAGER RESTART command from manager workid executing as user userid for the server with command ID cmdid and component ID cmpid.

Severity

Informational

System Action

The program continues.

User Action

None required.

Component

Universal Broker


UNV0293W Component comp compid (pid) ended with non-zero exit code exitcode (hexexitcode).

Description

Indicates that the component named comp with component ID compid ended with a non-zero exit code. pid is the process ID of the process associated with the component. exitcode is the exit code of that process. hexexitcode is the hexadecimal format of exitcode.

Severity

Warning

System Action

None

User Action

None required.

Component

Universal Broker


UNV0294W IP Address ipaddr is not allowed access to Universal Broker services by ACL rule rulenum.

Description

Indicates that the IP Address ipaddr has been denied access to the Universal Broker services according to the Universal Access Control List (UACL) rule number rulenum.

Severity

Warning

System Action

None

User Action

None required.

Component

Universal Broker


UNV0295E Error processing component interface request: func, errno, reason

Description

Universal Broker received an internal command message from one of its components, but was unable to process it. 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 continues, ready to process the next request.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0296E Failed Writing to Database: func, errno, reason

Description

Could not write to the Universal Broker component database. 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 continues.

User Action

If the problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0297E Error opening the cmpname database: func, errno, reason

Description

An error occurred opening the database for component cmpname, and recovery may need to be run on the database before starting the Universal Broker. 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

Database errors that occur when opening the database will require the database to be recovered or deleted. Database recovery procedures are documented in the Opswise Universal Agent Installation and Administration Guide. File system related errors, such as, security access denied, no disk space, etc. require the file system conditions to be corrected. Contact Stonebranch Customer Support if assistance is needed.

Component

Universal Broker


UNV0298E Failed creating the Universal Broker PID file: pidfile

Description

The Universal Broker PID file could not be created. pidfile is the path to the PID file that could not be created.

Severity

Error

System Action

The program terminates.

User Action

Make sure the permissions on the directory that the PID file being written to will allow the Universal Broker to create the PID file. If problem persists, contact Stonebranch customer support.

Component

Universal Broker


UNV0299E Universal Broker PID file: pidfile exist. Broker may be currently running.

Description

The Universal Broker found an instance of the Broker process already running. pidfile is the path to the existing PID file which contains the process ID of the running Universal Broker.

Severity

Error

System Action

The program terminates.

User Action

Make sure no other Universal Broker is currently running. If problem persists, contact Stonebranch customer support.

Component

Universal Broker