HP-UX SNAplus2 R7 LUA Programmer's Guide

RUI Verbs
RUI_INIT
LUA_DUPLICATE_RUI_INIT
An RUI_INIT 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_ENCR_DECR_LOAD_ERROR
The verb specied a value for
lua_encr_decr_option other than 0 or 128.
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.
(any other value)
Any other secondary return code here is an SNA sense code. For information about interpreting the
SNA sense codes that can be returned, see Section 2.4, SNA Information.
The following sense code values are specic to SNAplus2, and may indicate mismatches between the
SNAplus2 conguration and the host conguration:
0x10020000
The host has not sent an activate physical unit (ACTPU) for the PU that owns the requested LU.
0x10110000
The host has not sent an ACTLU for the requested LU. This generally indicates that the LU is not
congured at the host.
0x10120000
The host has not sent an ACTLU for the requested LU. The host supports DDDLU (Dynamic Denition
of Dependent LUs), but DDDLU processing for this LU has failed.
The following return codes indicate that the verb did not complete successfully for other reasons:
lua_prim_rc
LUA_COMM_SUBSYSTEM_NOT_LOADED
This return code indicates one of the following conditions:
The SNAplus2 software has not been started. The SNAplus2 software must be started before you
can use LUA verbs. Contact your System Administrator if necessary.
There are no active SNAplus2 nodes. The local node that owns the requested LU, or a local node
that owns one or more LUs in the requested LU pool, must be started before you can use LUA
verbs. Contact your System Administrator if necessary.
The maximum number of users permitted by the SNAplus2 license are already using SNAplus2.
You cannot use this application at present because it would exceed the user limit; you may be able
to start it later when there are fewer users on the system.
74