Skip to content

Athena ODBC 2.x Connection ERROR: [AmazonAthena][S3ClientError]: ExceptionName: , ErrorType: 6 ExceptionMessage: No response body

0

The SQL Statement 'DELETE FROM <Table>' always returns '[AmazonAthena][S3ClientError]: ExceptionName: , ErrorType: 6 ExceptionMessage: No response body' when using Athena ODBC Driver 2.x; while it works fine after changing back to Driver 1.x without any other changes.

Is there any other setting we need to configure for ODBC Driver 2.x?

asked 9 months ago121 views
1 Answer
0

The error you're encountering with the Athena ODBC 2.x driver suggests there might be an issue with the driver's configuration or compatibility with your specific setup.

To troubleshoot this issue, consider the following steps:

  1. Check your connection string and ensure all required parameters for the 2.x driver are correctly set.

  2. Enable logging for the ODBC driver to get more detailed information about the error. The logs can provide valuable insights into what's causing the issue.

If the issue persists after trying these steps, it would be advisable to contact AWS Support. When reaching out to support, be sure to provide:

  • A detailed description of the issue, including the exact error message
  • The driver version and operating system information
  • Your connection string (with sensitive information redacted)
  • ODBC driver log files
  • The account ID, AWS Region, and query execution ID if available

AWS Support will be able to investigate the issue more thoroughly and provide specific guidance for your situation.

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.