ENCINA(8) — Maintenance
NAME
tkadmin list properties - lists all property keys for a specified transaction
SYNOPSIS
tkadmin list properties -server servername tid [-system]
ARGUMENTS
-server servername Specifies the server affected by the command. The server name is the name that is registered with the DCE Directory Service. If the server name is not specified in the command line, it is retrieved from an environment variable, ENCINA_TK_SERVER.
tid Specifies the transaction for which to list property keys.
-system Specifies that system-defined property keys be listed instead of application-defined property keys, the latter of which are listed by default.
DESCRIPTION
The tkadmin list properties command lists all the property keys for the specified transaction. A transaction property key uniquely identifies a transaction property, which stores information about a transaction (for example, abort reasons associated with a transaction). Property keys are binary data that are displayed in hexadecimal notation. By default, application-defined property keys are listed; if the -system option is specified, system-defined property keys are listed. To get additional information on a specific property key, use the tkadmin query property command.
EXAMPLES
The following command lists all system-defined property keys for transaction 4 on server sfs1 :
% tkadmin list properties -server /.:/test-cell/server/sfs1 4 -system
0002
0080
0003
0001
0004
0005
0006
0007
0008
0009
PRIVILEGE REQUIRED
Encina Monitor query (q) permission to the server
Encina RQS query (q) permission to the RQS server
Encina SFS query (Q) permission to the SFS server
RELATED INFORMATION
tkadmin list trace
tkadmin list transactions
tkadmin query property
— March 1997