HTTP adapter proxy server settings
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > HTTP adapter proxy server settings




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    HTTP adapter proxy server settings  
Mallikarjun


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-25-04 10:54 PM

Everytime I send out a request using the HTTP adapter I get the following
error message:

"The adapter failed to transmit message going to send port "http://xyz..".

It will be retransmitted after the retry interval specified for this Send
Port.

Details:"The underlying connection was closed:

Unable to connect to the remote server.".

What am I doing wrong, I have tried to specify various proxy details in
biztalk explorer and I have communicated with the URL in a sample .NET app
using HTTP Post and specifying the proxy details

I checked the proxy server logs and it is not coming with the credentials
which I set at the send port. The credentials is "Anonymous" in the proxy
server log.





[ Post a follow-up to this message ]



    RE: HTTP adapter proxy server settings  
larry franks


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-27-04 11:07 PM

It might be related to
http://support.microsoft.com/defaul...KB;EN-US;838836
From this article, if you set HTTP configuration on a port it's overridden
by the settings on the adapter level.  You can open a support incident with
PSS and request this hotfix.  Since this is a hotfix request there will be
no charge for the support incident.

Larry Franks

This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| Thread-Topic: HTTP adapter  proxy server settings
| thread-index: AcSKvCzrsW2pxacWSDK7cw31UG+KHw==
| X-WBNR-Posting-Host: 63.115.18.19
| From: "examnotes"
<Mallikarjun@discussions.microsoft.com>
| Subject: HTTP adapter  proxy server settings
| Date: Wed, 25 Aug 2004 08:57:08 -0700
| Lines: 19
| Message-ID: <4FD5B17A-A2C4-40B9-A216-7EE4A28C98D6@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| 	charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.biztalk.general
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:18977
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| Everytime I send out a request using the HTTP adapter I get the following
| error message:
|
| "The adapter failed to transmit message going to send port
"http://xyz..".
|
| It will be retransmitted after the retry interval specified for this Send
| Port.
|
| Details:"The underlying connection was closed:
|
| Unable to connect to the remote server.".
|
| What am I doing wrong, I have tried to specify various proxy details in
| biztalk explorer and I have communicated with the URL in a sample .NET
app
| using HTTP Post and specifying the proxy details
|
| I checked the proxy server logs and it is not coming with the credentials
| which I set at the send port. The credentials is "Anonymous" in the proxy
| server log.
|






[ Post a follow-up to this message ]



    RE: HTTP adapter proxy server settings  
Mallikarjun


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-27-04 11:07 PM


I have opened a ticket with PSS. After applying the hot fix
(http://support.microsoft.com/defaul...KB;EN-US;838836)
I am getting the error

The adapter failed to transmit message going to send port "http://xyz....".
It will be retransmitted after the retry interval specified for this Send
Port. Details:"This request requires buffering of data for authentication or
redirection to be successful.".

I am still working with PSS to get it resolved.




""larry franks"" wrote:

> It might be related to
> http://support.microsoft.com/defaul...KB;EN-US;838836
> From this article, if you set HTTP configuration on a port it's overridden
> by the settings on the adapter level.  You can open a support incident wit
h
> PSS and request this hotfix.  Since this is a hotfix request there will be
> no charge for the support incident.
>
> Larry Franks
>
> This posting is provided "AS IS" with no warranties,and confers no rights.
> Subscribe at
> [url]http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp[/ur
l]
> &SD=msdn
> --------------------
> | Thread-Topic: HTTP adapter  proxy server settings
> | thread-index: AcSKvCzrsW2pxacWSDK7cw31UG+KHw==
> | X-WBNR-Posting-Host: 63.115.18.19
> | From: "examnotes"
> <Mallikarjun@discussions.microsoft.com>
> | Subject: HTTP adapter  proxy server settings
> | Date: Wed, 25 Aug 2004 08:57:08 -0700
> | Lines: 19
> | Message-ID: <4FD5B17A-A2C4-40B9-A216-7EE4A28C98D6@microsoft.com>
> | MIME-Version: 1.0
> | Content-Type: text/plain;
> | 	charset="Utf-8"
> | Content-Transfer-Encoding: 7bit
> | X-Newsreader: Microsoft CDO for Windows 2000
> | Content-Class: urn:content-classes:message
> | Importance: normal
> | Priority: normal
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | Newsgroups: microsoft.public.biztalk.general
> | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:18977
> | X-Tomcat-NG: microsoft.public.biztalk.general
> |
> | Everytime I send out a request using the HTTP adapter I get the followin
g
> | error message:
> |
> | "The adapter failed to transmit message going to send port
> "http://xyz..".
> |
> | It will be retransmitted after the retry interval specified for this Sen
d
> | Port.
> |
> | Details:"The underlying connection was closed:
> |
> | Unable to connect to the remote server.".
> |
> | What am I doing wrong, I have tried to specify various proxy details in
> | biztalk explorer and I have communicated with the URL in a sample .NET
> app
> | using HTTP Post and specifying the proxy details
> |
> | I checked the proxy server logs and it is not coming with the credential
s
> | which I set at the send port. The credentials is "Anonymous" in the prox
y
> | server log.
> |
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:14 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register