Cisco Cisco IP Contact Center Release 4.6.2 Release Note

Page of 107
 
Enterprise ICM Dedicated Forest/Domain Model 
 
30.  In the Enterprise Manager Login Dialog Box, select Connect Directly to a Database: 
Enter Username “internal” 
Enter Password “cisco” 
Enter Service <name of database>: example “ccsdb” 
Connect As – select SYSDBA from pulldown Menu. Click OK
31.  In the SQLPlus Worksheet Application, delete the highlighted text. Copy the text below into this 
window.  
Note: That the text is one line, and that a semicolon indicates a new line. The following names are used on 
the CollaborationServer. 
Tablespace name – ccstable 
Datafile name – ccsdata 
Username – ccsuser 
Password – Cisco 
CREATE TABLESPACE <Collaboration DB tablespacename> DATAFILE '<Collaboration DB 
datafilename>' SIZE 30M;  
CREATE USER <Collaboration DB username> IDENTIFIED BY <Collaboration DB password> 
DEFAULT TABLESPACE <Collaboration DB tablespacename>;  
COMMIT; 
32.  Click on the Execute icon. 
GRANT CONNECT, RESOURCE TO <Collaboration DB username>;  
COMMIT; 
33.  Click on the Execute icon. 
34. Click on File Exit to finish. 
 
Special Notes if Installing SQL: 
Install SQL2000 using the typical option. 
Use Enterprise Manager to create a database. 
Use Enterprise Manager to create a user. 
Assign that user to the database created for CCS and assign these rights:  
  db_owner  
  db_accessadmin  
  db_securityadmin  
  db_ddladmin  
  db_backupoperator  
  db_datareader 
   db_datawriter 
 
Step 18. 
Install Webview 3
rd
 Party Software 
Print and read the Read Me file on the “Webview 3
rd
 Party Installer CD 6.0.”  This file describes the 
software and provides installation instructions.  Various settings described in the Read Me file appear on 
certain setup screens.  
Release 6.0(0) Staging on Windows 2000 
25
25