HP-UX SNAplus2 R7 LUA Programmer's Guide
RUI Verbs
RUI_INIT_PRIMARY
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 downstream LU 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.
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.
An RUI_TERM must be issued before another RUI_INIT_PRIMARY can be issued for the same LU.
lua_sec_rc
LUA_LU_COMPONENT_DISCONNECTED
The LUA session has failed because of a problem with the communications link or with the host LU.
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_UNEXPECTED_DOS_ERROR
An operating system error occurred.
lua_sec_rc
This value is the operating system return code. Check your operating system documentation for the meaning
of this return code.
4.3.3 Interaction with Other Verbs
This verb must be the first LUA verb issued for the session.
Until this verb has completed successfully, the only other LUA verb that can be issued for this session is RUI_TERM
(which will terminate a pending RUI_INIT_PRIMARY).
All other verbs issued on this session must identify the session using one of the following parameters from this
verb:
• The session ID, returned to the application in the lua_sid parameter
• The LU name, supplied bythe application in the lua_luname parameter
79