Configure AutoStore to work with a remote DRS server for Konica Minolta devices
To use previous Device Registration Service version for Konica Minolta iOption devices when DRS and AutoStore are hosted on separate machines, you must manually edit the Web.config file located in the KonicaPanelClient folder in the AutoStore program files folder. Here is the path to default location for this file on the AutoStore server:
C:\Program Files\Notable Solutions\AutoStore 7\KonicaPanelClient\Web.config
Use a text or code editor to change the following lines in the file:
add key="DrsServiceBaseUri" value="http://DRS_server:service_port" />
add key="DrsToolUri" value="http://DRS_server:client_port" />
You can specify a fixed IP address or host name for DRS_server. If you are unsure of what values to use, on the DRS Server, click Start All Programs Kofax Device Registration Service Device Configuration Manager to open the Device Registration System Configuration dialog box. The ports and URL are displayed in the Service Settings group box on the Service tab of this dialog box.