12.0
Table Of Contents
27
ABBYY FlexiCapture Administrator`s guide
If you are already connected to another database, you will need to close the existing sessions prior
to creating a new database. If, for some reason, this is not possible or necessary, add the following
key into the web.config file that is located at
<
IIS Root Directory (the default location is
"
C:
\
inetpub
\
wwwroot
"
)
>\<
FlexiCapture12
\
Monitoring
>
:
<appSettings>
<add key=
"
IgnoreCurrentSessions
"
value=
"
true
"
/>
</appSettings>
In this case, a new database will be created without a warning about existing sessions. In the old
database, all sessions are preserved. By default, the key is set to
False
and you will be prompted to
close the sessions when creating a new database.
3. The database creation page will open:
O
n this page, specify the following:
o
The name of the Microsoft SQL Server instance in the format
<
server name
>\<
instance name
>
o
A name for the new database. Note the limitations imposed by Microsoft SQL Server on
database names (see this Microsoft website for details)
o
A user account that has DBA permissions for Microsoft SQL Server
Note
1. If Microsoft SQL Server is installed on a different computer than the Application Server, then
Database Server Authentication must be used to connect to the database server.
2. We recommend choosing the TCP/IP protocol rather than Named Pipes to communicate with
the database server (the protocol is specified when you configure the Microsoft SQL Server
client, which is installed on the computer hosting the Application Server).










