Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP adapter issue

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Info:
Windows XP
DSTX 8.0
Source Adapter HTTP
Target is file.

ISSUE:
when I am using the map source HTTP adapter.I was able to connect to the URL but I am getting an error "HTTP/1.1 500 Error (F)"
Any one could help on this.?

Attached the LOG FILE:

Port: 80.
Protocol: 'tcp'.
Socket Opened.
Connected.
<GET HTTP/1.1
Host: xxxx.xxxx.com
Proxy-Authorization: Basic a3VydXBhYjpuZXRzdWl0ZTE=
User-Agent: HTTP-Adapter/8.0(105)
Content-Type: application/octet-stream
Content-Length: 0
X-Abandon-After: 2147483647

Sending 0 bytes of message data.
>HTTP/1.1 500 Error (F)
>Date: Wed, 27 Dec 2006 20:11:16 GMT
>X-Backside-Transport: FAIL FAIL
>Content-Type: text/xml
>Connection: close
>Transfer-Encoding: chunked
Using Transfer-Encoding: chunked to delimit message.
Socket Closed.
Connection closed.
 
You're trying to connect to an https site. You need the Security Option installed. If you have this you need to pass the login details - user name and password.
 
janhes... do you know if the security option is new or was it part of the earlier versions?

 
It's always been available as a purchasable add-on.
 
Thanks Jhanes.
I already installed the security collection on my machine

 
What is the adapter string you're using?

The trace is strange as it says you're connecting on port 80, but to a https/443 address.

If the security option is installed, are you going through a proxy server?

Cheers,
Olly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top