We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Error with Publish to Tableau Server Macro

another_john
5 - Atom

When trying to get the tool to publish to a tableau server on our network.

 

 

The macro runs for over 30 minutes before it fails. It's quite simply trying to take a sample text input, I've configured it to refresh the project name list.

 

Untitled.png

2 REPLIES 2
JamieD
Alteryx
Alteryx

Make sure the API is enabled on Tableau Server.

 

To enable it:

 

  1. Open an admin command prompt and browse to the Tableau Server bin directory.
  2. Stop the server
  3. Enter tabadmin set api.server.enabled true
  4. Start the server.

 

another_john
5 - Atom

Thanks mate.

Labels
Top Solution Authors