Troubleshooting and FAQs: Tableau
Guide to troubleshooting and FAQs about the Tableau integration
SSL Certificate Failure
If you are deploying your Tableau server with an SSL certificate, by default Monte Carlo will attempt to verify that. This can cause failures like unable to get local issuer certificate
when trying to integrate to Monte Carlo.
To solve, please integrate Tableau to Monte Carlo using the API or CLI which will allow you bypass this verification:
- Download and get set up with the CLI: Using the CLI
- Run
montecarlo integrations add-tableau
making sure to include the--no-verify-ssl
flag:
This should allow you to successfully onboard Tableau!
If you would prefer to use the API, you can also do so, please see here for the call details: addTableauAccount
Updated about 1 month ago