HP-UX SNAplus2 R7 LUA Programmer's Guide

SLI Verbs
SLI_RECEIVE
The operating system process that issued this verb was not the same process that issued the SLI_OPEN
verb for this session. Only the process that started a session can issue verbs on that session.
LUA_NAU_INOPERATIVE
A required SNA component (such as the LUA LU) is not active or is in an abnormal state.
LUA_NO_SESSION
The SNA session to the remote LU is not active.
LUA_SLI_LOGIC_ERROR
This return code indicates one of the following:
The host system has violated SNA protocols
An internal error was detected within LUA
Attempt to reproduce the problem with SNA tracing active (contact your System Administrator if
necessary), and check that the host is sending correct data. If this does not solve the problem, contact
your SNAplus2 support personnel.
The following return codes indicate that the verb did not complete successfully for other reasons:
lua_prim_rc
LUA_COMM_SUBSYSTEM_ABENDED
A required SNAplus2 software component (such as the node) has terminated or has been stopped.
Contact your System Administrator if necessary.
lua_prim_rc
LUA_COMM_SUBSYSTEM_NOT_LOADED
The node was either not started or not congured properly for LUA applications. Check the SNAplus2
LUA conguration parameters and start the node before running your application.
lua_prim_rc
LUA_SESSION_FAILURE
The LUA session has failed. To restart it, the application can reissue SLI_OPEN.
lua_sec_rc
Possible values are:
LUA_LU_COMPONENT_DISCONNECTED
This return code indicates that the LUA session has failed because of a problem with the communications
link or with the host LU.
LUA_RECEIVED_UNBIND
This return code indicates that the host sent an UNBIND command to end the session.
This value can occur only if the SLI_OPEN verb for this session specied
lua_session_type
LUA_SESSION_TYPE_DEDICATED.
LUA_RUI_WRITE_FAILURE
An RUI_WRITE verb used in processing this SLI verb has failed with an unexpected error return code.
lua_prim_rc
LUA_INVALID_VERB
Either the lua_verb parameter or the lua_opcode parameter was not valid. The verb did not execute.
lua_prim_rc
LUA_STACK_TOO_SMALL
135