HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_ACTIVE_TRANSACTION
The user_name, system_name,oruser_pid parameter was not set to a valid value.
AP_INVALID_3270_SESSION
The lu_name parameter was not set to a valid value.
AP_INVALID_LIST_OPTION
The list_options parameter was not set to a valid value.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.89.5 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.90 QUERY_ACTIVE_TRANSACTION
QUERY_ACTIVE_TRANSACTION returns information about active Multiple Domain Support (MDS) transactions
known to the SNAplus2 Management Services component. An active transaction is an MDS request for which a
reply has not yet been received.
This verb may be used to obtain information about a single transaction, or on multiple transactions, depending on
the options used.
This verb must be issued to a running node.
3.90.1 VCB Structure
typedef struct query_active_transaction
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char *buf_ptr; /* pointer to buffer */
AP_UINT32 buf_size; /* buffer size */
AP_UINT32 total_buf_size; /* total buffer size required */
AP_UINT16 num_entries; /* number of entries */
AP_UINT16 total_num_entries; /* total number of entries */
unsigned char list_options; /* listing options */
unsigned char reserv3; /* reserved */
unsigned char fq_req_loc_cp_name[17]; /* fq cp name of transaction */
/* requestor */
unsigned char req_agent_appl_name[8]; /* appl name of transaction */
/* requestor */
unsigned char seq_num_dt[17]; /* sequence number date/time */
} QUERY_ACTIVE_TRANSACTION;
typedef struct active_transaction_data
{
AP_UINT16 overlay_size; /* size of returned entry */
unsigned char fq_origin_cp_name[17]; /* cp name of transaction origin */
unsigned char origin_ms_appl_name[8]; /* appl name of transaction */
342