Read more about Data Workbench’s End-of-life announcement.
Instructions about how to install and configure Sensor for Lotus Sametime for Windows 3.1 or later running under Microsoft Windows Server 2000 or later.
The program files for Sensor are packaged in an installation file that you obtain from the Adobe download site. If you do not already have the Sensor installation file for your particular web server, download it (or obtain it from your Adobe representative) before you begin the following procedures.
To install and configure Sensor, you must perform the following high-level steps:
When running Sensor on Sametime, the program files and the disk queue file must reside in the same directory.
Therefore, before installing the program files, you must determine where you want to maintain the disk queue, because that is also where you must install the program files.
Use the following procedure to extract and install the program files for Sensor.
File | Description |
---|---|
EventMessages.dll | Event Viewer messages |
stchatlog.dll | The collector module |
TestExperiment.xls |
An Excel spreadsheet file that architects can use to configure a controlled experiment Sensor does not use this file. |
trust_ca_cert.pem | The certificate used to validate the digital certificate that Insight Server presents during the connection process |
TXLog.exe | The transmitter program |
txlogd.conf |
The Sensor configuration file |
The installation package contains a spreadsheet file called TestExperiment.xls. This spreadsheet is a tool that architects use to configure a controlled experiment. Sensor itself does not use this file, so it is not necessary to install the file on the machine where Sensor is running (although you can choose to do so). You might want to, instead, copy the file to a location where your architects can access it or simply extract the file from the installation package as needed. For more information about controlled experimentation, see the Insight Controlled Experiments Guide.
Steps that allow you to log on to the Sametime Server.
The txlogd.conf file contains the configuration parameters for Sensor.
You must edit this file to specify, among other things, the size and location of the disk queue file, the address of the Insight Server, and the ID that will be attached to the event data produced by this sensor.
The configuration file contains required parameters and optional parameters.
To edit the Sensor configuration file
<Sensor directory>/txlogd.conf
file in a text editor and set the required parameters as well as any desired optional parameters.After you configure the txlogd.conf file, you can start the transmitter program, register it as a Windows service, and create the disk queue.
From the Start menu in Windows, select Accessories > Command Prompt.
In the command prompt window, navigate to the directory in which you installed Sensor and execute the following command:
txlog /regserver
This command starts the transmitter, creates the disk queue, and registers Sensor as a Windows service.
To confirm that the transmitter is running correctly, click Start > Control Panel > Administrative Tools > Services.
This command sequence might vary depending on which version of Windows you are using.
To check whether transmitter experienced any errors during start-up, click Start > Control Panel > Administrative Tools > Event Viewer to open the Event Viewer.
This command sequence might vary depending on which version of Windows you are using.
When you finish examining the Applications log, close the Event Viewer.
Verify that the transmitter has created the disk queue (Diskq2000.log) in the directory where you installed the Sensor program files and that it is the size that you specified in the QueueSize parameter in the txlogd.conf file.
If the queue has not been created correctly:
Examine the txtlogd.conf file and verify that the QueueSize parameter is set correctly.
Check that the device on which you installed Sensor has sufficient space available to hold a file of the size specified in the QueueSize parameter.
Using the Services control panel in Windows, stop the transmitter.
Delete the queue file.
Re-register Sensor as a Windows service: from the Start menu in Windows, select Accessories > Command Prompt. In the command prompt window, navigate to the directory in which you installed Sensor and execute the following command:
txlog /regserver
The transmitter is designed to run continuously. If you restart the machine, the transmitter restarts automatically. If you need to start and stop the transmitter manually, you can do so using the Services control panel in Windows.
Restart the Lotus Domino Server and the Sametime Chat Logging service.