Issue
When running a flow which includes connection to Tableau Cloud by Tableau Prep Builder Command Line (CLI), the flow fails if a proxy server is configured. The flow successfully can be run by Tableau Prep Builder GUI.
When running a flow which includes connection to Tableau Cloud by Tableau Prep Builder Command Line (CLI), the flow fails if a proxy server is configured. The flow successfully can be run by Tableau Prep Builder GUI.
@rem Add default JVM options here. You can also use JAVA_OPTS and TPREP_CLI_APP_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS=-DproxySet=true -DproxyHost=<Host name or IP address of the proxy server> -DproxyPort=<port number of the proxy server>
Note: If you don’t have write permissions on this file, use the system file settings to enable them.
Warning: Make sure to only include the hostname. For example, if the proxy server address is http://myproxy:8888, then it should be http.proxyHost=myproxy in the example below.
conf
folder. If this directory doesn’t exist, then create one. By default the location is: C:\Program Files\Tableau\Tableau Prep Builder<version>\Plugins\jre\conf conf
folder, locate the net.properties
file, and open it in a text editor. If this file doesn’t exist, then create one by the same name.