exec-name: user-name activation key check PASSED; day-count days until expiration
Warning message issued by VNCRXF13, the PUTKEY function that processes activation keys. The function has processed a valid activation key with 30 days or fewer remaining until it expires.
program-name: exec-name function-name queued SWE buffer at buffer-address to dispatcher with CMD=exec-name
Debug message issued by VNCRXF17, the EXEC function, following message vnc0587D. This message shows the exec name and parameters that have been queued for execution on a new task.
program-name: exec-name function-name queued SWE buffer at buffer-address to dispatcher with SID=session-id
Debug message issued by VNCRXF17, the EXEC function, and VNCRXF20, the CNCLCMD function. The message indicates that the function successfully processed its request and has queued a request buffer at address buffer-address to the agent’s work dispatcher task.
exec-name: user-name activation key check FAILED; RTC=decimal-return-code; RSC=decimal-reason-code
Informational message issued by VNCRXF13, the PUTKEY function that processes activation keys. The function has found an error in the activation key it is currently processing. Processing continues with the next activation key.
decimal-reason-code has one of the following values:
4 – The checksum is invalid
8 – The expiration date has passed
12 – The activation date has not yet arrived
16 or 20 – The CPU information does not match the current system
For return codes other than 4 and reason codes other than those listed, contact SDS Technical Support.
program-name: exec-name function-name created LCR buffer #buffer-count at buffer-address; key=activation-key
Debug message issued by VNCRXF13, the PUTKEY function that processes activation keys. The function has stored the key it just processed in an activation key (LCR) buffer. The total number of activation key buffers allocated so far is buffer-count.
program-name: exec-name function-name enumerated and tossed buffer-count LCR buffers; CPB=cpb-address
Debug message issued by VNCRXF13, the PUTKEY function that processes activation keys. The message shows how many preexisting activation key (LCR) buffers were deleted before it started processing the new activation keys in the agent configuration file.
function-name: exec-name storage-request RTC=hex-return-code; RSC=hex-reason-code; error-message
Error message issued by several functions and host-command programs that allocate and manipulate temporary buffers. The message provides diagnostic information when a storage-request failure is caused by error-message. The most likely cause is that the agent has no more virtual storage available within its region. Try doubling the region size. If that fails, contact SDS Technical Support.
SUBMIT dataset dataset-name has wrong DSORG, not dsorg-type
Error message issued by VNCRXC04, the SUBMIT host-command processor. The processor has successfully allocated the specified dataset but discovered that is does not have a the required dataset organization. If only a dataset name is specified, the dataset organization must be physical sequential, PS. If a dataset and member name is specifed, the dataset organization must be partitioned, PO. VSAM dataset organization is not supported.
function-name config-DD-name: member-name include failed, exceeds limit of nested-include-max levels
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has encountered a nested %INCLUDE statement at a depth that exceeds the nested-include-max depth it was designed to handle. This error ends configuration file processing with a return code of 4.
function-name config-DD-name: member-name included more than once, skipped
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has processed a nested set of %INCLUDE statements that specify the same member-name more than once. In order to prevent processing loops, the program does not allow members to be included more than once in a nested list.