|
Home > Archive > BizTalk Server General > August 2004 > Same configuration, but "XML posting success" varies.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Same configuration, but "XML posting success" varies.
|
|
|
| We are observing the following behavior on our BizTalk
Servers (2000 ENTERPRISE EDITION):
Most of the XML postings are successful, but some generate
an error namely,
Error: An error occurred in BizTalk Server.
Details:---
An error occurred during transmission: An error was
encountered while parsing the response from the HTTP
server.
Request information: Proxy: Proxy port:80
URL:http://.......
Content-Type:text/plain; charset="utf-8"
User name:
Client certificate:
Request body:942
Bytes Timeout duration (seconds): 92
Error code:80004005
The server encountered a transport error while processing
the messaging port "" , which uses a transport component
with a ProgID of "BizTalk.SendHTTPX.1". The server could
not finish processing messaging port.
Unspecified error.
------------------------
The Web Server on which the postings are being conducted
gives a BAD REQUEST (400) status code as the response
XML,incase of a failed posting.
The postings are eventually conducted successfully when
repeated/retried(channel and destination being the same as
before).
I would be grateful for any help.
| |
| Stefan Thurow 2004-08-30, 5:55 pm |
| I don't think that's a BizTalk Problem. Looks more like a network problem or
a problem in the receiving HTTP Server to me. Try using a network monitor or
a tool like TCPTrace (http://www.pocketsoap.com/tcptrace/) to figure out
what's going on the wire.
Cheers
Stefan
"Kang" wrote:
> We are observing the following behavior on our BizTalk
> Servers (2000 ENTERPRISE EDITION):
> Most of the XML postings are successful, but some generate
> an error namely,
>
> Error: An error occurred in BizTalk Server.
> Details:---
> An error occurred during transmission: An error was
> encountered while parsing the response from the HTTP
> server.
> Request information: Proxy: Proxy port:80
> URL:http://.......
> Content-Type:text/plain; charset="utf-8"
> User name:
> Client certificate:
> Request body:942
> Bytes Timeout duration (seconds): 92
> Error code:80004005
> The server encountered a transport error while processing
> the messaging port "" , which uses a transport component
> with a ProgID of "BizTalk.SendHTTPX.1". The server could
> not finish processing messaging port.
> Unspecified error.
> ------------------------
> The Web Server on which the postings are being conducted
> gives a BAD REQUEST (400) status code as the response
> XML,incase of a failed posting.
>
> The postings are eventually conducted successfully when
> repeated/retried(channel and destination being the same as
> before).
>
> I would be grateful for any help.
>
|
|
|
|
|