11.0
© 2014 ABBYY Production LLC. All rights reserved.
63
5. When creating the database in the Administration and Monitoring Console, specify the name of the Ser-
vice Naming element created in step 3.
After you create the database using the Administration and Monitoring Console you should note that by default, an
Oracle database allows a maximum of 40 processes and 49 sessions. When these limits are reached, the following
error message occurs: “ORA-12516: TNS:listener could not find available handler with matching protocol stack.”
If required, increase the default values by using a script similar to the following:
connect sys/<Login> as sysdba;
alter system set sessions=<SessionCount> scope=spfile;
alter system set processes=<ProcessCount> scope=spfile;
shutdown immediate;
startup;
Web stations’ settings
Web stations are installed together with the Application Server, if the Web stations feature is selected in the Custom
Setup dialog box.
Description of possible Web stations settings
For each Web station located at <IIS Root Directory (e.g. C:\inetpub\wwwroot)>\<Station Name>, there is a
web.config configuration file, whose section <appSettings> contains the following keys that define the behavior of the
station:
ApplicationServer – the address of the Application Server in the format <machine name>, without “http://,” has a
default value of “localhost.” The key allows you to move the Web station to a different computer than the one where
the Application Server is installed, e.g. in DMZ network.
DefaultDomain – this key stores the name of the domain which will be added to the names of users who try to log
into the station. By default, the value is empty. It means that the user <domain>\user must enter the whole login:
<domain>\user to log into the station. If the key has the value “domain,” the domain name can be omitted and the
shortened login “user” can be used. If the user belongs to a different domain or is a local user, it is possible to specify
the whole login in the format “machine\user.” In this case, the value of the DefaultDomain key will not cause conflicts.
UseCustomAuthentication – this key allows you to switch the authentication mode used by the station: either stand-
ard IIS authentication or authentication by means of the FlexiCapture Authentication Module can be used (see “How
to choose the user authentication type”). If the FlexiCapture Authentication Module is installed, the server installer sets
the key value to true, otherwise – to false.
UseHashedPageAccess – this key determines whether automatic log off is performed when closing the browser win-
dow or a separate browser tab. If the key value is false, log off is performed only when closing the browser window. If
you close the browser tab when working with the station without doing the log off, but the browser itself remains open,
you will be able to open the station in a new tab and continue working with it without entering a login and password.
If the key is set to true, automatic logoff is performed also when closing a separate browser tab. In this case, when
you open the station in a new tab, you will have to enter your login and password. Automatic logoff is performed also
when refreshing any station page (using the Refresh command or the F5 key).
This key can be used only for the Web Scanning and Web Capture stations. By default, the key is set to false.
UseCustomFormLayout – this property determines how the data form is displayed. If set to true, the custom data
form is displayed. If set to false, the default data form is displayed.
PluginMode
Set this subkey to WithoutScanning to redirect web station users to the image import page without installing the
ABBYY Scanning Plugin. If the value of this key is set to Full, the Plugin will be installed when a project is opened for
the first time.
This subkey only affects Web Scanning Stations and Web Capture Stations. Its default value is Full.
ShowPluginModeSwitch
Determines whether the station works with or without the plugin. If set to true, a drop-down list that allows the user to
choose whether to use the plugin will be displayed on the project selection page.
This subkey only affects Web Scanning Stations and Web Capture Stations. Its default value is false.










