Troubleshooting Data Connector 2.0
This page covers common issues when activating and connecting to DataCamp’s Data Connector 2.0 and provides step-by-step solutions.
Use this guide if you:
Have enabled Data Connector 2.0 in Enterprise Reporting
Are having trouble seeing data in S3 or connecting from tools like Power BI or Tableau
Before You Start: Activation Checklist
Before debugging individual tools, always confirm the basics:
Check Data Connector 2.0 activation
Go to Reporting → Data Connector in your DataCamp admin page.
Confirm that:
The Data Connector 2.0 tab is visible.
The connector is enabled (toggle is on or status is “Active”).
If you don’t see the Data Connector section, contact your Customer Success Manager (CSM).
Wait for initial export
After activation, allow up to 24 hours for:
The S3 bucket to populate
Athena tables to become available
Verify credentials and region
In DataCamp, go to Reporting → Data Connector → View Details.
Copy:
the exact S3 Bucket Name
the AWS Region =
us-east-1the Access Key ID and Secret Access Key
If credentials are regenerated, update all tools with the new key/secret.
Involve the right people
For connection issues, coordinate with your:
DataCamp Admin
IT/Network/Security team
Business Intelligence/Data team (Power BI, Tableau, Looker, etc...)
DataCamp Support (from DataCamp)
Quick Links
ODBC Driver Installation & Configuration
Problem: Power BI or Tableau cannot find the Athena ODBC driver, or DSN setup fails.
Solutions:
Check driver installation
Download and install the Amazon Athena ODBC v1 driver (64-bit) for Power BI.
Confirm architecture: Power BI Desktop requires 64-bit.
Check driver in ODBC Data Sources
Open ODBC Data Sources (64-bit).
Go to Drivers tab and verify "Simba Athena ODBC Driver (v1)" is present.
Create System DSN (for Power BI)
Use System DSN so Power BI can see it (not just User DSN).
Tableau setup
Download latest driver from Tableau, install
.jarto correct folder, then restart Tableau.
Check for version mismatch/conflicts
Only run required ODBC driver version; remove any conflicting/older installs if possible.
Resources:
AWS Athena ODBC: https://docs.aws.amazon.com/athena/latest/ug/connect-with-odbc.html
Tableau Athena setup guide: https://help.tableau.com/current/pro/desktop/en-us/examples_amazonathena.htm
SSL Certificate & Security Issues
Problem: You receive [SSL: CERTIFICATE_VERIFY_FAILED] or similar SSL/TLS errors.
Solutions:
Check network and proxy configuration
Are you behind a corporate proxy, VPN, or SSL inspection (e.g., Zscaler, Netskope)?
Test both with VPN on/off and with/without proxy.
If using TLS inspection, ask IT whether a corporate root CA is needed, or if AWS endpoints can be excluded from inspection.
Whitelist AWS and DataCamp endpoints
IT/Network should allow outbound HTTPS to:
athena.us-east-1.amazonaws.com*.s3.amazonaws.com
Open both port 443 (HTTPS) and 444 (Athena streaming).
Temporarily disable SSL verification (for diagnosis only)
In Athena ODBC DSN settings, uncheck "verify SSL cert".
If this resolves the error, restore SSL and coordinate with IT for proper solution (certificate trust or endpoint bypass).
Resource: AWS SSL troubleshooting: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-troubleshooting.html#tshoot-certificate-verify-failed
Network & Firewall Configuration
Problem: You see connection refused/network timeout errors.
Solutions:
Open outbound ports
Allow port 443 (HTTPS) and port 444 (Athena streaming).
Check VPN compatibility
Test with VPN off (if allowed).
Ask IT for split tunneling or excluded hosts if VPN must be used.
Verify endpoint access
From the BI or client machine:
Try
curl https://athena.us-east-1.amazonaws.comIf this fails, the issue is almost surely network/firewall/proxy.
Resource: AWS Athena JDBC/ODBC timeout troubleshooting: https://aws.amazon.com/premiumsupport/knowledge-center/athena-connection-timeout-jdbc-odbc-driver/
No Data or Missing Tables After Activation
Problem: S3 bucket is empty or there are no tables in Athena.
Solutions:
Allow 24 hours for first sync
Confirm exact S3 bucket name and AWS region in DataCamp credentials.
Verify Athena catalog/schema configuration
Typically, use catalog
AwsDataCatalogand schemadefault.
Review table scope
Not every UI metric/report is mapped 1:1 to a table. Use "Explore the Data Model" docs.
If bucket is inaccessible after 24 hours contact your CSM with activation details, org name, bucket name, and export timing.
Configuration Errors (S3 Output Location)
Problem: Fails with S3 output/staging directory errors.
Solutions:
S3 output location formats (tool-specific):
Power BI:
s3://{bucketname}/tmp-powerbiTableau:
s3://{bucketname}/tmp-tableauDataLab:
s3://{bucketname}/tmp-datalabGeneric/others:
s3://{bucketname}/tmp
Always copy/paste the bucket name from DataCamp UI and avoid typos/leading or trailing spaces.
Example:
S3 Bucket Name: data-connector-v2-12345-production
Correct for Power BI: s3://data-connector-v2-12345-production/tmp-powerbiConnection Timeout & Performance Issues (Power BI)
Problem: Power BI takes too long to load data or times out when querying tables.
Recommended order of checks
Use Import Mode (recommended in most cases)
In Power BI Desktop when connecting to Amazon Athena, choose Import (not DirectQuery).
Why: Local import delivers better performance for reporting and dashboarding.
Check query scope and filters
Avoid unfiltered queries on large tables (e.g.,
fact_learn_events).Start with a limited date range (like last 30–90 days) and only needed columns.
Increase "Row to fetch per block" (ODBC setting)
Open ODBC Data Sources on your machine.
Select your DSN, click Configure → Advanced Options.
Gradually increase "Row to fetch per block" (e.g., from 10,000 up to 30,000).
Result Set Streaming (advanced)
Athena ODBC can stream large datasets over port 444.
Make sure port 444 is open outbound.
As a troubleshooting step, try disabling Result Set Streaming:
If this resolves timeouts, re-enable after confirming streaming port/IAM configuration is correct.
Resources:
AWS Athena Connection Timeout Troubleshooting: https://aws.amazon.com/premiumsupport/knowledge-center/athena-connection-timeout-jdbc-odbc-driver/
Power BI DirectQuery Performance: https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about
BI Tool–Specific Issues
Power BI: Data Source Not Found
Solutions:
Restart Power BI Desktop and retry connection
System DSN (not user DSN), and DSN architecture must match Power BI install (64-bit)
Update Power BI if AWS Athena connector is missing
Tableau: Connection Test Fails
Solutions:
Check all required fields (server:
athena.us-east-1.amazonaws.com, port: 443, correct S3 staging dir)Copy/paste Access Key and Secret Access Key exactly from DataCamp UI
Ensure correct
.jardriver placement/versionRestart Tableau after changing drivers
DataLab: Athena Configuration Error
Solutions:
S3 path must be
s3://{bucketname}/tmp-datalabConsistent region setting (usually
us-east-1)If it works in DataLab but not on another tool, check local driver/network setup
Still Having Issues?
If you still have problems after working through this guide:
Check AWS Service Health Dashboard for Athena/S3 regional outages
Test DataLab connection (simplest baseline)
Regenerate credentials in DataCamp UI, update all configs
Contact DataCamp Support
Include: brief issue summary, tool and ODBC driver version, error messages/screenshots, troubleshooting steps already tried, whether issue affects all users or just one, and device specifics
For further help, consult DataCamp documentation or contact DataCamp Support
Last updated