ENCINA(8) — Maintenance
NAME
tkadmin query property - displays the value of the specified property key
SYNOPSIS
tkadmin query property -server servername tid property
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 associated with the property key on which you want to get information.
property Specifies the property key, in hexadecimal notation, about which you want to get information.
DESCRIPTION
The tkadmin query property command displays the value of the specified property key for the specified transaction. A transaction property key uniquely identifies a transaction property, which stores information about a transaction (for example, any abort reasons associated with a transaction). Property keys are binary data that are displayed in hexadecimal notation.
EXAMPLES
The following command displays the hexadecimal notation value of property key 0001 of transaction 4 on server sfs1 :
% tkadmin query property -server /.:/test-cell/server/sfs1 4 0001
00000004010466726564
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 properties
tkadmin list trace
tkadmin list transactions
— March 1997