Upon connecting to data sources that require OAuth authentication from where a proxy server is configured, the following errors can occur:
On Tableau Desktop, connecting to data sources that require OAuth authentication, such as Google BigQuery, Google Analytics, Salesforce.com .etc, uses an additional java process to connect to these data sources. This java process is responsible for connecting data sources that require OAuth authentication as well as communicating to Tableau Desktop using local port.
If there is a proxy server configured on the machine where Tableau Desktop is running, the java process will try to communicate with Tableau Desktop via proxy server and fails.
If using Google BigQuery, use your web browser to connect to Google BigQuery web console and confirm if the data sets can be accessed there.
If you are unable to connect Google BigQuery and access your data sets with a web browser, please ask your internal IT team to white list the URL links for Google BigQuery on firewall, proxy and/or antivirus.
Delete the environment variables HTTP_PROXY and HTTPS_PROXY
Use a batch file like bellow to launch Tableau Desktop. (This will disable the environment variables for the proxy setting)
------ tab_exec.bat -------------------
@echo off
set HTTP_PROXY=
set HTTPS_PROXY=
start "" "C:\Program Files\Tableau\Tableau 2020.4\bin\tableau.exe"
----------------------------------------
Set an exception so that the proxy server will not be used for communicating with localhost via Internet Option in IE as described in the article below.
Tableau Fails To Connect to Amazon Athena through Proxy With Error Code 37CE01A3
Add an environmental variable NO_PROXY to bypass a proxy server when accessing localhost.
001471406

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.