HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_TERM
The value of the lua_verb_length parameter was less than the length of the verb record required for
this verb.
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_NO_RUI_SESSION
Either there is no LUA session with the LU name specied on this verb, or the session has failed.
If the RUI_TERM verb was issued to cancel an outstanding RUI_INIT, RUI_INIT_PRIMARY, or
RUI_REINIT verb, using the lua_luname parameter supplied to the outstanding verb, this return code
may indicate that the RUI_INIT, RUI_INIT_PRIMARY, or RUI_REINIT completed before this verb
was processed. The verb may have completed unsuccessfully (and so there is no session), or RUI_INIT
may have completed successfully using a different LU from the pool specied by lua_luname (and so
there is no session for the specied LU name).
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
An RUI_TERM was already pending when the verb was issued.
LUA_INVALID_PROCESS
The operating system process that issued this verb was not the same process that issued the RUI_INIT
or RUI_INIT_PRIMARY verb for this session. Only the process that started a session can issue verbs
on that session.
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_SESSION_FAILURE
The LUA session has failed.
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_RUI_LOGIC_ERROR
97