11.0

© 2014 ABBYY Production LLC. All rights reserved.
61
7. If necessary, in the Project Setup Station, specify processing settings for the project (the specified settings
will apply to batches of the Default type). To configure processing settings, select Project -> Project Proper-
ties… and open the Workflow tab. If the project contains batch types, specify workflow settings for each of
them. For this, select Project -> Batch Types…, then select a desired type, click Edit…, and in the dialog
box that opens go to the Workflow tab.
Oracle database settings
Prior to creating a database in Oracle, do the following:
1. On the computer on which the Application Server is installed, install the Oracle client for Windows 32bit
(even though Windows x64 is installed and Oracle DBMS for this OS). The Application Server does not work
with the Oracle x64 client.
Note. The Oracle client may install incorrectly due to a known issue. This causes a “Description Provider
cannot be found. It may not be properly installed” error to occur when creating a database. If you see this er-
ror message, you will need to register the oraoledb11.dll library manually by executing the “regsvr32
oraoledb11.dll” command. The oraoledb11.dll library is located in the BIN folder in the installation folder of
the Oracle client.
2. If Windows x64 is installed, pools for the Administration and Monitoring Console and the Application
Server must be set to 32-bit mode. For this, do the following:
- Execute the following command from the command line: cscript
%systemdrive%\Inetpub\AdminScripts\adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true
This command switches the default pool to 32-bit mode, thus the default pool and the pools of the Admin-
istration and Monitoring Console run in the same mode which is required for registration of ASP.net.
For this command to take effect, access to the Network Service account must be granted explicitly. To grand
access to the Network Service account, execute the following command: aspnet_regiis -ga "NT Authori-
ty\Network Service".