LU 6.2 API Application Programmer's Reference Guide (30294-90008)

158 AppendixA
Status Info
-1036 MESSAGE: Out of range 'TraceOn' parameter specified in intrinsic
call.
CAUSE: The value of the
TraceOn
parameter is not within its valid
range.
ACTION: Verify that the
TraceOn
parameter is a value from 0 through
3.
-1040 MESSAGE: Conversation(s) not deallocated before calling TPENDED.
CAUSE: One or more conversations were not deallocated before the
TPEnded intrinsic was called.
ACTION: Verify that the MCDeallocate intrinsic was executed for any
active conversations before calling TPEnded.
-1044 MESSAGE: Multiple calls to TPSTARTED.
CAUSE: The program attempted to call the TPStarted intrinsic more
than once during program execution.
ACTION: Verify that TPStarted intrinsic is called only once.
-1050 MESSAGE: Invalid 'Data' parameter specified in intrinsic call.
CAUSE: The
Data
parameter specified in the MCRcvAndWait,
MCRcvNoWait, or MCPostOnRcpt intrinsic does not match the
Data
parameter specified in a previous call to MCPostOnRcpt.
ACTION: Verify that the MCRcvAndWait or MCRcvNoWait intrinsic and
the MCPostOnRcpt intrinsic are using the same variable in their
Data
parameters.
-1105 MESSAGE: Internal Error: Conversation deallocated.
CAUSE:
ACTION: Contact your HP representative.