Convert Standalone VRS on KFS Scan Station Into Client to Pull Licensing from Capture License Server
Issue:
How to convert a Standalone Kofax VRS 5.1.2 or 5.2 installation on a Kofax Front Office Server (KFS) scan station into a Client installation so that it pulls its licensing from the Kofax Capture License Server.
Solution:
The procedure documented in this article has not undergone certification testing and is considered to be an unofficial workaround. It should be thoroughly tested in a lower environment before being implemented in a production environment.
The procedure documented in this article is applicable only when the KFS scan station is located in the same LAN or WAN as the Kofax Capture License Server. The scan station must be able to successfully communicate with the Kofax Capture License Server on port 2424.
To convert the standalone installation of Kofax VRS into a Client and point it to the Kofax Capture License Server:
- Make sure that the scan station is able to communicate with the Kofax Capture license server on port 2424
- Stop the WebCapture Service to ensure that Kofax VRS is not still loaded
- Navigate to
C:\ProgramData\Kofax\Vrs
- Create a new text file called
SALConfig.xml
- Open
SALConfig.xml
in a text editor such as Notepad
- Enter the following into SALConfig.xml, replacing
mylicenseserver.mycompany.com
with the hostname, IP Address or Fully Qualified Domain Name of the Kofax Capture license server.<licensing> <servers> <server port="2424" isEnterprise="False">mylicenseserver.mycompany.com</server> <servers> <opts> <delaySeconds>30</delaySeconds> <totalTimeoutSeconds>300</totalTimeoutSeconds> <useDefaultWebProxy>False</useDefaultWebProxy> <remoteSite>False</remoteSite> </opts> </licensing>
- Save the changes to
SALConfig.xml
and close the file
- Open
KofaxReg.xml
in a text editor such as Notepad.
- Locate the
INSTALLTYPE
andORIGINALINSTALLTYPE
values under Registry | HKEY_LOCAL_MACHINE | SOFTWARE | KOFAX | VIRTUALRESCAN<Registry> <HKEY_LOCAL_MACHINE> <SOFTWARE> <KOFAX> <VIRTAULRESCAN> ... <INSTALLTYPE Value="Standalone" /> <ORIGINALINSTALLTYPE Value="Standalone" /> </VIRTUALRESCAN>
- Change the INSTALLTYPE and the ORIGINALINSTALLTYPE values to
Workstation
<Registry> <HKEY_LOCAL_MACHINE> <SOFTWARE> <KOFAX> <VIRTAULRESCAN> ... <INSTALLTYPE Value="Workstation" /> <ORIGINALINSTALLTYPE Value="Workstation" /> </VIRTUALRESCAN>
- Save the changes to
KofaxReg.xml
- Restart the WebCapture Service
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax VRS | 5.2 5.1.2 |
ALL | KFS Scan Station | N/A |
Kofax Front Office Server | 4.3 4.1 |
ALL | Scan Station | N/A |
Kofax Capture | 11.1 11.0 |
ALL | Server | N/A |
References
N/A
Article # 3048753