Avaya Call Center SUOG User Manual

Page 1
Reporting for Call Center SUOG 2003 server compatibility - Addendum
Required Settings in IIS 6 for RCC 3.6, RCC 3.7 and RCC on CallPilot 3.0
davidmckay@iteluk.com
© 15-03-2005 Issue 01 (05)
Page 2
Page 3
able of Contents
T
Table of Contents
Change History...................................................................................1
How to use this guide ........................................................................2
What this document provides ................................................................................. 2
How this guide is organized ................................................................................... 2
Introduction ........................................................................................3
Internet Information Services 6 .............................................................................. 3
Compatibility Testing Statement............................................................................. 3
RCC CP3 Stream .............................................................................................. 3
RCC BCM 3.6 Stream ....................................................................................... 3
RCC BCM 3.7 Stream ....................................................................................... 3
Required Changes.................................................................................................. 3
Required Changes..............................................................................4
i
IIS 6 Settings .......................................................................................................... 4
Change 1: Enable Active Server Pages............................................................ 4
Change 2: Allow IIS 6 to see the Path to the RCC Folder ............................... 4
Change 3: Allow RCC to access its .dat data files ............................................ 7
Change 4: Create a new Application pool and add RCC to it ........................... 8
Upgrading Reporting for Call Center..............................................11
Allow IIS 6 to see the Path to the RCC Folder ..................................................... 11
References........................................................................................12
Index..................................................................................................13
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 4
ii
able of Figures
T
Table of Figures
Figure 1: IIS Main Window with Web Service Extensions Highlighted.......................................................................4
Figure 2: IIS Manager with the RCC Folder highlighted ..............................................................................................5
Figure 3: RCC Properties Page......................................................................................................................................5
Figure 4: Application Configuration Window...............................................................................................................6
Figure 5: Options Page with the Enable parent paths option selected ...........................................................................6
Figure 6: IIS Manager with the Local Computer entry highlighted...............................................................................7
Figure 7: Local Computer properties page showing the Mime Types button................................................................7
Figure 8: Mime Types Window.....................................................................................................................................8
Figure 9: New Mime Type settings ...............................................................................................................................8
Figure 10: Configuring Application Pool......................................................................................................................9
Figure 11: Application Pool Identity .............................................................................................................................9
Figure 12: RCC Website Properties.............................................................................................................................10
Figure 13: RCC Properties - Application Pool............................................................................................................10
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 5
Change History
Issue 01 (04) – 13-March-2005
1. First circulated release.
Issue 01 (05) – 15-March-2005
1. Title changed.
2. Front Page changed (logo etc)
hange History 1
C
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 6
ow To Use This Guide 2
H
How to use this guide
1
What this document provides
This guide is designed to describe the changes that must be made to Microsoft Internet Information Services version 6 in order to operate with Reporting for Call Center 3.6 and 3.7 and Reporting for Call Center on CallPilot 3.0.
This chapter tells you what to expect as you read this guide and how information in this guide is presented.
How this guide is organized
The Reporting for Call Center SUOG 2003 server compatibility - Addendum guide is organized according to the following chapters:
How to use this guide Provides a brief overview identifying the organization of
this guide.
Introduction Gives a short introduction to the changes that must be
made to IIS 6.
Required Changes Describes the changes that must be performed in order to
allow Reporting for Call Center to operate with IIS 6.
References List of documents referred to within the body of this
document.
Index A cross-reference of terms used within this document.
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 7
Introduction 3
Introduction
2
Internet Information Services 6
Internet Information Services 6 is the default version of IIS in Windows 2003 Server Standard Edition.
Compatibility Testing Statement
The versions of Reporting for Call Center which have been compatibility tested against Windows 2003 Server Standard Edition (and therefore Internet Information Services version 6) are as follows.
RCC CP3 Stream
CP 30.00.72.22 APP server 30.00.72.22 RCC Build 2.2.112
RCC BCM 3.6 Stream
BCM 3.6 2.2C RCC Build 2.1.046
RCC BCM 3.7 Stream
BCM 3.7 B14 (Beta Candidate) RCC Build 2.3.200
For further information regarding the compatibility testing that was conducted, please refer to the document: RCC/2003 Server Compatibility Test Cases.
Required Changes
To Configure Internet Information Services 6 to allow Reporting for Call Center to operate, certain settings must be configured. These settings allow:
ASP to be used (Active Server Pages is a standard web site technology)
The RCC Web Site folder to be recognized by IIS 6 and used as a web site
The RCC website to open .dat files
The RCC website to Zip up the log files when deactivating them
All of the changes are made through the use of the Internet Information Services manager, which is accessed through Start, Control Panel, Administrative Tools, Internet Information Services.
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 8
4
Required Changes
Required Changes
3
IIS 6 Settings
The changes required in order for Reporting for Call Center to operate on Internet Information Services 6 are detailed below.
Change 1: Enable Active Server Pages
1. Open IIS Manager
2. Highlight Web Service Extensions
Figure 1: IIS Main Window with Web Service Extensions Highlighted
3. In the list on the right hand side of the Manager window highlight Active Server Pages
4. click the Allow button
Change 2: Allow IIS 6 to see the Path to the RCC Folder
1. Open IIS Manager
2. Double click on Web Sites
3. Double Click Default Web Site
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 9
Figure 2: IIS Manager with the RCC Folder highlighted
4. Right click on RCC and select Properties
Required Changes 5
Figure 3: RCC Properties Page
5. Click on the Configuration button
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 10
6
Required Changes
6. Click on the Options tab
Figure 4: Application Configuration Window
Figure 5: Options Page with the Enable parent paths option selected
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 11
7. Check the Enable parent paths option
8. Click OK
9. Click OK
Change 3: Allow RCC to access its .dat data files
1. Open IIS Manager
2. Right click the Local Computer entry in the tree
Required Changes 7
3. Select Properties
Figure 6: IIS Manager with the Local Computer entry highlighted
Figure 7: Local Computer properties page showing the Mime Types button
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 12
8
Required Changes
4. Click on the Mime types button
Figure 8: Mime Types Window
5. Click on the New button and complete the MIME Type dialog as shown below.
Figure 9: New Mime Type settings
6. Click OK
7. Click Apply
8. Click OK
Change 4: Create a new Application pool and add RCC to it
1. Open the IIS Manager
2. Right click on Application Pools and select New -> Application Pool
3. Enter Nortel into the Application ID field and select the Use existing application pool as template radio button
4. In the drop down box select DefaultAppPool
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 13
Required Changes 9
Figure 10: Configuring Application Pool
5. Click OK
6. Right click on the newly created application pool Nortel and select Properties
7. Click on the Identity tab
8. If the Predefined radio button is not selected, do so and select Local System in the drop down box beside it.
Figure 11: Application Pool Identity
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 14
10
Required Changes
9. Click OK and then click Yes on the confirmation dialogue box that appears.0
10. Right click on the RCC item under Web Sites and select Properties.
Figure 12: RCC Website Properties
11. In the drop down box next to Application pool select Nortel
Figure 13: RCC Properties - Application Pool
12. Click OK
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 15
Required Changes 11
Upgrading Reporting for Call Center
4
Allow IIS 6 to see the Path to the RCC Folder
Following an upgrade from one release of Reporting for Call Center to another, you must repeat Step 2: Allow IIS 6 to see the Path to the RCC Folder as described in Chapter 3.
The other steps do not need repeating.
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Page 16
12
References
References
1 James Hughes, RCC/2003 Server Compatibility Test Cases.
5
Reporting for Call Center SUOG 2003 server compatibility - Addendum Issue 01 (05)
Page 17
References 13
Index
C
Change History, 1 Control Panel, 3
H
How this guide is organized, 2 How to use this guide, 2
I
Internet Information Services, 2, 3, 4 Introduction, 2, 3
6
M
Microsoft, 2
N
Nortel Networks Reporting for Call Center,
2, 3, 4, 11
U
Upgrading, 11
W
Windows, 3
Issue 01 (05) Reporting for Call Center SUOG 2003 server compatibility - Addendum
Loading...