You are developing a solution for BizTalk Server 2010. You deploy the solution to the runtime environment.
The solution includes one orchestration with a direct bound send port that sends a message to the BizTalk
MessageBox database for routing to a folder. After starting the BizTalk application for testing, you notice
that the following error is logged in the servers event log: The published message could not be routed
because no subscribers were found. This error occurs if the subscribing orchestration or send port has not
been enlisted, or if some of the message properties necessary for subscription evaluation have not been
promoted. Please use the BizTalk Administration console to troubleshoot this failure. You need to resolve
the error without changing the code in the orchestration and without redeploying the solution.
What should you do?
A. Add a send port that uses the XmlTransmit pipeline.
B. Add a send port that has a filter that matches the message type.
C. Add a receive port that uses the XmlReceive pipeline.
D. Add a dynamic send port.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Fixed
QUESTION 10
A company uses BizTalk Server 2010 to receive electronic orders from multiple customers. You have
schemas for all the order formats that the customers send. You need to create a business process that
handles an incoming order. You create a canonical schema that represents an order. You also create an
orchestration that handles an order of the canonical schema. What should you do next?
A. Create maps from each of the customer order formats to the canonical schema. Create a receive port
and location and bind the port to the orchestration. Use the maps on the receive port.
B. Create maps from each of the customer order formats to the canonical schema. Create a send port and
bind it to the orchestration. Use the maps on the send port.
C. Create maps from the canonical schema to each of the customer order formats. Create a send port and
bind it to the orchestration. Use the maps on the send port.
D. Create maps from the canonical schema to each of the customer order formats. Create a receive port
and location and bind the port to the orchestration. Use the maps on the receive port.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Fixed
QUESTION 11
A BizTalk Server 2010 solution sends out XML invoices to a customer on a regular basis. The customer
has sent you the public key part of their certificate. You installed this certificate on the server and set up a
send port to use this certificate. The certification authority for the certificate is one that you already trust.
You need to ensure that all invoices sent to the customer are encrypted using the provided public key.
What should you do?
A. Create a custom pipeline that uses the MIME/SMIME encoder component. Set the Enable encryption
property of the component to True.
B. Create a custom pipeline that uses the MIME/SMIME encoder component. Set the Add signing
certification to message property of the component to True.
C. Create a custom pipeline that uses the MIME/SMIME encoder component. Set the Content transfer
encoding property of the component to Base64.