-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get this working on a server? #1
Comments
I have got wdc refreshing on a tableau server now - but still if the docs relating to this wdc could be corrected I think that could save a lot of headaches. |
Hi @henryw374, could you share what config you're using that led to a resolution of the issue? |
Also, are you running your Tableau Server instance on Linux or Windows? |
hi. this is on windows. I didn't get this particular wdc working but my own. I used a json entity, as describe here: https://help.tableau.com/current/server/en-us/entity_wdc.htm but the url format needed to be For this wdc to work, the secondary whitelist would need to include all of the resources loaded in the html, like bootstrap, tableau js file & etc |
Yeah, I agree that the docs could use some additional clarity to specify that all the resources including those loaded through the It does seem like I'm able to repro the issue that the server extract refreshes time out without errors when they haven't been included in that secondary whitelist. I do see some server log entries indicating the failed requests for those resources in the While I don't have an exact timeline, we can hopefully improve this soon. |
Hi,
I am trying to get a wdc working on a tableau server and so far Tableau support team have been unable to help - even after many calls and emails - so I'm reaching out here in desperation because this connector is given as an example in the tableau docs https://help.tableau.com/current/server/en-us/datasource_wdc.htm
What I'm after is really any working example command that I can get a wdc refreshing on a server.
The docs give this as the example command:
tsm data-access web-data-connectors add --name "WTA WDC" --url https://dtreskunov.github.io:80/wta-wdc/ --secondary https://dtreskunov.github.io/(.*)
The problem I see with this command is that the port is not going to be 80, but 443. Also the wdc loads bootstrap from a cdn - so wouldn't that need to be on the whitelist too?
Also this wdc doesn't seem to work in my 2020 version of tableau desktop - I don't know what's wrong.
If this example wdc could be updated and the docs changed to reflect what would actually be needed to get it working on a server that would be a great starting point for us.
The text was updated successfully, but these errors were encountered: