How to Check If Tableau Server Is Using ATR
Here’s how you can verify whether your Tableau Server is configured to use ATR (Authorization-To-Run).
When setting up Tableau Server, you might enable ATR, but it’s easy to forget this setting over time. If you need this information for a server upgrade or while working with official support, you can use a tsm
command to check the configuration:
tsm configuration get -k server.authorizationtorun.enabled
If the result is TRUE
, then ATR is enabled.