S3 Uploader error - Fails with 407 error when uploading to S3
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
When Uploading data from SQL to S3 using S3 uploader workflow throws an error saying - 'Error: Record #1: Tool #7: Error sending request: [Failure when receiving data from the peer] Received HTTP code 407 from proxy after CONNECT'
Are there any settings that we need to set to make sure larger data volumes can be uploaded to S3?
Solved! Go to Solution.
- Labels:
- Amazon S3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @alt19790525,
A 407 error is unlikely to be caused by large data volumes, generally the a HTTP 407 error means that you do not have the proper authentications credentials for a proxy server that is intercepting requests between yourself and the server see https://airbrake.io/blog/http-errors/407-proxy-authentication-required#:~:text=The%20407%20Proxy%20A...
This is likely caused by network settings imposed by your IT team. You may need to set Alteryx Designer to use a specific proxy that will allow you to authenticate correctly through the proxy server.
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Jon,
Let me reach out to admins and see what are the proxy settings that we have.
