HP-UX SNAplus2 R7 LUA Programmer's Guide

SLI Verbs
SLI_OPEN
LUA_RESERVED_FIELD_NOT_ZERO
A reserved eld in the verb record, or a parameter that is not used by this verb, was set to a nonzero
value.
LUA_VERB_LENGTH_INVALID
The value of the
lua_verb_length parameter was less than the length of the verb record required for
this verb.
LUA_BAD_DATA_PTR
The lua_data_ptr parameter contained a value that was not valid.
LUA_BAD_SESSION_ID
The lua_sid parameter did not match the session ID of any active LUA LU session.
State Check
The following return codes indicate that the verb was issued in a session state in which it was not valid:
lua_prim_rc
LUA_STATE_CHECK
lua_sec_rc
LUA_DUPLICATE_RUI_INIT
An SLI_OPEN verb is currently being processed for this session.
Other Conditions
The following return codes indicate that the verb record supplied was valid, but the verb did not complete
successfully:
lua_prim_rc
LUA_UNSUCCESSFUL
lua_sec_rc
Possible values are:
LUA_COMMAND_COUNT_ERROR
The verb specied the name of an LU pool, or the name of an LU in a pool, but all LUs in the pool
are in use.
LUA_INVALID_PROCESS
The LU specied by the lua_luname parameter is in use by another process.
LUA_LINK_NOT_STARTED
The connection to the host has not been started; none of the links it could use are active.
LUA_SESSION_ALREADY_OPEN
The application supplied an LU name for which a session has already been started.
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
122