https://www.tableau.com/learn/webinars/tableau-administrators-virtual-user-group-6
In the server admin views, the admin can view a dashboard of similar functions. However, the publishers have no access to it. In order to provide self-service dashboard monitoring to the publishers, we have created our own monitor and offer it to whoever is concerned.
In the server admin views, the admin can view a dashboard of similar functions. However, the publishers have no access to it. In order to provide self-service dashboard monitoring to the publishers, we have created our own monitor and offer it to whoever is concerned.
For a variety of reasons, the data extract refresh may fail to work as scheduled.
I summarized all the failures as 5 types.
- Bad data file path
When the data is in a flat file, such as Excel, Access, CSV etc, the server can't find the data file. One of the most likely cases is the file path is in local format, such as C:\folder\data.csv. The server actually expects an UNC path such as \\machine\folder\data.csv
- DB connect fail
The connection to the database failed. Need to fix the connection settings or the network etc.
- DB query fail
The query worked when being published. However the database tables may have changed. The query can fail in this case. The solution is to revise the query.
- Data engine fail
The service may be down. Need a reboot.
- Suspended
There are too many failures. Need to download the workbook or data source and republish it. The failure will resurface and the error message will tell you what the failure is.
The extract failure monitor workbook is available in the Tableau community forum. Feel free to download it and play with it. Let me know if there is issue.
I am very grateful to Mark Wu, the moderator of the webinar who invited me to present, and Matt Coles, whose PostgreSQL query is being used in the monitor workbook.
View comments