I have uploaded data to Tableau Server through POST method; however I have a new issue with 405(PUT is not allowed).
01 Execution
I uploaded data in the same environment with different method :
- upload directly from Tableau Desktop : dashboard(with data)
- upload directly from Alteryx using Publish To TableauServer : only data
02 Result
Dashboard(with data) uploaded successfully with Tableau Desktop
But data uploaded with Alteryx using Publish To TableauServer was not uploaded with the message shown below
03 Question
I have uploaded data to Tableau Server through POST method,
but what I understand from the message is changing HTTP Action from POST to PUT.
In order to solve the problem, do I need to fix the Macro(Publish To TableauServer)?
Or is there a way or other version of the same Macro that could resolve the Problem?
Thank you for reading the post
Hi @jwjeong
You can save a version of the macro that uses put by all means - just make sure to change the Tableau Server Login macro as v2, and then change the publish to tableau server to use the v2 macro, and rename that as v2 (so you still have the original version.
Hope this helps,
TheOC