You are developing a BizTalk Server 2010 orchestration. In the Business Rule Composer, you create and save a policy named BonusPolicy that calculates an employees bonus based on year-to-date sales. You add a Call Rules shape to the orchestration. In the BizTalk Orchestration Designer, BonusPolicy is not listed in the menu of available policies to call. You need to make the policy available in the Orchestration Designer. What should you do?
A.
Use the Rule Engine Deployment Wizard to export BonusPolicy.
B.
In the Business Rules Composer, publish BonusPolicy.
C.
In the Business Rules Composer, create a vocabulary with a definition that references the XML schema used to evaluate BonusPolicy. Publish the vocabulary.
D.
In the Business Rules Composer, use the Rule Store menu and load policies from the BizTalkRuleEngineDb database.
Wrong Options….
Publish won’t show the policy in the Call Rules… Deploy will
correct in this one ???
Correct Option should be …
In the Business Rules Composer, deploy BonusPolicy.
Because Publish is a like staging environment – but still not available to modify or to be used from BizTalk
where as Deploy is the only option which allows the policy to be visible in Call Rules shape in Orchestration in BizTalk.
So no correct option in the above 4 options…. (That’s why I said Wrong Options and not Wrong answer)
Correct Option should be …
In the Business Rules Composer, deploy BonusPolicy.
Because Publish is a like staging environment – but still not available to modify or to be used from BizTalk
where as Deploy is the only option which allows the policy to be visible in Call Rules shape in Orchestration in BizTalk.
So no correct option in the above 4 options…. (That’s why I said Wrong Options and not Wrong answer)
The correct answer is:
In the Business Rules Composer, publish BonusPolicy.
To be able to use the policy in the orchestration designer, only publish it’s sufficient. Publishing make it available in the orchestration designer.
But to be able to execute the policy when the orchestration is deployed, then we will have to deploy the policy. So the correct answer it’s already selected Ray you did a mistake.
+1
+1