Troubleshooting - 10% Flashcards

1
Q

What are the requirements of third party cookies in a browser?

A

Tableau Server stores a session cookie in a user’s local browser after they sign in. That’s how it knows the user has been authenticated. If the browser blocks first-party cookies, they can’t sign in to Server.

When a user signs into TS via:
- an embedded view
- trusted authentication environment
then this cookie is stored as a third-party cookie, because the cookie’s domain is different from the one in the browser’s address bar. Must allow third-party cookies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the steps to reset passwords for a Tableau user or Tableau Run-As user?

A

Tableau user password can only be reset when using local authentication. Can edit in the GUI. OR tabadmin passwd

Run-As User: do it in the Server Config dialog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the steps to packaging log files for reporting?

A

tabadmin ziplogs

Generate snapshot from Status

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does Tabadmin “Validate” command do, and how do you use it?

A

It confirms that minimum hardware requirements are met for the 32-bit version of TS. adding -x validates 64-bit reqs. The -x version can help you confirm whether your current cores, disk space, and RAM are sufficient for an upgrade to 64.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you rebuild the search index?

A

Best way: stop the Server, then tabadmin reindex

You can also click a button on the Server Status tab. This may result in sites, projects, and content temporarily disappearing from Server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you create or open a support request?

A
  1. support@tableau.com

2. tableau.com/support/request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can we use data engine vectorization to troubleshoot performance?

A

Data Engine vectorization is a new feature in 9.0 that speeds up the performance of extract-based workbooks by optimizing CPU utilization. (They rewrote the code)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can we use external query caching to troubleshoot performance?

A

Stored in the Cache Server. Any query that is issued from Server, the results as stored here, and gets materialized to disk. Another user issuing a same/similar query can get results from this cache, which is faster than issuing a new query to the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do shadow extracts impact performance?

A

faster data source access for large text files and Excel files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can we use parallel aggregation to troubleshoot performance?

A

Uses multiple cores in Tableau Extracts and other file-based data sources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly