UNV2500-UNV2599

UNV2500-UNV2599

----

UNV2500A Trailing spaces: opt


Description


Displays the stdin trailing spaces option value. The value, opt, is either yes or no. A value of yes indicates that for sequential files with a fixed record format, the complete record is read including all spaces at the end of the record. A value of no indicates that the record is truncated after the last non-space character.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Command


----

UNV2501W Error receiving COMPLETED message: func, errno, reason


Description


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


Severity


Warning


System Action


The program continues processing.


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


----

UNV2502I Ucmd Server with matching command ID is pending completion. Retry in num seconds.


Description


The Universal Command Server cannot be started because another server with the same command ID has not completed. The server is in the final stages of termination. An attempt to start the component will be made every num seconds.


Severity


Informational


System Action


The program continues, attempting to start the component every num seconds.


User Action


Allow the program to run, waiting for the other component to finish so the one waiting can start.


Component

Universal Command


----

UNV2503E Command ID is required for manager fault tolerance.


Description


The command ID is a required option for the manager fault tolerant feature.


Severity

Error


System Action


The program terminates.


User Action


Either specify a command ID to identify the manager and server or turn off the manager fault tolerant option.


Component

Universal Command


----

UNV2504E Manager fault tolerance is required for manager restart.


Description


The manager fault tolerance feature must be enabled for a manager restart.


Severity

Error


System Action


The program terminates.


User Action


Either enable manager fault tolerance or do not specify restart.


Component

Universal Command


----

UNV2505A Manager fault tolerant: option, safe mode: safemode


Description


Specifies whether or not this instance of Universal Command Manager is using the manager fault tolerant feature. option and safemode values are either "no" or "yes". When option and safemode are both "yes", multiple hosts may not be specified for the '-host' option. If option is "no", the value specified for safemode is ignored.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Command


----

UNV2506E Manager fault tolerance is required for spooling.


Description


The manager fault tolerance feature must be enabled before the request to spool standard input and output can be processed.


Severity

Error


System Action


The program terminates.


User Action


Either enable manager fault tolerance, or remove the request to spool standard I/O.


Component

Universal Command


----

UNV2507E Cannot force complete a non-PENDING Universal Command Server.


Description


The manager was executed with the force complete option. The force complete option can be applied to PENDING servers only.


Severity

Error


System Action


The program terminates.


User Action


The server must be terminated first with Universal Control.


Component

Universal Command


----

UNV2508I Universal Command Server was successfully forced to completion.


Description


The manager was executed with the FORCE_COMPLETE option. The server was successfully changed from PENDING to COMPLETE.


Severity

Informational


System Action


None.


User Action


None.


Component

Universal Command


----

UNV2509E Error renegotiating sessname session options: func, errno, reason


Description


The manager is attempting to reestablish network connections after a network fault was detected. A connection was reestablished, but the manager and server were not able to renegotiate session options. Renegotiation was taking place for the sessname session. func is the name of the function in which the error occurred. errno is the error number. reason is an explanation the error.


Severity


Error


System Action


If the error was due to a network fault, connection recovery starts over. If the error was not due to a network fault, the program terminates.


User Action


Make sure a network connection is available between the UCMD Manager and Universal Broker machines. If the problem persists, contact Stonebranch customer support.


Component

Universal Command


----

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


Description


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


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Command


----

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


Description


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


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Command


----

UNV2512I stdfile: Network Byte Count=netcount, File Byte Count=filecount


Description


Displays I/O statistics for a standard file. stdfile is the name of the standard file, either "stdin", "stdout", or "stderr". The value netcount specifies the number of bytes sent over the network. The value filecount specifies the number of bytes either read or written to the file stdfile.


Severity


Informational


System Action


None


User Action


None required.


Component

Universal Command


----

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


----

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


Description


An error occurred reading the Manager's RSA private key from file filename. The function that encountered the error was func. The error is described by the error number errno and error reason reason.


Severity


Error


System Action


The program terminates.


User Action


Correct the condition that caused the error. If the condition cannot be determined, contact Stonebranch Customer Support.


Component

Universal Command


----

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


Description


An error occurred reading the Manager's X.509 certificate from file filename. The function that encountered the error was func. The error is described by the error number errno and error reason reason.


Severity


Error


System Action


The program terminates.


User Action


Correct the condition that caused the error. If the condition cannot be determined, contact Stonebranch Customer Support.


Component

Universal Command


----

UNV2516E Broker certificate verification failed.


Description


The Broker certificate did not meet the certificate verification options.


Severity


Error


System Action


The current connection to the peer is terminated.


User Action


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


Component

Universal Command


----

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


Description


An error occurred matching a peer's certificate to the post-verification criteria. The function that encountered the error was func. The error is described by the error number errno and error reason reason.


Severity


Error


System Action


The current connection to the peer is terminated.


User Action


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


Component

Universal Command


----

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


Description


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


Severity


Error


System Action


The program terminates.


User Action


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


Component

Universal Command


----

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


Description


The certificate verification data is converted into an internal format suitable for efficient certificate comparisons. A error occurred in the conversion process. The function that encountered the error was func. The error is described by the error number errno and error reason reason.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch Customer Support to help resolve the error condition.


Component

Universal Command


----

UNV2520E Cannot access the temp directory 'dir': reason


Description


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


Severity

Error


System Action


The program terminates.


User Action


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


Component

Universal Command


----

UNV2521E ERROR IN MODULE UCMSR000 - RC='rtnc' RC2='rsnc'


Description


Error in UCMSR000 while establishing the address space resource manager. The return code, rtnc, and reason code, rsnc, provide information for Stonebranch Customer Support to diagnose the problem.


Severity


Error


System Action


The program terminates.


User Action


Contact Stonebranch Customer Support.


Component

Universal Command


----

UNV2525A Script type: type


Description


Displays the type of script file specified with the script option.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Command


----

UNV2526A Command type: type


Description


Displays the type of command specified with the command option.


Severity


Audit


System Action


None.


User Action


None required.


Component

Universal Command


----

UNV2527A Trace table size: size, print condition: cond


Description


Displays the size of the memory trace table in bytes and the conditions under which the trace table is printed when the program ends.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Command


----

UNV2528A Force complete: value


Description


Displays the force complete option value.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Command


----

UNV2529A Control session sslProto cipher list: ciphers


Description


Displays the sslProto cipher suite list for the control session.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Command


----

UNV2530A Data session sslProto cipher list: ciphers


Description


Displays the sslProto cipher suite list for the data sessions.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Command


----

UNV2531A Default SSL cipher: cipher


Description


Displays the default SSL cipher suite used when encryption is not requested.


Severity


Audit


System Action


None.


User Action

None required.


Component

Universal Command


----

UNV2532A CA certificates: path


Description


Displays the location of the X.509 Certificate Authority (CA) certificates.


Severity


Audit


System Action


None.


User Action