Configuring the Database
■
Configuring a MS SQL Server 2000 Database
Contact Center Anywhere Installation Guide
Version 8.1
15
2
The database creation procedure can be completed by running the
useMe70LatinLanguage.bat
file. Before running, edit the batch file to reflect the correct
information that is necessary to create the database by using the following guidelines:
NOTE:
If you are installing the Chinese and Japanese languages, use the corresponding batch
file.
■
Replace %1 with the host name of the database server.
■
Replace %2 with the
sa
username. Typically, default value
sa
is used.
■
Replace %3 with the password for the
sa
user.
■
Replace %4 with the path to the location where the database files will be created.
■
Replace %5 with the database name for CCA. The default value
cc81
is typically used.
■
Replace %6 with the name of the user who will be created and has access to the database.
This user is used by CCA system to access the database. The default value cc81 is typically
used.
■
Replace %7 with the password that you want to provide to the user defined in the previous
parameter.
■
Replace %8 with the port used by the Microsoft SQL Server to listen for new connections. By
default, Ms SQL Server listens on port 1433.
■
The -remoteDatabase flag should remain as
False
.
■
Replace %10 with the language you want to use. If you do not specify a value for this
parameter, Latin language will be used.