Unmatched alert alert-id: alert-text
Informational message issued by VNCDSL02, the program that controls processing of VIP alerts, when it fails to match the alert to an existing alert filter and sets the first word of the message to “Unmatched.”
That can occur when old alert rules forward an alert to the dataspace, then new alert rules take effect.
Received/Matched alert alert-id: alert-text
This debug message is issued by two programs:
VNCDSL01, the program that controls the dataspace interface, issues the message each time it receives an alert forwarded by VIP, and it sets the first word of the message to “Received.”
VNCDSL02, the program the controls processing of VIP alerts, issues the message when it matches the alert to an existing alert filter and sets the first word of the message to “Matched.”
Configuration dataspace update failed; RETC=decimal-return-code, RETV=hex-return-value
Error message issued by VNCDSL01, the program that controls the dataspace interface, when it writes a “configuration update request” (request #1). The request notifies the VIP agent that a new alert rule configuration is available in record 99.
The return code in the message is from SCCDSP01, the program that creates and manages the dataspace.
Codes 48 and 64 indicate the VIP agent is not available. Other codes may indicate an internal logic error.
Action: For assistance diagnosing this problem, contact SDS Technical Support.
Record 99 dataspace update failed; RETC=decimal-return-code, RETV=hexadecimal-return-value
Error message issued by VNCDSL01, the program that controls the dataspace interface, when it issues a wipe or write request for record 99. Record 99 is the alert rule configuration record that is sent to the VIP agent.
The return code in the message is from SCCDSP01, the program that creates and manages the dataspace.
This message probably indicates an internal logic error.
Action: For assistance diagnosing this problem, contact SDS Technical Support.
Failed to initialize dataspace component; rsncode = decimal-reason-code
Error message issued by VNCDSL01, the program that controls the dataspace interface, when it issues its first dataspace request, “activate consumer.”
The return code in the message is from SCCDSP01, the program that creates and manages the dataspace.
The message indicates an internal logic error.
Action: For assistance diagnosing this problem, contact SDS Technical Support.
Unable to load dataspace Interface; retcode = decimal-return-code
Error message issued by VNCDSL01, the program that controls the dataspace interface, when it issues a z/OS load macro for member/program SCCDSP01.
SCCDSP01 should reside in a dataset concatenated to the STEPLIB DD in the agent job.
Generally, the return code in the message means that SCCDSP01 was not found, it was not executable, or there was not enough storage available.
The dataspace will not be usable if this error occurs, although VNAC will continue to run.
Action: For assistance diagnosing this problem, contact SDS Technical Support.
Unable to deploy dataspace Listener; retcode = decimal-return-code
Error message issued by VNCDSL01, the program that controls the dataspace interface, when it is unable to deploy the dataspace Listener.
The decimal-return-code will be 4 or 8. Explanatory messages will appear in the SCIOUT file.
This message indicates an internal logic error. The dataspace will not be usable if this error occurs, although VNAC will continue to run.