ja - funktioniert einwandfrei
hier die hilfe
Setting up billing
To set up billing, you edit the NOTES.INI file. Within the NOTES.INI file, you enter commands to start the Billing task, to specify which billing classes to track, and to specify where to store billing records.
You can tell Domino to store billing records in a Notes database, in a binary file, or in both. If you specify a Notes database, Domino uses the template BILLING.NTF to create the database and names it BILLING.NSF. The Billing task transfers billing records from the message queue to documents in the Billing database. If you specify a binary file, Domino creates the BILLING.NBF file. The Billing task transfers billing records from the message queue to BILLING.NBF in stream format. Because each billing record begins with the length and structure type, the program you use to read the billing records can easily parse the file.
1. Edit the ServerTasks setting in the NOTES.INI file to include the Billing task. For example, the line might read:
ServerTasks=Replica,Router,Update,Stats,Billing
2. Add this line to the NOTES.INI file to specify which billing classes to track:
BillingClass=list
where list contains one or more of the following: Agent, Database, Document, HTTPRequest, Mail, Replication, Session.
3. Add this line to the NOTES.INI file to specify where to store billing information:
BillingAddinOutput=n
where n is one of the following:
1 to store the records in a Notes database
2 to display the records on the server console
8 to store the records in a binary file
9 to store the records in both a database and a binary file
You can add 2 to each of the other numbers to combine that choice with displaying the records on the server console. For example, 3 stores records in a Notes database and displays records on the server console.