Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive a "The server encountered a transport error while processing the messaging port" error message when you try to send a document by using the HTTP transport in BizTalk Server 2000 and in BizTalk Server 2002


View products that this article applies to.

Symptoms

In Microsoft BizTalk Server 2000 and in Microsoft BizTalk Server 2002, when you try to send a document by using the HTTP transport, you receive a Error event in the Application log that is similar to the following:
An error occurred in BizTalk Server.
Details:
------------------------------
An error occurred during transmission: Request information:

Proxy:
Proxy port:80
URL:http://ServerName/BizTalkWebSite/Receivestandard.asp
Content-Type:text/plain; charset="utf-8"
User name:
Client certificate:
Request body:479 Bytes
Timeout duration (seconds): 91
Error code:80004005
====== ERROR =====
The HTTP server returned an unexpected response: 400 Bad Request
The following response was received: <html><head><title>Error</title></head><body>The parameter is incorrect. </body></html>
The server encountered a transport error while processing the messaging port "HTTPSendPort", which uses a transport component with a ProgID of "BizTalk.SendHTTPX.1".

A transmission attempt failed.
Note In this error message, ServerName is the name of the server, BizTalkWebSite is the name of the BizTalk Server Web site, and HTTPSendPort is the send port.

↑ Back to the top


Cause

This issue occurs because the Receivestandard.asp file has been modified and a Microsoft Visual Basic script (VBScript) compiler error occurs.

↑ Back to the top


Resolution

To resolve this issue, follow these steps:
1.Start Microsoft Internet Explorer.
2.Open the Receivestandard.asp file directly in Internet Explorer. To do this, visit a URL that is similar to the following:
http://ServerName/BizTalkWebSite/Receivestandard.asp
Note In this URL, ServerName is the name of the server, and BizTalkWebSite is the name of the BizTalk Server Web site.

When you open the Web page, notice the details of the VBScript compiler error message.

↑ Back to the top


More information

For more information about how to use the HTTP transport, visit the following Microsoft Developer Network (MSDN) Web site:

↑ Back to the top


Keywords: KB899764, kbprb, kbtshoot, kbinfo, kbbtsadapters

↑ Back to the top

Article Info
Article ID : 899764
Revision : 4
Created on : 3/15/2007
Published on : 3/15/2007
Exists online : False
Views : 339