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

Deploying, tracking, and supporting a BizTalk solution


  1. 1. Answer: c

    The BizTalk Settings Dashboard provides us with the ability to import and export our settings allowing for a very portable solution between BizTalk environments.

  2. 2. Answer: c

    When dealing with multiple BizTalk nodes, all related assemblies must be installed in the Global Assembly Cache. Our MSI package only needs to be imported on one node.

  3. 3. Answer: b

    The best solution is to take advantage of the Service Window of the Send Port. This way we will have our messages queued and in a Scheduled service instances state. When the clock strikes 10 pm, our messages will automatically be delivered. We also will not be actively communicating with the Payroll system, as this was one of the requirements of the solution.

  4. 4. Answer: c

    If we have suspended instances, we cannot redeploy an Application. As this is just a development environment, it is safe just to terminate them. Of the options listed, the only way to terminate these messages is through stopping the Application using the Terminate instances option.

  5. 5. Answer: b

    As Direct Bound Ports do not show up as physical ports in the BizTalk Administration Console, we must rely upon using Orchestration tracking. As we want to track the message body as it is received, then we need to use the Track Message Bodies - Before Orchestration processing.