Skip to content

Commit

Permalink
mac example for launching
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 authored Dec 19, 2022
1 parent 6ffde59 commit 1e7be32
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@ Error text:
Package signature verification failed during connection creation.

This is likely due to due to Tableau bug https://github.com/tableau/connector-plugin-sdk/issues/401
ideal solution is to install latest patch (or a later version). Workaround is to launch Tableau with unsigned flag:
ideal solution is to install latest patch (or a later version). Workaround is to launch Tableau with the allow unsigned property/flag `DisableVerifyConnectorPluginSignature` set to true.

Windows

"C:\Program Files\Tableau\Tableau 2019.4\bin\tableau.exe" -DDisableVerifyConnectorPluginSignature=true

Apple Mac OS X

/Applications/Tableau\ Desktop\ 2022.4.app/Contents/MacOS/Tableau -DDisableVerifyConnectorPluginSignature=true

NOTE path is version specific

## Development

Expand Down

0 comments on commit 1e7be32

Please sign in to comment.