Microsoft Knowledge Base Email Alertz

An orchestration has a status of Suspended (not resumable) while the send port has a status of Suspended (resumable) in BizTalk Server 2004

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 899813 - Last Review: March 31, 2007 - Revision: 1.1

An orchestration has a status of "Suspended (not resumable)" while the send port has a status of "Suspended (resumable)" in BizTalk Server 2004

On This Page

SYMPTOMS

Consider the following scenario. In Microsoft BizTalk Server 2004, you create an orchestration. In the orchestration, you use a request-response HTTP send port to send messages to a Web server. An HTTP transport failure occurs. The send port sends a negative acknowledgement (NACK) message to the BizTalk Server orchestration. In this scenario, the orchestration may have a status of "Suspended (not resumable)." However, the request-response HTTP send port in the orchestration has a status of "Suspended (resumable)."

CAUSE

This issue can occur if there are no subscribers for the NACK message in BizTalk Server.

RESOLUTION

To resolve this issue, use one of the following methods.

Method 1: Use an exception handler

Use an exception handler in the orchestration to handle the NACK message from the send port. After the exception is handled, do the following:
  • Terminate the orchestration.
  • Pass the MessageID property and the orchestration InstanceID property to a custom Windows Management Instrumentation (WMI) script.
In the WMI script, terminate the send port for the specific message instance. This will guarantee that the send port is terminated at the same time as the orchestration instance. However, the message will be in a suspended state. The BizTalk Server administrator can decide to resubmit the message later. When the message is resubmitted, a new orchestration instance is created. Therefore, the message instance is treated as a new submission.

Method 2: Write the message to a Message Queuing queue

Write the message to a Microsoft Message Queuing (also known as MSMQ) queue after you terminate the send port and before you terminate the orchestration instance. The BizTalk Server administrator can review the message outside BizTalk Server, and then decide to resubmit the message to a new receive location.

Method 3: Create a new orchestration

Create a new orchestration that subscribes to the NACK messages and handles the messages.

STATUS

This behavior is by design.

APPLIES TO
  • Microsoft BizTalk Server 2004 Standard Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
Keywords: 
kbbtsorchestration kbbtsengine kbbts kbtshoot kbprb KB899813
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate