Start Free Trial

Alteryx Designer Desktop Discussions

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

Publish to Tableau - Connection Issues

dlund2010
5 - Atom

Hi all, I have a query I am pulling from a SQL Server DB and trying to push into Tableau. I am using a personal token to connect to Tableau, and I am successfully connected in the left pane.

 

However, when I run the workflow, I get the error "Connection to platform was not successful".

 

Any insights?

 

dlund2010_0-1668012647174.png

 

 

dlund2010_1-1668012698869.png

 

11 REPLIES 11
aoxomoxoa
7 - Meteor

if you are using more than one Tableau Output tool,

you should create a separate token for each one, with the appropriate keys.

it seems the macros get conflicted if you session uses the same token

 

it is simple to create multiple tokens, just keep them straight

 

I struggled with this for a very long time, but that solved it.

Nothing to do with access etc.

I even tried timing the output with StopUntilDone and eventually control containers, to no avail.

 

good luck/

MJ
9 - Comet

Using the PAT authentication option with more than one Tableau Output tool causes concurrent session issues; only one session can be open at a time. 

Resolve by switching to the user name and password authentication method works best for us!

You could also use Control Containers to have only one sessions at a time OR by writing a single Tableau Output tool with multiple connections going into it can produce 1 Tableau Datasource with multiple "tables" but this requires a TDS file.

Labels
Top Solution Authors