Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews BizTalk Server Interviews:Biztalk AdapterBiztalk ApplicationBiztalk BamBiztalk Business Rule EngineBiztalk DatabaseBiztalk EdiBiztalk Esb ToolkitBiztalk FunctoidBiztalk Helper ClassBiztalk Hl7Biztalk MapBiztalk OrchestrationBiztalk PipelineBiztalk SchemaBiztalk Visual StudioBiztalk Xslt
Copyright © 2018. All Rights Reserved
Biztalk Xslt Interview Question:
Tell us does BizTalk automatically compensate an unsuccessful transaction?
Submitted by: Muhammad☛ A Compensation section is generally written, in order to UNDO the effect of a transaction.
☛ The Compensation section for a scope gets activated only when the scope terminates normally or the scope completes its execution.
☛ Unlike exceptions, a compensation section can be written for a “Atomic” as well as a “L-R”
☛ A Compensation section needs to be explicitly invoked, using the Compensation Shape in order for it to execute.
☛ A Compensation section for a scope does NOT automatically undo the effect of a transaction. The compensation section must have the undo logic in place in order to have such an effect.
☛ A Compensation shape can be used to invoke/execute a compensation section. The control returns to the next operation after compensation shape, once the execution of the compensation section is complete.
☛ Is it possible to share variables across two branches in a Parallel shape
yes it is possible you just need to set the “Synchronized” property to true.
Submitted by: Muhammad
☛ The Compensation section for a scope gets activated only when the scope terminates normally or the scope completes its execution.
☛ Unlike exceptions, a compensation section can be written for a “Atomic” as well as a “L-R”
☛ A Compensation section needs to be explicitly invoked, using the Compensation Shape in order for it to execute.
☛ A Compensation section for a scope does NOT automatically undo the effect of a transaction. The compensation section must have the undo logic in place in order to have such an effect.
☛ A Compensation shape can be used to invoke/execute a compensation section. The control returns to the next operation after compensation shape, once the execution of the compensation section is complete.
☛ Is it possible to share variables across two branches in a Parallel shape
yes it is possible you just need to set the “Synchronized” property to true.
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.