HP-UX SNAplus2 MS Programmer's Guide

Management Services Verbs
UNREGISTER_MS_APPLICATION
Chapter 390
State Check If the verb fails to execute because of a state error,
SNAplus2 returns the following parameters:
primary_rc
AP_STATE_CHECK
secondary_rc
One of the following:
AP_INVALID_TARGET_STATE
The application issued this verb
while CONNECT_MS_NODE or
DISCONNECT_MS_NODE was
outstanding.
AP_SYNC_PENDING
This verb was issued using the
synchronous entry point, but another
synchronous verb was in progress for
this target handle. Only one
synchronous verb can be in progress
on a particular target handle at any
time.
AP_SYNC_NOT_ALLOWED
Theapplication used the synchronous
MS entry point to issue this verb
within a callback routine. The
application must use the
asynchronous entry point to issue
any verb from a callback routine.
SNAplus2 Software Not Active If the verb does not execute because
the SNAplus2 software is not active, SNAplus2 returns the following
parameter:
primary_rc
AP_COMM_SUBSYSTEM_ABENDED
The SNAplus2 software has failed.
SNAplus2 does not return a
secondary_rc
when the SNAplus2 software
is not active.