Cisco Cisco Agent Desktop 9.0 설치 가이드

다운로드
페이지 164
Cisco CAD Installation Guide
130
August 4, 2014
2. Navigate to the folder where InstallRestoreDB.bat is located. The default 
location is C:\Program Files (x86)\Cisco\Desktop\DB.
3. At the prompt, type the following command.
For a flat file implementation:
InstallRestoreDB -f “<backup path>” “<script path>”
For a SQL Server implementation:
InstallRestoreDB <user> <password> <server> <instance> <port> 
<authtype> “<backup path>” “<script path>”
Where
Argument
Description
authtype
The type of authentication used (SQL or NT)
backup path
Location of backup (must be on a local drive)
instance
The database instance name
password
Password to access the database (can be 
blank for NT authentication)
port
Port used to access the database (enter -1 to 
use the default SQL port)
script path
Location of the folder in which the BackupDB 
utility is located
server
Hostname or IP address of the server hosting 
the database, or, if the database is on the local 
machine, the local loopback IP address of 
127.0.0.1
user
Username with access to the database (can be 
blank for NT authentication)
NOTE:  You must include every argument in the command, even if that 
argument is blank (indicated by a pair of quotation marks: “”). 
4. Press Enter. The recording metadata is restored to the specified database.