member-nametilde or &CUR invalid in input panel; LINE=line-number; TEXT=“line-text”
Error message issued by VNCRXC07, the VIEW host command, when the attribute character tilde, “~”, or the special variable name &CUR are found in the line-text of an input type panel. The tilde attribute character and the &CUR special variable name are only valid in noinput type panels.
exec-name DEBUG cursor location found or not specified; ROW=cursor-row; COL=cursor-column
This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the cursor location for a NOINPUT panel that will be passed to the VNAC client in the output XML message. The cursor location is the location of the first &CUR following a tilde attribute character, if an &CUR is found, otherwise it defaults to row 1, column 1, and the VNAC client places the cursor after the first tilde attribute in the panel. Panel coordinates are relative to the upper left corner position being row 1, column 1. This message is displayed during the first of three passes through the panel member in the process of creating the XML output message sent to the VNAC client.
exec-name DEBUG attribute set=1 or 2, source=DEFAULT or PANEL
This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the number of the attribute set either extracted from the “***” panel line keyword AT1 or AT2, or defaulted to “1” if no attribute set keyword was found. This message is displayed during the first of three passes through the panel member in the process of creating the XML output message sent to the VNAC client.
member-name error sending panel to client; RTC=hex-return-code; RSC=hex-reason-code
Error message issued by VNCRXC07, the VIEW host command, when a communication error occurs while sending the panel XML output message to the VNAC client. Verify that a working connection exists between the VNAC client and the VNAC agent by issuing other, non-panel commands and viewing the responses in the session window. If the other commands work, and their output is displayed, but the panel commands continue to fail, contact SDS support for assistance in resolving this problem. Otherwise check for configuration or network problems that may affect the communication between the VNAC agent, server, and client.
VNCRXC07: exec-name variables removed; N=line-number T=“line-text”
Debug message issued by VNCRXC07, the VIEW host command, during the second of three passes through the panel records, to show the line-text of line-number panel line after all variable names have been removed. The VNAC client will insert the values of the variables before showing the panel to the user in the session window.
member-name panel has no text lines; LINE=line-number
Error message issued by VNCRXC07, the VIEW host command, when member-name does not contain any displayable panel lines following the “***” line. The number of the last record read from the member is line-number.
member-name internal error; LINE=line-number; TEXT=“line-text”
Error message issued by VNCRXC07, the VIEW host command, when an internal error occurs during XML generation of the panel XML output message. Message VNC0923E will also be displayed with the return and reason codes from the internal scixml service. Contact SDS support for assistance in resolving this problem.
member-name comment misplaced; LINE=line-number; TEXT=“line-text”
Error message issued by VNCRXC07, the VIEW host command, when line beginning with “/*” is found following the “***” line that delineates the end of the panel prolog section and the beginning of the panel displayable line section. Comment lines are only allowed at the beginning of a panel before the prolog and displayable line sections.
member-name invalid syntax; LINE=line-number; TEXT=”line-text“
Error message issued by VNCRXC07, the VIEW host command, when line line-number containing line-text has invalid syntax for the current panel section being processed.
exec-name DEBUG HELP ACTION=“action-text”
This is a user requested debug message issued by VNCRXC07, the VIEW host command, to show the action-text extracted from the panel line for HELP. This message is displayed during the first of three passes through the panel member in the process of creating the panel XML output message sent to the VNAC client.