Exchange Adapter Technical Whitepaper


Understanding Kayxo Exchange Adapter for BizTalk Server 2006/2009




                                                                2.1.0.14
Table of Contents
EXCHANGE ADAPTER TECHNICAL WHITEPAPER ABSTRACT ................................................... 2
PREREQUISITES, SKILLS AND KNOWLEDGE ....................................................................... 3
REQUIREMENTS .............................................................................................................. 3
WHAT KAYXO EXCHANGE ADAPTER PROVIDES ................................................................... 4
SOLUTION SCENARIOS .................................................................................................... 4
RECEIVE ADAPTER .......................................................................................................... 6
   Technical Overview ..................................................................................................................... 6
SEND ADAPTER ............................................................................................................... 7
   Technical overview ..................................................................................................................... 7
SECURITY ...................................................................................................................... 8
LOAD BALANCING & FAILOVER ......................................................................................... 9




                                                                                                                                      Page 1
Exchange Adapter Technical Whitepaper Abstract

This paper introduces the latest release of the Kayxo Exchange Adapter for BizTalk Server
2006/2009, providing the technical user with a detailed description of the ways it can be used
to define business processes, and to manage and monitor them across the organization. This
paper also helps business users understand how they can use BizTalk’s powerful capabilities in
order to understand and optimize both internal and business-to-business processes.
E-mail is the primary vehicle for interaction between business processes and humans. BizTalk
Server 2006 provides the following Adapters to interact with email information:
      POP3: Enables the reception of messages from a POP3 mailbox into BizTalk Server using
       the POP3 protocol.
      SMTP: Enables users to send messages between BizTalk Server and an SMTP gateway
       using Simple Mail Transfer Protocol (SMTP).
However, none of these has been designed to interact with the richness of the information
stored in Exchange Server. It is possible to implement solutions that integrate Exchange Server
using the POP3 Adapter, but this Adapter has been created to work with the POP3 protocol, that
is why it lacks the necessary flexibility to interact with the great number of objects and
attributes that the Exchange Server has to offer: Tasks, Calendars, Notes, Emails, and
Contacts.
The same limitations arise using the SMTP adapter when it comes to integrating with rich
Exchange objects. Tasks, Contacts and Appointments are powerful objects that could integrate
deeply into business processes, but are left completely out of the equation.
The Kayxo Exchange Adapter for BizTalk Server 2006/2009 provides a transparent bridge to
selectively capture and manipulate any kind of information going through the Exchange Server,
making it available to the BizTalk Server to exploit all its richness into the company’s core
systems.




                                                                                          Page 2
Prerequisites, Skills and Knowledge
A developer of BizTalk solutions must be at least moderately experienced with the use of:
      Microsoft Visual Studio 2008 and the development of .NET solutions.
      Programming with the .NET Framework.
      Extensible Markup Language (XML).
      Extensible Stylesheet Language Transformations (XSLT).
      XML Schema Definition Language (XSD).
An IT Professional must be at least moderately experienced with the use of the following:
      Microsoft Windows Installer (MSI).
      Windows Server 2003 SP 2 / Windows Server 2008.
      SQL Server.
      Exchange Server.
      Performance monitoring and optimization techniques.



Requirements
In order to be installed, the Kayxo Exchange Adapter for BizTalk Server requires the following:
      Windows Server 2003 SP2 / Windows Server 2008.
      Exchange Server 2003 or 2007.
      BizTalk Server 2006 / 2009.
      MAPI Client (MS Outlook or the stand alone MAPI Libraries).
      .Net Framework 2.0.




                                                                                            Page 3
What Kayxo Exchange Adapter Provides
      Support for Exchange Server 2003 / 2007.
      Simplified programming environment, integrated with Visual Studio 2008.
      Simplified configuration environment, integrated with BizTalk Server and Visual Studio
       2008.
      Real-time access to any Exchange items on demand.
      Real-time creation and manipulation of Exchange items.
      Integrated performance counters, manageable from the Operative System’s Performance
       Monitor.
      Minimum security requirements: the security requirements to access the Exchange
       Server are the same to any Outlook client may need. There is no need to install a web
       server or open a new port in the Exchange Server.
      Fastest access to Exchange Server objects information (through MAPI).
      Access to any kind of exchange objects and any kind of object property.



Solution Scenarios
As shown in Figure 1, the Kayxo Adapter for Exchange Server can be used to make some
processes or workflows automatic, and also those processes that require human intervention
using, for instance, Outlook as user interface. Some examples of those scenarios can be:
      Automatic Processes regarding claims or HelpDesk queries.
      A time management system for billable hours through the appointments in the calendar.
      Tasks creation upon business events.
      Synchronization of individual contacts with a corporate CRM.
      Setting events, alarms and due dates for Operational Processes in a corporate ERP
       directly into an employee’s Outlook.
These scenarios are extensible for the world outside the company, allowing expanding the range
of B2B options that interact with Exchange Server Messaging Services.



                                Microsoft Exchange Server




                                 Kayxo Exchange Adapter


                                 Microsoft BizTalk Server
                                         Engine                            B2B


                                  Orchestration   Messaging
                                    services       services


                                           Figure 1




                                                                                         Page 4
Another possible scenario is the case where the information must be stored in a temporary
repository to be later consumed via web applications, win32 or even another service that can
display the necessary data according to a specific logic.

                                     Microsoft Exchange Server



                                     Kayxo Exchange Adapter
                                     Kaixo Exchange Adapter



                                      Microsoft BizTalk Server
                                              Engine

                                              Messaging




                                      SQL
                                                          Oracle
                                     Server

                                IE              Win32              Services
                          UI Applications   UI Applications

                                               Figure 2



Some relevant scenarios for the use of the messaging stream provided by Exchange are:
      Compliance scenarios where defined email information on particular mailboxes should be
       retained for later audit purposes.

      Sourcing of unstructured process data (e.g.: support calls and e-mails on a call center)
       into Business Intelligence systems.

      Capture of attached documents into a corporate Content Management solution, changing
       the physical attachment location and the attachment reference from Exchange to the
       Content Management system.

      Integration of third party Corporate Search Engines with Exchange.

      Other scenarios that could involve the Exchange Adapter include the Migration of legacy
       system data into the Exchange Server.




                                                                                          Page 5
Receive Adapter

Technical Overview


The Receive adapter allows you to monitor incoming events in a folder. KEAB provides a
mechanism to synchronize changes between Exchange Server and the Receive Adapter service.
The KEA Synchronization Service retrieves changes from the monitored folders and saves a
small key for later retrieval.



                              KEA
                          Queryservices




                                                                     BizTalk
                                                                     Engine
                                                          KEAB
                                                      Isolated BTS
                                                         Adapter
                              KEA
                         Synchronization
                            services



                                           Figure 3




                                                                                    Page 6
Send Adapter

Technical overview
The Send adapter for BizTalk Server allows users to create, delete and update any kind of
messages (mail, contacts, appointments, notes) and sub-folders in Exchange Server.
The Adapter is an In-Process BizTalk Server Adapter, and, therefore runs in the piece of
equipment where BizTalk Server is installed. It supports both: the send pattern and the
request-response pattern.


The artifact is an In-Process BizTalk Server Adapter (there are no isolated send adapters in
BizTalk Server). Once the artifact receives the message, it evaluates this, and based on this
information, executes the operation against Exchange; for that specific purpose, BizTalk server
assigns the execution of the query to the WriteCore component that is in charge of writing the
requested messages through MAPI. The following high level sequence diagram shows the
interaction between the components



                                                                         BizTalk
                                                                         Engine
                                                             KEAB
                                 KEA
                                                        In process BTS
                             Queryservices
                                                            Adapter




                                             Figure 4




                                                                                          Page 7
Security
Each adapter component relies on the OS security mechanism, and the administrator can adjust
the level of security clearance based on specific requirements. For example, if you have one
solution that receives or writes information into a special account (expenses, invoices, etc.) you
could change the account of the “Kayxo Exchange Adapter for BizTalk” Windows service or its
privileges to access this particular mailbox. This service is the host of the Isolated BizTalk server
adapter and will hold the credentials that will be used against the Exchange Server. Since the
Kayxo Exchange Adapter retrieves data in the same way that an Outlook client does (through
MAPI), no administrative rights on the Exchange Server are necessary.




                                                                                                Page 8
Load Balancing & Failover
As a High Quality product, KEAB supports scenarios for Enterprise solutions through BizTalk
server. The overall schema of a Load Balanced scenario is the same than the simplest scenario
that was mentioned early in this document. The main difference resides inside the BizTalk
configuration where the Load Balance really occurs.

In the case of the Receive Adapter, when a new item is synchronized by KEAB, a message is left
in the BizTalk Message Box. Is in this moment when only one BizTalk server of the group is
chosen to process the content of the message.

In the case of the Send Adapter, the process is similar. After a new "Write message" is left in
the BizTalk Message Box, only one BizTalk server of the group picks up the message and writes
it in Exchange.




                                                       Figure 5




Kayxo is a registered trademark of Quantum System
Microsoft Outlook is a registered trademark of Microsoft Corporation in the United States and/or other countries.




                                                                                                                    Page 9

More Related Content

DOCX
Sap plant connectivity (p co)
PDF
Epicor ERP 10 - Connected ERP
PPTX
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
PPTX
Informatica Powercenter Architecture
PPT
01 power center 8.6 basics
PDF
Informatica slides
PPT
Informatica Power Center 7.1
PDF
Management in Informatica Power Center
Sap plant connectivity (p co)
Epicor ERP 10 - Connected ERP
Integrating SFDC and Oracle ERP with IBM Websphere CastIron Appliance
Informatica Powercenter Architecture
01 power center 8.6 basics
Informatica slides
Informatica Power Center 7.1
Management in Informatica Power Center

What's hot (20)

PDF
installation and configuration of informatica server
PPT
Informatica Server Manager
PPTX
Informatica Online Training
PPTX
Cognos CIO CEE 2010 Prague CZE
DOCX
Informatica
PDF
ETL Using Informatica Power Center
PPTX
1. informatica power center architecture
PPTX
Informatica power center 9 Online Training
PDF
All Information, All People, One Platform What's New in SAP BusinessObjects X...
PDF
Microsoft SQL Server 2008 R2 - Reporting Services Datasheet
PDF
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
PDF
Connext eng
PDF
Microsoft365 Vs Atomic Data White Paper
PDF
Informatica PowerCenter : Agile Data Integration Tool
PPT
Informix warehouse and accelerator overview
PDF
Comp inttools
PPT
Informatica Power Center - Workflow Manager
PDF
Management in Informatica Power Center
PDF
Microsoft India – SQL Server 2008 R2 Datasheet
PPTX
Informatica power center 9.x developer & admin Basics | Demo | Introduction
installation and configuration of informatica server
Informatica Server Manager
Informatica Online Training
Cognos CIO CEE 2010 Prague CZE
Informatica
ETL Using Informatica Power Center
1. informatica power center architecture
Informatica power center 9 Online Training
All Information, All People, One Platform What's New in SAP BusinessObjects X...
Microsoft SQL Server 2008 R2 - Reporting Services Datasheet
5 Reasons To Choose Informatica PowerCenter As Your ETL Tool
Connext eng
Microsoft365 Vs Atomic Data White Paper
Informatica PowerCenter : Agile Data Integration Tool
Informix warehouse and accelerator overview
Comp inttools
Informatica Power Center - Workflow Manager
Management in Informatica Power Center
Microsoft India – SQL Server 2008 R2 Datasheet
Informatica power center 9.x developer & admin Basics | Demo | Introduction
Ad

Viewers also liked (17)

PPTX
Commercials
PPTX
Global recruiting trends 2013
PPT
Emp Rights & Responsibility
PPTX
Uk Universities
PPTX
Skrivekurs Forleggerforeningen
PPS
Changethe Shapeof Your Bright Idea2
PDF
Informe Individuales.
PPTX
KRD Presentasjon
DOC
Lesson Plan: "OLYMPIC SUPERSNAKE"
PPT
Change The Shape Of Your Bright Idea
PPT
WEB QUEST POWERPOINT
PDF
Workforce Planning in ambito militare. Sviluppo di un modello dinamico di ria...
PPSX
Lod farm
PPSX
Lod farm
PPS
DIGITAL PEN AND PAPER SOLUTION
PPT
Developing Mastery In Understanding Sentences
PDF
Project management elementi base
Commercials
Global recruiting trends 2013
Emp Rights & Responsibility
Uk Universities
Skrivekurs Forleggerforeningen
Changethe Shapeof Your Bright Idea2
Informe Individuales.
KRD Presentasjon
Lesson Plan: "OLYMPIC SUPERSNAKE"
Change The Shape Of Your Bright Idea
WEB QUEST POWERPOINT
Workforce Planning in ambito militare. Sviluppo di un modello dinamico di ria...
Lod farm
Lod farm
DIGITAL PEN AND PAPER SOLUTION
Developing Mastery In Understanding Sentences
Project management elementi base
Ad

Similar to KEAB - Technical Whitepaper - Kayxo Exchange Adapter for BizTalk (20)

PPT
10135 b 12
PDF
My cool newSlideshow!
PPTX
Exchange Server 2013 Architecture Deep Dive, Part 1
PPTX
Introduction to BizTalk Server 2010
PDF
Biz talk
PDF
KEAC - Whitepaper - Kayxo Exchange Adapter for BizTalk
PPT
Biztalk
PDF
Microsoft Exchange 2010 Upgrade Seminar March 2010
PPTX
Exchange 2013 ABC's: Architecture, Best Practices and Client Access
PPTX
10135 b 13
PPTX
QLogic Solutions - Microsoft Exchange Server
PPTX
Viestinnän seminaari 8.11.2012 / Exchange
PPTX
Solving Enterprise Integration Challenges With Biz Talk Server
PDF
Upgrading_and_Migrating_to_Exchange_Server_2007_and_Windows_2008
PDF
Cax Osoft12 5r Garanta Continuidade Nos Negocios
PPT
10135 b 04
PPT
Introduction to BizTalk Server 2009
PDF
Microsoft Exchange Server 2007 With Sp1 Tony Redmonds Guide To Successful Imp...
PDF
BizTalk Sever 2010 - Basic Principles of Maps - EPC Group
PDF
BizTalk Server – Basics principles of maps
10135 b 12
My cool newSlideshow!
Exchange Server 2013 Architecture Deep Dive, Part 1
Introduction to BizTalk Server 2010
Biz talk
KEAC - Whitepaper - Kayxo Exchange Adapter for BizTalk
Biztalk
Microsoft Exchange 2010 Upgrade Seminar March 2010
Exchange 2013 ABC's: Architecture, Best Practices and Client Access
10135 b 13
QLogic Solutions - Microsoft Exchange Server
Viestinnän seminaari 8.11.2012 / Exchange
Solving Enterprise Integration Challenges With Biz Talk Server
Upgrading_and_Migrating_to_Exchange_Server_2007_and_Windows_2008
Cax Osoft12 5r Garanta Continuidade Nos Negocios
10135 b 04
Introduction to BizTalk Server 2009
Microsoft Exchange Server 2007 With Sp1 Tony Redmonds Guide To Successful Imp...
BizTalk Sever 2010 - Basic Principles of Maps - EPC Group
BizTalk Server – Basics principles of maps

Recently uploaded (20)

PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPT
Geologic Time for studying geology for geologist
PPTX
Microsoft Excel 365/2024 Beginner's training
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPT
What is a Computer? Input Devices /output devices
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
DOCX
search engine optimization ppt fir known well about this
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PPTX
Modernising the Digital Integration Hub
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
STKI Israel Market Study 2025 version august
Module 1.ppt Iot fundamentals and Architecture
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
1 - Historical Antecedents, Social Consideration.pdf
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
Geologic Time for studying geology for geologist
Microsoft Excel 365/2024 Beginner's training
NewMind AI Weekly Chronicles – August ’25 Week III
OpenACC and Open Hackathons Monthly Highlights July 2025
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
What is a Computer? Input Devices /output devices
A contest of sentiment analysis: k-nearest neighbor versus neural network
search engine optimization ppt fir known well about this
The influence of sentiment analysis in enhancing early warning system model f...
Build Your First AI Agent with UiPath.pptx
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
sustainability-14-14877-v2.pddhzftheheeeee
Modernising the Digital Integration Hub
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Flame analysis and combustion estimation using large language and vision assi...
STKI Israel Market Study 2025 version august

KEAB - Technical Whitepaper - Kayxo Exchange Adapter for BizTalk

  • 1. Exchange Adapter Technical Whitepaper Understanding Kayxo Exchange Adapter for BizTalk Server 2006/2009 2.1.0.14
  • 2. Table of Contents EXCHANGE ADAPTER TECHNICAL WHITEPAPER ABSTRACT ................................................... 2 PREREQUISITES, SKILLS AND KNOWLEDGE ....................................................................... 3 REQUIREMENTS .............................................................................................................. 3 WHAT KAYXO EXCHANGE ADAPTER PROVIDES ................................................................... 4 SOLUTION SCENARIOS .................................................................................................... 4 RECEIVE ADAPTER .......................................................................................................... 6 Technical Overview ..................................................................................................................... 6 SEND ADAPTER ............................................................................................................... 7 Technical overview ..................................................................................................................... 7 SECURITY ...................................................................................................................... 8 LOAD BALANCING & FAILOVER ......................................................................................... 9 Page 1
  • 3. Exchange Adapter Technical Whitepaper Abstract This paper introduces the latest release of the Kayxo Exchange Adapter for BizTalk Server 2006/2009, providing the technical user with a detailed description of the ways it can be used to define business processes, and to manage and monitor them across the organization. This paper also helps business users understand how they can use BizTalk’s powerful capabilities in order to understand and optimize both internal and business-to-business processes. E-mail is the primary vehicle for interaction between business processes and humans. BizTalk Server 2006 provides the following Adapters to interact with email information:  POP3: Enables the reception of messages from a POP3 mailbox into BizTalk Server using the POP3 protocol.  SMTP: Enables users to send messages between BizTalk Server and an SMTP gateway using Simple Mail Transfer Protocol (SMTP). However, none of these has been designed to interact with the richness of the information stored in Exchange Server. It is possible to implement solutions that integrate Exchange Server using the POP3 Adapter, but this Adapter has been created to work with the POP3 protocol, that is why it lacks the necessary flexibility to interact with the great number of objects and attributes that the Exchange Server has to offer: Tasks, Calendars, Notes, Emails, and Contacts. The same limitations arise using the SMTP adapter when it comes to integrating with rich Exchange objects. Tasks, Contacts and Appointments are powerful objects that could integrate deeply into business processes, but are left completely out of the equation. The Kayxo Exchange Adapter for BizTalk Server 2006/2009 provides a transparent bridge to selectively capture and manipulate any kind of information going through the Exchange Server, making it available to the BizTalk Server to exploit all its richness into the company’s core systems. Page 2
  • 4. Prerequisites, Skills and Knowledge A developer of BizTalk solutions must be at least moderately experienced with the use of:  Microsoft Visual Studio 2008 and the development of .NET solutions.  Programming with the .NET Framework.  Extensible Markup Language (XML).  Extensible Stylesheet Language Transformations (XSLT).  XML Schema Definition Language (XSD). An IT Professional must be at least moderately experienced with the use of the following:  Microsoft Windows Installer (MSI).  Windows Server 2003 SP 2 / Windows Server 2008.  SQL Server.  Exchange Server.  Performance monitoring and optimization techniques. Requirements In order to be installed, the Kayxo Exchange Adapter for BizTalk Server requires the following:  Windows Server 2003 SP2 / Windows Server 2008.  Exchange Server 2003 or 2007.  BizTalk Server 2006 / 2009.  MAPI Client (MS Outlook or the stand alone MAPI Libraries).  .Net Framework 2.0. Page 3
  • 5. What Kayxo Exchange Adapter Provides  Support for Exchange Server 2003 / 2007.  Simplified programming environment, integrated with Visual Studio 2008.  Simplified configuration environment, integrated with BizTalk Server and Visual Studio 2008.  Real-time access to any Exchange items on demand.  Real-time creation and manipulation of Exchange items.  Integrated performance counters, manageable from the Operative System’s Performance Monitor.  Minimum security requirements: the security requirements to access the Exchange Server are the same to any Outlook client may need. There is no need to install a web server or open a new port in the Exchange Server.  Fastest access to Exchange Server objects information (through MAPI).  Access to any kind of exchange objects and any kind of object property. Solution Scenarios As shown in Figure 1, the Kayxo Adapter for Exchange Server can be used to make some processes or workflows automatic, and also those processes that require human intervention using, for instance, Outlook as user interface. Some examples of those scenarios can be:  Automatic Processes regarding claims or HelpDesk queries.  A time management system for billable hours through the appointments in the calendar.  Tasks creation upon business events.  Synchronization of individual contacts with a corporate CRM.  Setting events, alarms and due dates for Operational Processes in a corporate ERP directly into an employee’s Outlook. These scenarios are extensible for the world outside the company, allowing expanding the range of B2B options that interact with Exchange Server Messaging Services. Microsoft Exchange Server Kayxo Exchange Adapter Microsoft BizTalk Server Engine B2B Orchestration Messaging services services Figure 1 Page 4
  • 6. Another possible scenario is the case where the information must be stored in a temporary repository to be later consumed via web applications, win32 or even another service that can display the necessary data according to a specific logic. Microsoft Exchange Server Kayxo Exchange Adapter Kaixo Exchange Adapter Microsoft BizTalk Server Engine Messaging SQL Oracle Server IE Win32 Services UI Applications UI Applications Figure 2 Some relevant scenarios for the use of the messaging stream provided by Exchange are:  Compliance scenarios where defined email information on particular mailboxes should be retained for later audit purposes.  Sourcing of unstructured process data (e.g.: support calls and e-mails on a call center) into Business Intelligence systems.  Capture of attached documents into a corporate Content Management solution, changing the physical attachment location and the attachment reference from Exchange to the Content Management system.  Integration of third party Corporate Search Engines with Exchange.  Other scenarios that could involve the Exchange Adapter include the Migration of legacy system data into the Exchange Server. Page 5
  • 7. Receive Adapter Technical Overview The Receive adapter allows you to monitor incoming events in a folder. KEAB provides a mechanism to synchronize changes between Exchange Server and the Receive Adapter service. The KEA Synchronization Service retrieves changes from the monitored folders and saves a small key for later retrieval. KEA Queryservices BizTalk Engine KEAB Isolated BTS Adapter KEA Synchronization services Figure 3 Page 6
  • 8. Send Adapter Technical overview The Send adapter for BizTalk Server allows users to create, delete and update any kind of messages (mail, contacts, appointments, notes) and sub-folders in Exchange Server. The Adapter is an In-Process BizTalk Server Adapter, and, therefore runs in the piece of equipment where BizTalk Server is installed. It supports both: the send pattern and the request-response pattern. The artifact is an In-Process BizTalk Server Adapter (there are no isolated send adapters in BizTalk Server). Once the artifact receives the message, it evaluates this, and based on this information, executes the operation against Exchange; for that specific purpose, BizTalk server assigns the execution of the query to the WriteCore component that is in charge of writing the requested messages through MAPI. The following high level sequence diagram shows the interaction between the components BizTalk Engine KEAB KEA In process BTS Queryservices Adapter Figure 4 Page 7
  • 9. Security Each adapter component relies on the OS security mechanism, and the administrator can adjust the level of security clearance based on specific requirements. For example, if you have one solution that receives or writes information into a special account (expenses, invoices, etc.) you could change the account of the “Kayxo Exchange Adapter for BizTalk” Windows service or its privileges to access this particular mailbox. This service is the host of the Isolated BizTalk server adapter and will hold the credentials that will be used against the Exchange Server. Since the Kayxo Exchange Adapter retrieves data in the same way that an Outlook client does (through MAPI), no administrative rights on the Exchange Server are necessary. Page 8
  • 10. Load Balancing & Failover As a High Quality product, KEAB supports scenarios for Enterprise solutions through BizTalk server. The overall schema of a Load Balanced scenario is the same than the simplest scenario that was mentioned early in this document. The main difference resides inside the BizTalk configuration where the Load Balance really occurs. In the case of the Receive Adapter, when a new item is synchronized by KEAB, a message is left in the BizTalk Message Box. Is in this moment when only one BizTalk server of the group is chosen to process the content of the message. In the case of the Send Adapter, the process is similar. After a new "Write message" is left in the BizTalk Message Box, only one BizTalk server of the group picks up the message and writes it in Exchange. Figure 5 Kayxo is a registered trademark of Quantum System Microsoft Outlook is a registered trademark of Microsoft Corporation in the United States and/or other countries. Page 9