AC - Agent Controller
The AC service is a Lync / SfB application which is responsible for tracking the team member's Lync / SfB state. In addition this component sets the team member's RONA state if required. It's an active – passive component (presence tracking is active – active) and should be installed on all TM machines.
Installation
- Run the TM.AC.Setup.msi
- On the Luware-TM-AC Configuration Settings screen of the setup pay attention to fill the
- Instance Name
- Port number
- SfB Server Version
- Configure Certificate Security
For security reason TM provides possibility to use certificate-based encryption and verification during the components communication. To configure certificate based authentication, select ‘Configure Certificate Security’ check box and press ‘Next’ button to open a page with server certificate settings.
Example of filled Luware-TM- AC Configuration Settings screenIf ‘Configure Certificate Security’ check box was set to true, configure the client and server certificate settings as the next steps. The client settings specify which settings AC will use while connecting to PS. The server settings are used to validate another services when they try to connect to AC.
Example of filled Luware-TM-AC Server Certificate Settings screen
Settings | Description | Value |
---|---|---|
Mode | Transfer security modes offered by WCF to ensure a secured communication between a client and a server. | None : This mode ensures that no security is applied while communication between server and client. Transport: As the name suggests, it is concerned with security of communication between a client and a service over a network protocol. It guarantees the confidentiality and integrity of messages at transport level since transport security secures the entire communication channel. |
Validation Mode | The mode that specifies how incoming certificate is validated and how trust is determined . | None: In this mode no validation is perfomed. ChainTrust: : In this mode WCF simply validates the certificate against the issuer of a certificate known as a root authority (the expiration time is checked too). PeerTrust: In this mode WCF simply checks if the incoming certificate is installed in the Trusted People folder in the certificate store (the expiration time is checked too). PeerOrChainTrust: Mixed mode. |
Is Dedicated | The flag that defins which certificate is used for encryption. | False: Encryption is done with default certificate. It means that certificate with the hostname of the machinefrom the Personal Store is used on server side. True : Encryption is done with a dedicated certificate. It means there is possibility to configure identifier (thumbprint) of the certificate. |
Thumbprint | The thumbprint is a hash value computed over the complete certificate, which includes all its fields, including the signature. | → See Prepare Certificate Thumbprint |
Note: The system reports all errors related to connection or certificate issues to a log file ‘C:\Program Files\Luware AG\TM-AC\log \connectionIssues.log’.
- Open Services and start the installed service.
- Check that service is successfully started without any errors in Event Viewer or in the log file
c:\Program Files\Luware AG\TM-AC\log\regularLog.txt
Configuration
In the Luware-TM-Configurator application:
- Open TM Configurator -> Topology -> Components (Server)
Add AC component as it is shown in the example (select the AC Server Type, System Instance, Activity Order and fill the service's Settings according to the table below):
Example of filled-in AC component detailsKey in TM Configurator
Description
ConnectionLivenessInterval
Interval time in seconds between the keep alive pings.
ConnectionLivenessTimeout
Seconds the component will wait for a keep alive response.
ConnectionReconnectInterval
Seconds between the retries to reestablish the connection to the service.
MaxRetry
Deprecated: Will be removed in future releases.
MessageTimeout
Deprecated: Will be removed in future releases.
NumberOfPresenceUpdatesPerSecond
Enter maximum of routing updates that AC should perform per second.
OverrideManualSettings Default = True PresenceBasedTeamMemberShip Default = True ReconnectTimeout
Seconds after which the service will be reconnected.