IT tutorials
 
Technology
 

Exchange 2010 and SharePoint 2010 Integration : Data Storage in Unified Messaging, Exchange 2010 Outlook Web Application

9/25/2013 9:32:38 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

1. Data Storage in Unified Messaging

Unified messaging stores data in a variety of locations and formats. The different types of data include custom audio prompts, incoming calls, configuration, and setup.

It is important to understand where the data is stored, the relative importance of backing it up, and the method of restoring the data. Tables 1, 2, 3, and 4 list the relevant data storage information for each type of data.

Table 1. Custom Audio Prompt Data
Data TypeCustom audio files (.wav) for UM dial plans and UM auto attendants Custom audio files (.wav) for telephone user interface (TUI) and Outlook Voice Access
StorageFile system in \UnifiedMessaging\Prompts
BackupFile-level backup is only needed on the prompt publishing server
RestoreFile-level restore is only needed on the prompt publishing server
Data TypeCustom audio files (.wav) for UM dial plans and UM auto attendants Custom audio files (.wav) for telephone user interface (TUI) and Outlook Voice Access
StorageFile system in \UnifiedMessaging\Prompts

Table 2. Incoming Call Data
Critical DataIncoming calls: .eml and .wma files for each voicemail
StorageFile system \UnifiedMessaging\temp
BackupNone
RestoreNone

Table 3. Server Configuration Data
Critical DataServer configuration data, including all objects and settings
StorageActive Directory configuration container
BackupBackup method is domain controller replication or Active Directory backup
RestoreThis data is reapplied to the server during a setup /m:recoverserver restore

Table 4. Setup Data
Critical DataLimited information is stored in the Registry by Setup that is not essential to server restore
StorageHKLM\SOFTWARE\Microsoft\Exchange HKLM\SYSTEM\currentcontrolset\Services
BackupBackup method is System State backup or Registry export
RestoreRestore method is System State restore or Registry import

2. Exchange 2010 Outlook Web Application

Lync Server 2010 empowers the Exchange 2010 Outlook Web Application (OWA) with presence and IM chat. Although Outlook users are familiar with presence, this integration enables Outlook Web App users the same functionality. Of course, users must be both mailbox enabled on Exchange 2010 and Lync enabled for Lync Server 2010 to use this cool new feature.

Here is how to enable the Lync Server functionality in Exchange 2010 OWA:

1.
First download the following files from Microsoft.com:

CWAOWA Web Service Provider (previously known as the OCS 2007 R2 Web Service Provider), CWAOWASSPMAIN.msi

Hotfix for Lync Web Service provider found in KB 981256

Unified Communications Managed API (UCMA) hotfix found in KB 2282949

Unified Communications Managed API (UCMA) update found in KB 968802. The filename is UCMARedist.msp.

2.
On the Exchange 2010 CAS server, install the following packages in the order listed:

vcredist_x64.exe

dotnetfx35setup.exe

ucmaredist.msp

ucmaredistHottfix2282949.msp

ucmaredistHotfix968802.mssp

CWAWebserviceProvider.msi

CWAWebServProviderHotfix981256.msi

3.
Open the Exchange Management Shell and enter the Get-ExchangeCertificate |fl Services,Thumbprint.

4.
Record the thumbprint of the certificate assigned to IIS.

5.
Run the following command to configure the CAS server as a Lync presence endpoint:

Get-OWAVirtualDirectory | Set-OWAVirtualDirectory –InstantMessagingType OCS
–InstantMessagingEnabled:$true –InstantMessagingCertificateThumbprint <IIS
Certificate thumbprint> -InstantMessagingServerName <FQDN of Lync Pool/Server>



6.
Run IISReset to complete the process on the Exchange side.

7.
Open a console or remote desktop session to your Lync Front End Server.

8.
Open the Topology Builder tool and download the current topology.

9.
Expand the pool and find the Trusted Application Servers item.

10.
Click Create a new trusted application pool.

11.
Enter the FQDN of your Exchange CAS server, or the FQDN of the CAS array if applicable, and select Single Computer Pool.

12.
Select the current pool and site as the Next Hop Pool. Note that if you only have one pool, only one option will be present here.

13.
Click Finish and then publish the topology again.

14.
Create a new trusted application and associate it with trusted application pool you just created.

15.
Decide on a TCP port that is currently unused using netstat –a. We recommend 5059 because it is in close proximity to the standard Lync Server ports, but not in use by default.

16.
Use the New-CsTrustedApplication cmdlet. The following is an example:

New-CsTrustedApplication –ApplicationID ExchangeOWA –TrustedApplicationFQDN
<FQDN of CAS server or CAS Array> -port <choose an unused port on the Lync
Server such as 5059>

17.
Run the Enable-CsTopology to apply the configuration changes. Check the log files to ensure the process is successful.

With the configuration complete, log in to the Outlook Web Application to ensure the presence functionality is working.


 
Others
 
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 3) - Enabling Mailboxes for UM, Testing Functionality
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 2) - Associating the UM Server with the Dial Plan, Create a Unified Messaging Auto Attendant, Creating the Hunt Groups
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 1) - Creating a UM Dial Plan, Associating Subscriber Access Numbers, Creating a UM IP Gateway
- Exchange Server 2010 : Configuring Mailbox Delivery Restrictions, Permissions, and Storage Limits (part 2) - Permitting Others to Access a Mailbox
- Exchange Server 2010 : Configuring Mailbox Delivery Restrictions, Permissions, and Storage Limits (part 1)
- Exchange Server 2010 : Moving Mailboxes (part 2) - Performing Online Mailbox Moves
- Exchange Server 2010 : Moving Mailboxes (part 1) - The Essentials
- Exchange Server 2010 : Managing Mailboxes: The Essentials
- Setting Up a Windows Home Server Website : Configuring a Website (part 2) - Setting the Default Content Page, Disabling Anonymous Access
- Setting Up a Windows Home Server Website : Configuring a Website (part 1) - Modifying the Website Bindings , Giving a Website Multiple Identities
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us