BUG: Error Occurs When You Enable On Failure Code in an Orchestration Transaction Shape (304635)



The information in this article applies to:

  • Microsoft BizTalk Server 2000

This article was previously published under Q304635

SYMPTOMS

If you click the Add Code button in the On failure frame for the Transaction Properties of an Orchestration Transaction shape, the following errors may occur when you click OK:
Problem in modTransactionFunctions.AddDefaultShapesToMirrorPage
Error Number : -2032465660
Error Description : Object name not found
-and-
Problem in modTransactionFunctions.AddUSerCellsToMirrorPage
Error Number : -2032466967
Error Description : Unexpected end of file

CAUSE

This problem can occur when you are developing an XLANG Schedule under the following conditions:
  • One or more of the helper text messages "Use Flowchart shapes to draw a business process" or "Use implementation shapes to implement ports" that are located at the top the Business Process tabbed page of a new BizTalk Orchestration drawing has been deleted.
  • A transaction flowchart shape has been added to this drawing.
  • You click the Add Code button in the Transaction Properties dialog box for the transaction.
  • You click the OK button in the Transactions Properties dialog box for the transaction.

RESOLUTION

To resolve this problem:
  1. Open a new BizTalk Orchestration drawing in the BizTalk Orchestration Designer by clicking File, and then clicking New.
  2. Copy the helper text messages "Use Flowchart shapes to draw a business process" and "Use implementation shapes to implement ports" that are present at the top the Business Process tabbed page of a new BizTalk Orchestration drawing, and then paste them into the BizTalk Orchestration drawing where the errors are occurring.

STATUS

Microsoft has confirmed that this is a problem in BizTalk Server 2000.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open a new BizTalk Orchestration drawing in the BizTalk Orchestration Designer.
  2. Delete either of the helper text messages "Use Flowchart shapes to draw a business process" or "Use implementation shapes to implement ports" that are located at the top of the Business Process tabbed page in a BizTalk Orchestration drawing.
  3. Add a transaction flowchart shape to the drawing.
  4. Double-click the transaction flowchart shape or right-click the transaction flowchart shape, and then click Properties... to open the Transaction Properties dialog box.
  5. In the Transaction Properties dialog box, click Add Code in the On failure frame, and then click OK to close the dialog box.

Modification Type:MajorLast Reviewed:10/22/2003
Keywords:kbbug kbfix KB304635