UNV0500-UNV0599

UNV0500-UNV0599

----

UNV0500E Either the 'cmd' or 'script' argument is required.


Description


Neither the -cmd nor the -script parameter was supplied to Universal Command Manager.


Severity


Error


System Action


The program terminates.


User Action


Add the -cmd parameter to specify the name of the process to execute on a remote system. If several commands need to be run, use the -script parameter to specify the name of a local script file that contains the list of commands.


Component

Universal Command


----

UNV0501E A COMMAND-ID value must be specified when the RESTART value is YES or AUTO.


Description


The RESTART option has been set to a value of YES or AUTO. These two values require a command identifier be specified by the manager to uniquely identify the job to reattach. In the case of AUTO, the manager only reattaches should it find a job with the same command ID executing, else it starts a new instance.

The RESTART configuration value may be specified in a configuration file or system registry for Unix and Windows, respectively.


Severity


Error


System Action


The program terminates.


User Action


Add the -cmdid parameter to the Universal Command Manager command options.


Component

Universal Command


----

UNV0502E Error receiving restart response: func, errno, reason


Description


Universal Command Manager was unable to receive a response to a RESTART message from Universal Broker. This error will also be displayed if the Broker rejected the message due to the state of the Universal Command Server. The Broker will also reject the request if no component was found with the specified command ID, or if the component has already accepted a restart request from another Manager. 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


If the Broker rejected the restart request due to the state of the Universal Command Server, the manager may re-send the request, depending on the Server's state. If the Broker rejected the request for some other reason, the restart request will not be re-sent. If the request can't be re-sent, or some other error occurred, the program will terminate. If the request can be re-sent, the Manager will continue to do so until the number of restart attempts exceeds the retry count in the Manager's configuration.


User Action


Examine the error messages to identify the reason the response is in error. 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 Broker. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0503E Missing 'host' argument.


Description


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


Severity


Error


System Action


The program terminates.


User Action


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

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


Component

Universal Command


----

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


Description


Universal Command Manager was unable to establish a connection to Universal Broker, which is needed to request the start of the Universal Command component. ipaddr is the IP address of the system on which UCMD Manager expects Universal Broker to be running. port is the port number that UCMD 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 UCMD 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 UCMD Manager's configuration is set to the port number that is being used by Universal Broker to accept new connections (verify this against the service_port value in Universal Broker's configuration file). If the problem persists, contact Stonebranch customer support.

Windows NT/2000 users: Configuration values for all Universal products can be checked using Universal Configuration Manger, which is accessible from the Control Panel.


Component

Universal Command


----

UNV0505E Error starting UCMD: func, errno, reason


Description


Universal Command Manager was unable to send a request to Universal Broker to start the UCMD 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 Command


----

UNV0506E Error receiving READY message: func, errno, reason


Description


Universal Command Manager was unable to receive a message from Universal Command Server indicating the server's readiness to accept process execution 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 Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0507E Error sending EXEC message: func, errno, reason


Description


Universal Command Manager was unable to send a message to Universal Command Server containing process execution 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 Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0508E Unable to connect stdfile redirection socket to ipaddr, port: reason


Description


A network connection required for handling standard input and output redirection could not be established. stdfile is the name of the standard file (either stdin, stdout or stderr) for which the connection failed. ipaddr is IP address of the system to which the connection was attempted. port is the port number used to try to establish the connection. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure a network connection is available between the client machine and the server machine (identified by ipaddr). Check the Universal Broker message log for any errors reported by Universal Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0509E Error connecting redirection sockets: func, errno, reason


Description


One or more of the network connections used to handle standard input and output redirection processing could not be completed. 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 Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0510E Error closing filename: errno, reason


Description


An error occurred closing a file used for standard I/O. The error occurred closing file filename. The error number from the close function is errno and the error reason is reason.


Severity


Error


System Action


The program terminates with an error code.


User Action


Correct the condition that caused the close error. There are many possible reasons for a close error. If you require assistance with resolving the problem, contact your system administrator or Stonebranch customer support.


Component

Universal Command


----

UNV0511E Error receiving STARTED message: func, errno, reason


Description


Universal Command Manager was unable to receive a message from Universal Command Server indicating the start of the requested process. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure a network connection is still available between the client and server machines. Check the Universal Broker message log for any errors reported by Universal Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

UNV0512E Error receiving ENDED message: func, errno, reason


Description


Universal Command Manager was unable to receive a message from Universal Command Server indicating the completion of the requested process. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure a network connection is still available between the client and server machines. Check the Universal Broker message log for any errors reported by Universal Command Server. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

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


Component

Universal Command


----

UNV0514E 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 ucmd program has access to this directory.


Component

Universal Command


----

UNV0515E Error starting remote command: reason


Description


Universal Command Server could not start the process requested by Universal Command Manager. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


The necessary action to resolve the problem depends on the reason. Additional information may be obtained from the Universal Broker log messages.


Component

Universal Command


----

UNV0516E Universal Command ending unsuccessfully with exit code exitcode.


Description


An error occurred within Universal Command Manager. This message will also be displayed if Universal Command Server reported standard I/O redirection problems. This message does not reflect the result of the requested process, which is reported by message UNV0524 or UNV0525. exitcode is the value returned by UCMD Manager.


Severity


Error


System Action


The program terminates.


User Action


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


Component

Universal Command


----

UNV0517E Error negotiating session with Ucmd server: reason


Description


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


Component

Universal Command


----

UNV0518I Universal Command client shutdown initiated due to user interrupt.


Description


Universal Command 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 Command


----

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


Description


Universal Command Manager was unable to provide Universal Command 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 Command


----

UNV0520E User ID is required by server.


Description


A user ID is required by Universal Command Server to start the requested process, but none was supplied Universal Command Manager.


Severity


Error


System Action


The program terminates.


User Action


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


Component

Universal Command


----

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


Component

Universal Command


----

UNV0522I Connecting to broker at ipaddr, port.


Description


Indicates that Universal Command 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 Command


----

UNV0523I Process pid started at remote time starttime.


Description


Indicates that the requested process has started on the remote system. pid is the process ID. starttime is the time the process started, expressed in terms of the remote system's local time.


Severity


Informational


System Action


The program continues.


User Action


None required.


Component

Universal Command


----

UNV0524I Process pid ended with exit code exitcode at remote time endtime.


Description


Indicates that the requested process has ended on the remote system. This message does not necessarily mean the process ended successfully, but only that it ran to completion and ended cleanly. pid is the process ID. exitcode is the value returned by the remote process. endtime is the time the process ended, expressed in terms of the remote system's local time.


Severity


Informational


System Action


The program continues.


User Action


None required.


Component

Universal Command


----

UNV0525I Process pid ended abnormally with exit code exitcode (hex) at remote time endtime.


Description


Indicates that the requested process did not run to completion, and did not end cleanly. pid is the process ID. exitcode is the value returned by the remote process. hex is a hexadecimal representation of the exit code. endtime is the time the process ended, expressed in terms of the remote system's local time.


Severity


Informational


System Action


The program continues.


User Action


None required on behalf of Universal Command.


Component

Universal Command


----

UNV0526I stdfile: crypt=encrypt, comp=compress, auth=authenticate, ft=ft, mode=xmit, net=netbytes, file=filebytes


Description


Displays network data properties for each standard file. stdfile is the name of the standard file, either "stdin", "stdout", or "stderr". encrypt indicates whether or not network data was encrypted. compress indicates whether or not network data was compressed. authenticate indicates whether or not network data was authenticated. ft indicates whether or not the network session was fault tolerant. xmit is the format of the transmitted data, either "text" or "binary". netbytes is the number of bytes actually transmitted across the network during redirection processing. filebytes is the number of bytes contained in the standard file, before it was redirected and transmitted across the network.


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Command


----

UNV0527E Open failed for script file 'filename': reason


Description


The script file specified by the -script parameter could not be opened. filename is the name of the script file. reason is an explanation of the error.


Severity


Error


System Action


The program terminates.


User Action


Make sure the specified file exists, and is in a location accessible to the user account running Universal Command Manager.


Component

Universal Command


----

UNV0528E The Universal Command Manager license has expired. Contact Stonebranch, Inc. for a renewal.


Description


The expiration date for the Universal Command Manager license has passed.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch sales support for an updated license.


Component

Universal Command


----

UNV0529I Maximum number of components running on Broker. Retry in num seconds.


Description

The Universal Command 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.