10.0

Table Of Contents
© 2011 ABBYY. All rights reserved.
69
7. If necessary, in the Project Setup Station, specify processing settings for the project (specified settings will apply to
batches of the Default type). To configure processing settings, choose the menu item ProjectÆProject Properties…
and open the Workflow tab. If the project contains batch types, specify workflow settings for each of them. For this,
choose the menu item 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 actions:
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 client
for Windows x64.
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 %system-
drive%\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 Administration 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 Authority\Network Service".