Table of Contents
COLTRANSSTR2LONG,Output string after collation transformation is too long
Run-time Error: an alternative collation transform or reverse transform attempted to use more bytes than the configuration permits.
Action: Adjust the implementation of the collation transform to minimize key expansion; increase the maximum permitted key size if appropriate. Note the current supported maximum is 1019 bytes. If the key size is already maxed out and the transformation algorithm is optimal, you must modify the application to reduce the key size.
CONNSOCKREQ, Socket not connected
Run Time Error: The operation attempted requires a socket in the CONNECTED socket, and the provided socket was not connected.
Action: Make sure the correct socket is being used and that the socket is connected. ZSHOW "D" may provide usefuldetails on the current socket state.
CREDNOTPASSED, Socket message contained no passed credentials
Run Time Error: WRITE /PASS or WRITE /ACCEPT was given a process id to verify, but GT.M was unable to obtain the peerprocess id.
Action: See the accompanying ENO error for details.
LOCALSOCKREQ, LOCAL socket required
Run Time Error: The operation attempted requires a LOCAL socket, and a non-LOCAL (TCP) socket was specified.
Action: Make sure the correct socket is being used and that the socket is OPENed with the ":LOCAL" suffix. ZSHOW "D"may provide useful details on the current socket state.
NOSOCKHANDLE, No socket handle specified in WRITE /PASS
Run Time Error: WRITE /PASS was called without specifying at least one socket handle to pass.
Action: Make sure the code is specifying at least one socket handle.
PEERPIDMISMATCH, Local socket peer with PID=pppp does not match specified PID=qqqq
Run Time Error: WRITE /PASS or WRITE /ACCEPT was given a process id qqqq to verify, but the connection peer process id is pppp.
Action: Make sure that only the specified process has opened the socket connection.
SDSEEKERR, Sequential device seek error
Run Time Error: This indicates that a GT.M process encountered an error using the SEEK deviceparameter for an OPEN or USE on a sequential disk device. A supplementary TEXT message provides more details about the cause of the error.
Action: Analyze the accompanying message and appropriately adjust the SEEK deviceparameter or its value.
SOCKACCEPT, Socket accept failed
Run Time Error: WRITE /ACCEPT encountered an I/O error while attempting to accept the sockets. No sockets were added to the socket pool.
Action: See the accompanying ENO or TEXT message for details.
SOCKNOTPASSED, Socket message contained no passed socket descriptors
Run Time Error: WRITE /ACCEPT received no sockets over the LOCAL connection.
Action: Verify the connection and make sure the WRITE /PASS on the sender is correct.
SOCKPASS, Socket pass failed
Run Time Error: WRITE /PASS encountered an I/O error while attempting to pass the sockets. No sockets were closed.
Action: See the accompanying ENO or TEXT message for details.
SOCKPASSDATAMIX, Attempt to use a LOCAL socket for both READ/WRITE and PASS/ACCEPT
Run Time Error: A LOCAL socket was used for both data communication, using READ and/or WRITE, and socket passing, using WRITE /PASS or WRITE /ACCEPT. Using both forms of communication on the same socket is not supported.
Action: Use separate sockets for data and socket passing.
TRIGLOADFAIL, MUPIP TRIGGER or $ZTRIGGER operation failed. Failure code: xxxx
Run Time Error: This indicates that a trigger install (using $ztrigger or MUPIP TRIGGER) encountered a database problem when it attempted to update a global variable. xxxx contains the failure codes for the four attempts. It is very likely that the database may have integrity errors or that the process-private data structures are corrupted.
Action: Report this database error to the group responsible for database integrity at your operation