Configuring Tableau Server’s Readonly Account
By default, access to the Tableau Server repository is disabled. To enable it, as well as set the password, you need to issue a TSM command like the following against your Tableau Server:Connecting Curator to the Repository
Once you have enabled access to the repository and set its password, you can configure the connection on Curator:-
Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to the Integrations > Connections section from the left-hand menu.
- Click on the Tableau Server connection you want to edit.
- Expand the “Tableau Server Repository Connection” near the bottom of the page.
- Enable the toggle for Connect to Tableau Server’s Repository Database in the “Primary Tableau Connection” section.
- Enabling the toggle will display a new section: “Tableau Server Repository Connection”.
- Check for any errors shown in this section. They must be addressed before the connection can be established.
-
Expand the “Tableau Server Repository Connection” section and fill out the connection fields. For information on how
to find the default connection information on your Tableau Server, see:
- Repository Host Tableau Server host url
- Repository Port This value is 8060 by default.
- Repository User readonly (recommended user)
- Repository Password Password you set up in Step #1 on Tableau Server
- Once properly filled out, click the “Save” button.
Troubleshooting
TABLEAU REPOSITORY CONNECTION FAILURE
If Curator logs the messageERROR: TABLEAU REPOSITORY CONNECTION FAILURE, Curator attempted to open a direct
PostgreSQL connection to Tableau Server’s repository database and was refused or timed out. Work through the
following checks:
- Confirm repository access is enabled on Tableau Server. Re-run the TSM command from Configuring Tableau Server’s Readonly Account if you are unsure whether repository access was ever activated. It is disabled by default on Tableau Server and must be explicitly enabled before Curator can connect.
- Verify port 8060 is open. Curator connects to Tableau Server’s repository database on TCP port 8060 by default. Confirm that the firewall on your Tableau Server allows inbound TCP connections from the Curator server on port 8060. If the port is blocked, ask your IT or network team to open it from the Curator server’s IP address to the Tableau Server.
-
Check the credentials in Curator. In Backend > Integration > Connections, open the affected connection and
expand the Tableau Server Repository Connection section. Confirm that the Repository Host, Repository
Port (default
8060), Repository User (typicallyreadonly), and Repository Password all match what you configured in the TSM command. -
Read the underlying PostgreSQL error in the Event log. Curator logs the full error every time the repository
connection fails, so no debug toggle is required. Navigate to Backend > Settings > Logs > Event log and open the
ERROR: TABLEAU REPOSITORY CONNECTION FAILUREentry. The complete error — including the underlying PostgreSQL error returned by Tableau Server’s repository database — is recorded there and will tell you whether the failure was a refused connection, a timeout, an authentication error, or something else.
Note: Curator’s general Cron Debug Mode (Backend > Portal Settings) logs cron job scheduling activity and is unrelated to repository connection failures. You do not need to enable it — or any other debug mode — for this flow, because the connection error is always written to the Event log.