Using the Txnutlr Utility to Create Statistics
The Txnutlr utility creates some operational statistics that you can use during troubleshooting when you gather information about transactions for multiple users. You can create this report for any of the following items:
A single user
A regional node
A list of users
To use the Txnutlr utility to create statistics
Configure parameters for the session.
For more information, see Configuring Session Parameters for a Utility.
Enter the following command in a single line:
txnutlr /b beginning_transaction_number /e dx_file_end_time /f docking_folder /i siebel_repository /l data_lines_per_user /n node_or_file_name /o output_file /r [y/n] /s dx_file_start_time /t end_transaction_number /w [y/n] /x [y/n]
Use parameters described in the following table.
Parameter Required Description b beginning_transaction_number
Optional
The number of the first transaction file in the report. If you include this parameter, then the Txnutlr utility ignores the following parameters:
dx_file_end_time
dx_file_start_time
e dx_file_end_time
Optional
The date and time of the latest transaction in the report. The format is yyyy-mm-dd hh:mm:ss.
f docking_folder
Required
The path to the docking folder that Siebel Remote uses.
l data_lines_per_user
Optional
The number of lines of data that the report displays for one user. The default value is 20.
n node_or_file_name
Required
The node name of the Siebel Server on the regional node.
Instead of this node name, you can also use an at symbol (@) followed by the name of a file that contains the required user names. To separate each user name in this file, you must use one of the following items:
Comma
Space
Semicolon
Carriage return
o output_file
Required
The full path and file name of the output file that contains the report. If you do not include this path, then the Txnutlr utility writes the file to the following current working folder:
siebsrvr\bin
s dx_file_start_time
Optional
The date and time of the earliest transaction in the report. The format is yyyy-mm-dd hh:mm:ss.
t end_transaction_number
Optional
The number of the last transaction that the report includes. If you use the t parameter, then the Txnutlr utility ignores the following parameters:
dx_file_end_time
dx_file_start_time
w y or n
Optional
Specifies to include or not include data from all the DX files in the folder. If you set the w parameter to y, then the Txnutlr utility ignores the following parameters:
beginning_transaction_number
dx_file_end_time
dx_file_start_time
end_transaction_number
The default value is n for no.
x y or n
Optional
Specifies to display or not display detailed transaction output on your computer monitor.
The following is an example of a typical command that runs the Txnutlr utility:
txnutlr /f C:\siebel\ses\siebsrvr\docking /n regional /w y
where:
Txnutlr is the name of the utility.
C:\siebel\ses\siebsrvr\docking is the docking_folder.
regional is the node_or_file_name.
y indicates to include data from all the DX files that reside in the folder.
Examine the output file.
The Txnutlr utility writes the report in the following location, by default:
For Windows, in the
SIEBEL_ROOT\docking\reports
folder.For UNIX, in the
SIEBEL_ROOT\reports
folder.