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

156 AppendixA
Status Info
-1003 MESSAGE: Required parameter missing.
CAUSE: A required parameter was not included in the call to an LU 6.2
API intrinsic.
ACTION: Verify that all the required parameters are included in the
intrinsic call.
-1005 MESSAGE: Insufficient Heap Space. (MPE V)
CAUSE: The size of the DL to DB area was insufficient for the
MCAllocate intrinsic to start a conversation.
ACTION: Increase the maximum stack size using the
Stack
parameter
of the MPE RUN parameter of the MPE PREP command. For information
on the RUN and PREP commands, refer to the MPE V Command
Reference Manual or the online help facility.
-1006 MESSAGE: Out of range 'RemoteTPLen' parameter specified in
intrinsic call.
CAUSE: The
RemoteTPLen
parameter is not within its valid range.
ACTION: Verify that the
RemoteTPLen
parameter is a value from 1
through 64, indicating the number of characters in the
RemoteTPName
.
-1007 MESSAGE: Out of range 'NumPIPs' parameter specified in intrinsic
call.
CAUSE: The value of the
NumPIPs
parameter is not within its valid
range.
ACTION: Verify that the
NumPIPs
parameter is a value from 0 through
16.
-1008 MESSAGE: Invalid 'LocalTPName' parameter specified in intrinsic
call. (MPE XL only)
CAUSE: 1. The
LocalTPName
parameter of the MCGetAllocate intrinsic
is coded as an output parameter when it should be passed as an input
parameter
2. The
LocalTPName
parameter of the MCGetAllocate intrinsic does not
match the
LocalTPName
parameter of the TPStarted intrinsic.
3. The
LocalTPName
is not configured as a remotely initiated TP.
ACTION: Verify that the
LocalTPName
parameter is being passed as an
input parameter to the MCGetAllocate intrinsic. Verify that the
LocalTPName
parameter is the same in both the MCGetAllocate and
TPStarted intrinsic calls. Verify that the
LocalTPName
is configured
through NMMGR as a remotely initiated TP.
-1009 MESSAGE: Combined length of PIPs is out of range.
CAUSE: The combined length of
PIP1
through
PIP16
is greater than
1980 bytes.