You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You develop three schemas all of which have a property named AccountID. They're respectively named
Account, AccountOrder, and AccountAnswer.
Now you create an orchestration which performs the following steps in sequence, the orchestration contains
one Send shape, two Receive shapes, and several other shapes. First, the orchestration receives an
incoming document, and the document matches the Account schema, second it maps the incoming
document to the AccountOrder schema, and then it sends the AccountOrder message to the MessageBox
database, receives messages that match the AccountAnswer schema back from the MessageBox
database. At last if the AccountAnswer message indicates any errors, it logs a message to the event log.
You develop a correlation set named CorrelationAccountID and a correlation type. Both of them re on the
basis of the AccountID property. Now you have been assigned a task that you must ensure that multiple
instances of the orchestration can run simultaneously, besides this, you must make sure that each one can
process a unique account ID. In order to assure this, what actions should you do? (choose more than one)
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You develop an orchestration which contains several steps. You intend to use Business Activity Monitoring
(BAM) to track the orchestration. You create a BAM definition. The BAM definition has several activities.
What should you do to modify the dimensions that are associated with these activity components?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
The PassThru receive pipeline is used by a receive port. Inbound SOAP messages are not being validated
against schemas. At the earliest stage in the receive pipeline, what should you do to validate the messages
against the envelope and body schemas?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You develop an orchestration which performs the following:
1. Perform mapping
2. Process files from a receive port
3. Send a message to a business partner.
The orchestration is running and the receive port is enabled, but the associated send port is unenlisted. A
text file is dropped in the receive location. The message is not sent to your business partner despite that the
orchestration finishes successfully. So what should you do to make sure that your business partner can
receive the message?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
Now you're developing a solution. You use the Business Rule Composer to create several rules. From
BizTalk RFID you call the Business Rules Engine (BRE). There?010043010054re test input XML instances
that are stored in different files. Now you have to use them to test the rules. So what should you do?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You create a solicit-response HTTP port. Documents meet errors in the incoming pipeline. An error status
code of 500 is returned and the incoming message is deleted. You must make sure that when incoming
messages meet errors during pipeline processing, an error status code of 202 is returned. Besides this, you
must make sure that the incoming messages arrive on the MessageBox database. So what should you do
to achieve this?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You store all client information in a single table by using Microsoft SQL Server 2005. The structure of the
table never changes. But in the database, the security policy forbids new stored procedures to be created.
The use of dynamic SQL is not allowed either. So what should you do to insert a new client record in the
table?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You are creating an orchestration. This orchestration will consume services from a send port. And the
SOAP adapter is used by the send port. Sometimes the Web service URL for the send port will change.
You have to provide support for the changing Web service URL while not redeploying. First you add a new
Web reference to the project by using Microsoft Visual Studio .NET 2005. The project uses the URL of the
SOAP services. So what's your next action?
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
You create an orchestration. The orchestration has a single receive port. And the receive port is set to bind
later. You deploy the orchestration. What should you do to receive binary encoded WCF-based messages
from a message queue? (choose more than one)
You work in an international company which is named TXTWIN. And you're in charge of the company
network and use Microsoft BizTalk Server 2006 R2.
Now you create an orchestration. A scope with multiple exception handlers is contained in this
orchestration. Exceptions that are raised in terms of exception type are addressed by the exception
handlers. The orchestration meets a Divide by Zero error and raises a DivideByZeroException, when
processing a transaction message. But the value which is being divided by zero is not provided. So what
should you do to raise an ArgumentNullException?