Equitrac only deployment configuration
Steps in this task must be completed for an Equitrac only deployment with DRS.
The Device Control Service (DCS) handles communication between the embedded client and the Equitrac server. The DCS supports communication between the client and the server when AutoStore is not present. This allows Equitrac can interface with the embedded client when only Equitrac functionality is required.
-
In a text editor (such as Windows Notepad) edit the Web.config to point to the DRS server:
- C:\Program Files\Equitrac\Version\Device Control Service\KonicaPanelClient\Web.config
-
In the Web.config folder, configure the following two settings
depending on whether Equitrac or DRS are installed on the same or different machines:
- Equitrac and DRS installed on different machines
-
<add key="DrsServiceBaseUri" value="http://host address:8753" /> <add key="DrsToolUri" value="http://host address:9000" />
- Equitrac and DRS installed on the same machine
-
<add key="DrsServiceBaseUri" value="http://localhost:8753" /> <add key="DrsToolUri" value="http://localhost:9000" />
-
The SSL settings for DCS are configured in the following file:
- C:\ProgramData\Kofax\DeviceControlService\Settings\KonicaPanelClient.properties
The settings and default values in this file are:Setting Default Description usessl
usessl=1
Specifies whether to use SSL.
port
port=3348
The port number used by the web application. The default is 3348. The certificate has to be installed and associated with this port.
certhash
certhash=
Thumbprint of certificate to bind to port. If empty this defaults to the thumbprint of the first valid certificate in certstorename with a subject equal to the fully qualified host name.
certstorename
certstorename=Equitrac-Shared
LocalMachine store containing the certificate to bind to port. If this is empty, then the bind is omitted.
- In the DRS Application settings, leave AutoStore Server Address blank and configure the Print Manager Address and Print Manager URI to point to the Equitrac server.
- In the DRS Device settings, set Enable Scan to False and Enable Print Release to True.
- Restart Equitrac DCS.