tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Tabpy connection with an online python server #456

Closed Jzzzzzz closed 4 years ago

Jzzzzzz commented 4 years ago

Environment information:

Describe the issue I have an online python server which has the tabpy installed and running. I'm trying to connect with it through Tableau Desktop but keep getting the following error. I put the online server's IP address in 'Server' and 9004 in 'Port'.

Unable to complete action Failed to connect to analytics extension (ext-svc-type-tabpy xxx.xxx.xxx.xxx

:9004): An error occurred while communicating with the analytics extension. Tableau is unable to connect to the extension. Verify that the extension is running and that you have access privileges. Error Code: 4995E2C1

Can anyone please share me some more information about how to make these two connected? Really appreciate any help on this.