Configuring the Database
Replace %3 with the password for the sa user.
■
Replace %4 with the name of the CCA database that you are upgrading.
■
Replace %5 with the name of the user who has access to the CCA database that you are
■
upgrading.
Replace %6 with the password of the user declared in previous parameter.
■
Replace %7 with the port number used by Ms SQL Server to listen for new connections. By
■
default, Ms SQL Server listens in on the port 1433.
After the batch file is edited, it will return to the following:
rem %1 <The database server name>
rem %2 <The admin users - Normally sa>
rem %3 <The password for the admin user>
rem %4 <The database name>
rem %5 <CCA db username>
rem %6 <CCA dbpassword>
rem %7 <Database Port Number>
rem %8 <flag isUpgrade>
echo off
CHCP 437
java -jar DatabasePopulation.jar -hostname=dbserver -username=cc81 -password=cc81 -
languageOption=1 -databasePortNumber=1433 -databaseName=cc81 -saUsername=sa -
saPassword=sapassword -isUpgrade=true
echo on
3
Open a command line window and run the batch file.
4
After the batch file completes running, check all log files created to verify that no error is
reported during database upgrading process.
Contact Center Anywhere Installation Guide Version 8.1
Configuring a MS SQL Server 2000 Database
■
sql server default use 1433
1 7
Need help?
Do you have a question about the Contact Center Anywhere 8.1 and is the answer not in the manual?
Questions and answers