RSC/MP Programming Manual

Message Handling Suppressing Event Types After the TDP Has Been
Started
Suppressing Event Types After the TDP Has Been Started
You can suppress EMS events generated by TDP object state changes after the TDP
has been started by entering the following RSCCOM command:
CONTROL TDP RSCSUPPRESSEMS Y
To allow generation of EMS events for TDP object state changes, enter the following
RSCCOM command:
CONTROL TDP RSCSUPPRESSEMS N
See the Remote Server Call (RSC/MP) Installation and Configuration Guide for more
information about the RSCCOM commands.
Error Return Codes From the Workstation API
Almost all functions in the RSC/MP API return error codes. The RscErrorInfo function
provides this error code information:
The error code
The subsystem from which the error originated
The location to receive the error value
The location of any extended error reported by the subsystem
The description of the error
The length of the error text
API error text looks like this:
The Remote Server Call API has reported connection configuration
error 3-0 (0003-0000 Hex). The selected Communications Subsystem
is not installed.
This error text shows connection configuration error number 3 (see the Remote Server
Call (RSC/MP) Messages Manual, for an explanation of this error). The error text also
describes the error type and severity (see Error Types and Severity on page 7-4).
HP NonStop Remote Server Call (RSC/MP) Programming Manual 522360-006
7- 3