Microsoft KB Archive/297576

From BetaArchive Wiki
Knowledge Base


Article ID: 297576

Article Last Modified on 10/22/2003



APPLIES TO

  • Microsoft BizTalk Server 2000 Standard Edition



This article was previously published under Q297576

SYMPTOMS

When you try to resubmit a document from the BizTalk Server Suspended Queue, the document may be processed incorrectly because of a mapping error, a validation error, or other types of errors.

CAUSE

This problem occurs because the data that is sent to the Suspended Queue is marked as being in a different stage of processing than it really is. For example, a document in the Suspended Queue that has already passed through the mapping process may be marked as still needing to be mapped; as a result, it fails the mapping process when you resubmit it for processing.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

299664 INFO: How to Obtain the Latest BizTalk Server 2000 Service Pack


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft BizTalk Server 2000 Service Pack 1.

MORE INFORMATION

In BizTalk Server Messaging, every document goes through a series of stages from the time BizTalk Server first receives the data to the time it transmits it to its final destination. These steps can include the following stages:

  1. ReceivingDecryptionDecodingParsing into XMLChannel selectionMappingSerializingEncodingEncryptionSigningTransmission
  2. DecryptionDecodingParsing into XMLChannel selectionMappingSerializingEncodingEncryptionSigningTransmission
  3. DecodingParsing into XMLChannel selectionMappingSerializingEncodingEncryptionSigningTransmission
  4. Parsing into XMLChannel selectionMappingSerializingEncodingEncryptionSigningTransmission
  5. Channel selectionMappingSerializingEncodingEncryptionSigningTransmission
  6. MappingSerializingEncodingEncryptionSigningTransmission
  7. SerializingEncodingEncryptionSigningTransmission
  8. EncodingEncryptionSigningTransmission
  9. EncryptionSigningTransmission
  10. SigningTransmission
  11. Transmission

At most stages, the document, or data, changes. For example, in the decryption stage, the input data is a decrypted document, and the output data is an unencrypted document.

If an unencrypted document is in the Suspended Queue at the decryption stage, when you resubmit the Interchange, it fails because it attempts to pass the unencrypted document through the decryption stage again.

Keywords: kbbug kbfix kbbiztalk2000sp1fix KB297576