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

152 AppendixA
Status Info
ACTION: Verify that the
OldStatus
value is a valid status info value
and that it has not been corrupted.
+29 MESSAGE: Could not find a conversation for this transaction program
- timer popped. (MPE XL only)
CAUSE: The configured Time-out value for the remotely initiated
transaction program expired before an allocate request arrived from a
remote TP.
ACTION: If this message indicates a problem, verify that the remote TP
is sending the correct TP name in the allocate request. Verify that the
remotely initiated TP is configured correctly through NMMGR. If
necessary, raise the configured Time-out value.
-31 MESSAGE: Confirm not allowed.
CAUSE: A confirmation was requested and the synchronization level for
the conversation was not set to CONFIRM.
ACTION: Set the
SyncLevel
parameter to CONFIRM in the
MCAllocate or MCGetAllocate intrinsic if confirmation will be used
during this conversation. This status info value can be returned when
you call MCConfirm, MCPrepToRcv with
PrepToRcvType
= CONFIRM,
or MCDeallocate with DeallocateType = CONFIRM.
-34 MESSAGE: Out of range 'NumResources' parameter specified in
intrinsic call.
CAUSE: The value of the
NumResources
parameter is not within its
valid range.
ACTION: Verify that the
NumResources
parameter is a value from 1
through 8 on MPE V, or from 1 through 256 on MPE XL.
-35 MESSAGE: Out of range 'Test' parameter specified in intrinsic call.
CAUSE: The value of the
Test
parameter is not within its valid range.
ACTION: Verify that the
Test
value is 0 or 1.
+36 MESSAGE: Request To Send not received.
CAUSE: This status info value is returned to the MCTest intrinsic (
Test
= REQUEST_TO_SEND_RECEIVED) when a RequestToSend has not
been received.
ACTION: Informational message. No action necessary.
-37 MESSAGE: Posting not active.
CAUSE: This status info value is returned to the MCTest (
Test
=
POSTED) or MCWait intrinsic when posting is not active (MCPostOnRcpt
has not been called) for the specified mapped conversation.