HP-UX SNAplus2 R7 LUA Programmer's Guide
SLI Verbs
SLI_PURGE
LUA_RESERVED_FIELD_NOT_ZERO
A reserved field 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.
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
Possible values are:
LUA_NO_RECEIVE_TO_PURGE
The lua_data_ptr parameter was not set to the address of a previous SLI_RECEIVE VCB.
LUA_NO_SLI_SESSION
An SLI_OPEN verb has not yet completed successfully for the LU name specified on this verb, or the
session has failed.
LUA_SLI_PURGE_PENDING
An SLI_PURGE verb was already pending when this verb was issued. Only one SLI_PURGE can be
outstanding at a time.
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_INVALID_PROCESS
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_NO_RECEIVE_TO_PURGE
The previous SLI_RECEIVE verb completed before the application issued SLI_PURGE. This is not an
error condition, so the application program should be designed to handle this without reporting errors.
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
127