VNC0572E

GETMSG: exec-name listener receive failed; RTC=hex-return-code; RSC=hex-reason-code; MDATA=MDB-address; MDLEN=MDB-length

Error message issued by VNCRXC08, the GETMSG function processor, after it has issued a receive request to console services using the scir-address passed in a WE buffer and the request failed. The receive request should have returned an MDB address, MDB-address, and an MDB length, MDB-length. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. Contact SDS support for assistance with this error.

VNC0571D

VNCRXF08: exec-name GETMSG dequeued WE-code SWE WE-count with SCIR=scir-address; TASK=task-name

Debug message issued by VNCRXF08, the GETMSG function processor, to confirm that it dequeued a work element of type WE-code containing scir-address that was the WE-count buffer dequeued during this function call. This message is only issued when a console listener is active. The SCIR at scir-address contains the address of the next MDB with unsolicited messages to be processed.

VNC0570W

exec-name: user-id GETMSG stopped processing because msg-type(msg-limit) limit was reached

Warning message issued by VNCRXF08, the GETMSG function processor, when the msg-type maximum number of messages, msg-limit, is reached. The REXX VNAC host command CONSPROF can be used to change this limit. When this limit is reached, no more incoming messages are processed for the current GETMSG request. Any messages remaining in the current MDB are discarded. The next GETMSG request will start processing messages from the next MDB.

VNC0569D

program-name: exec-name cleaned up WE-count WEs after listener deleted; TASK=task-name

Debug message issued by VNCRXC02 or VNCRXM00 to confirm that WE-count unprocessed work buffers were freed after the console listener was deleted either by REXX VNAC host command, “CONSOLE DEACTIVATE LISTENER”, by an exec ending that still had an active console listener.

VNC0568D

program-name: exec-name console listener listener-request; RTC=hex-return-code; RSC=hex-reason-code; TASK=task-name

Debug message issued by either VNCRXC02 or VNCRXM00 to confirm that the listener-request of a console listener was successful. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. They should both be zero.

VNC0567E

console listener listener-request failed; RTC=hex-return-code; RSC=hex-reason-code; TASK=task-name

Error message issued by VNCRXC02 or VNCRXM00 when an add or delete console listener request fails. Listener listener-request is generated as a result of the REXX VNAC host commands “CONSOLE ACTIVATE LISTENER” and “CONSOLE DEACTIVATE LISTENER”. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. Contact SDS support for assistance with this error.

VNC0566D

VNCRXM00: SCIMSG CART=sci-cart (SCB) in TASK=task-name; CPB=cpb-address

Debug message issued by VNCRXM00 to display, in hex, the cart value, sci-cart, that it has just created for this REXX command processing task. All messages written to the agent log by programs within this task will have this cart value associated with them so they can also be routed to the active user session that issued the command.

VNC0565I

console-message

Informational message containing a copy of a system console-message being returned to the exec. The message is issued by VNCRXF08, the GETMSG function program, when either of the CONSPROF SOLDISPLAY(YES) or UNSOLDISPLAY(YES) options are specified and a message of the corresponding type, solicited or unsolicited, is processed.

VNC0564E

console session console-request failed; RTC=hex-return-code; RSC=hex-reason-code; CPB=cpb-address

Error message issued by any of the programs that request console services when the request console-request fails for a reason that should not occur. The most likely reason for this message is that the console services component of VNAC did not initialize properly or was denied access to the z/OS EMCS interface. The return and reason codes, hex-return-code and hex-reason-code, are internal VNAC console services codes documented in macro SCIDSCIR. Contact SDS Technical Support for assistance with this error.

VNC0563I

vncout-message

Informational message created by VNCRXR00, the REXX I/O program, to display the output of REXX SAY statements in the agent’s output files, VNCOUT and VNCLOG.

When this message is issued instead of VNC0914I, it indicates that output is being sent to both VNCLOG and the VNAC server database.