Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By : Johan Hedberg, Kent Weare , Morten la Cour
Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By: Johan Hedberg, Kent Weare , Morten la Cour

Overview of this book

<p>Microsoft BizTalk Server 2010 is an Integration and connectivity server solution that enables organizations to easily connect disparate systems. Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010 (70-595) is the certification exam for professionals who need to integrate multiple disparate systems, applications, and data as well as automate business processes by using BizTalk Server.<br /><br /><i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> will show you how to prepare for and pass the Microsoft BizTalk Server 2010 (70-595) exam and become a Microsoft Certified Technology Specialist (MCTS) in Microsoft BizTalk Server 2010. <br /><br />Packed with practical examples and Q&amp;As, <i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> covers the keys skills in the exam and starts by showing you how to configure a Messaging Architecture. The book then dives into BizTalk Artifacts such as creating Schemas and Pipelines, creating Maps and creating Orchestrations. It then moves on to topics such as debugging and exception handling, deploying, tracking and administrating a BizTalk Server 2010 solution, integrating Web Services and Windows Communication Foundation (WCF) Services and implementing Extended Capabilities. Additional practical resources are also included that will enable you to approach the Microsoft BizTalk Server 2010 (70-595) exam with ease, including certification test taking tips and tricks and sample certification test questions.</p>
Table of Contents (18 chapters)
(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

Chapter 6, Deploying, Tracking, and Administrating a BizTalk Server 2010 Solution


  1. 1. Answer: d

    We need to let our application drain by not allowing any new message instances to be received while any existing messages can complete. By stopping all Receive Locations, we cannot receive any new messages. By waiting for any active instances to complete, we can safely perform a Full stop once we know there are no messages currently being processed.

  2. 2. Answer: b

    As we are interested in tracking just the flat file that BizTalk received, we want to enable Track Message Bodies Request message before port processing. By doing so, we are capturing a copy of the message before our flat file reaches our custom pipeline that will include our flat file disassembler.

  3. 3. Answer: b

    Whenever we configure a new Host in an environment, we need to be sensitive to the Adapters that will be using this new Host. When this occurs, we need to add this Host as a Send and/or Receive Handler depending upon whether we will use our Host in a Send Port or Receive Location.

  4. 4. Answer: c

    In this scenario, we want to see how many message instances are currently retrying. In order to discover this, we need to run the Running service instances - Retrying and idle ports query from BizTalk Group Hub.

  5. 5. Answer: d

    When we need to export an MSI file from a BizTalk application, we have the ability to add binding files as resources. We can tag these Binding Files with a Target Environment that will allow us to distinguish one Binding File from another. If we do not provide a Binding File with a Target Environment then this Binding File will be treated as the default Binding File. So when we go to use this MSI package in another environment, we will only see the default Binding File.