To ensure that the instanceName value in the Web.config is unique
across all web servers accessing the same BIC database, complete the following
steps.
-
From the
[Installation path]\Brainware
Intelligent Capture Web Server directory, open
Web.config in a text editor.
-
Search for the following lines.
<system.controllers>
<client instanceName="Web Verifier" remoteObjectRenewalTimeout="180"></client>
-
Change
instanceName="Web Verifier" to
instanceName="Web Verifier [xx]" with xx being
unique across the system.
instanceName="Web Verifier 01" for the first
server.
instanceName="Web Verifier 02" for the second
server.