Download Tableau On Mac
2020年12月24日Download: http://gg.gg/nltvl
*Tableau App Download
*Download Tableau For Mac Free
When you install Tableau Desktop or Tableau Prep Builder, the installation might not always go exactly as planned. In this article you can find information about how to create a log file to help you troubleshoot, as well as a list of issues you might encounter and suggestions for how to resolve them.
The latest version of Tableau Reader is 2020.3 on Mac Informer. It is a perfect match for Office in the Productivity category. The app is developed by Tableau Software and its user rating is 4.3 out of 5. Download Tableau Reader for Mac - Companion application for the Tableau data visualization software that enables you to preview and analyze workbooks just like the author intended. Download and install Tableau Desktop; Close the “Tableau Registration” (or “Activate Tableau“) window, and exit program; Copy the unlocked file (tabui.dll) to installation folder and overwrite (like: C:Program FilesTableauTableau 20xx.xbin) Done. You’d better block.Create an installation log
Tableau Desktop or Tableau Prep Builder can keep a log of the installation process. Logging is on by default for the Tableau installer for both Windows and Mac. By default, the log files are stored in the user’s temporary folder (the location specified in the %temp% environment variable) for Windows and in /private/var/log for the Mac. It’s a good idea to keep the log files for the installation process to help you troubleshoot in case anything goes wrong. If so, you can review the log file and search for entries that include Error or Fail to help you spot the problem.
If you want to change the location or name of the log files, or if you’re not sure if logging is enabled, complete the following steps. Logging must be turned on before you start installation.
Download the installer (.exe file).
Open a command window as an administrator.
Navigate to the directory where you downloaded the installer file.
Run the following command:
<installer> /log ’<log_file_path_and_name>’
Replace installer with the name of the Tableau installer file and replace log_file_path_and_name with the path and name of the file where you want the installation log file to be saved.
For example:
tableauDesktop-64bit-2019-1-0.exe /log ’C:UsershenrywDesktopinstall.txt’.Resolve FlexNet licensing errors when activating or opening Tableau Desktop or Tableau Prep Builder
If the Tableau licensing service can’t read or access the product key, you might see one of the following errors:
No license found for ’TableauDesktop’
Unable to add license
Function flxActCommonLicSpcPopulateFromTS returned error 50030, 71521, 0
To troubleshoot the error and resolve it, try the steps in this section in the order shown.1. Verify the system date and time
Verify that the date and time on your computer is set to the current date. If the clock on your computer is set to a date prior to the current date, Tableau can’t be activated.2. Verify that the FlexNet Licensing Service is installedTableau App Download
When you install Tableau Desktop, the FlexNet Licensing Service is installed automatically. Tableau requires this service to run. When you install Tableau Desktop on the Mac, you might be prompted to enter your password to give the installer permission to install FlexNet. For Windows, permission to install FlexNet is implied from the user account settings.
To check whether the licensing service is properly installed on your computer, complete the following steps:
Windows
Navigate to the following folder:
C:Program FilesCommon FilesMacrovision SharedFlexNet Publisher
Verify that the FNPLicensingService application is in the folder.
If the FlexNet licensing Service is not installed, try reinstalling Tableau Desktop or check your user account permissions settings.
Mac
Start the Terminal application.
Type the following command to list the contents of the FlexNet directory:
ls ’/Library/Application Support/FLEXnet Publisher/Service/11.16.2/FNPLicensingService’
If the command doesn’t return anything, or if it returns the message No such file or directory, the licensing service isn’t installed. For information about how to manually install the FlexNet Licensing Service, see Error: ’The FlexNet licensing service is not present on the system’ Activating on Mac(Link opens in a new window) in the Tableau Knowledgebase.3. Verify that the FlexNet Licensing Service is running
If you have verified that the FlexNet Licensing Service is installed, verify that the licensing service is running. If it isn’t, you might need to manually start the service. To start the service, complete the steps below based on your operating system, and then restart Tableau Desktop.
Windows
From the Windows Start menu, open services.msc.
In the Services dialog box, verify that the status for the FlexNet Licensing Service is Started.
If the Start option is grayed out, right-click FlexNet Licensing Service in the list and select Properties. On the General tab, click Start, then click OK to close the dialog box.
Mac
Start the Terminal application.
Navigate to the FlexNet directory:
’/Applications/Tableau Desktop <Tableau version.app>/Contents/Frameworks/FlexNet/’custactutil -view
For example ’/Applications/Tableau Desktop 2019.1.app/Contents/Frameworks/FlexNet/’custactutil -view
Verify that the FlexNet Licensing Service is running. You should see Trust Flags = FULLY TRUSTEDand Status = ENABLED.
Then use the following command to save the output to a file on your desktop:
/Applications/Tableau Desktop <Tableau version.app>/Contents/Frameworks/FlexNet/custactutil -view > /users/$(whoami)/Desktop/licresults.txt4. Repair trusted storage
If FlexNet Licensing Services is installed and running but you’re still seeing an error, there might be a problem with the Tableau product key information. To resolve this issue, complete the following steps to repair the key information that is located and saved in trusted storage.
Note: Gotham font family free download for mac. You will need access to the Customer Activation Utility located in the bin folder to perform these steps.
Windows
Open a command window and navigate to the directory where the Customer Activation Utility is. For example:
cd ’C:Program FilesTableauTableau <version>bin’
where <version> is the Tableau product version that you installed.
Type the following command:
custactutil –localrepair
Launch Tableau.
If the repair is not successful, type the following command to create a LicResults.txt file:
custactutil -view >LicResults.txt
Contact Technical Support(Link opens in a new window) and include the LicResults.txt file that you created.
Mac
Start the Terminal application.
Navigate to the FlexNet directory:
cd /Applications/Tableau.app/Contents/Frameworks/Flexnet
Enter the following command:
./custactutil -localrepair
Launch Tableau.
If the repair is not successful, type the following command to create a LicResults.txt file:
./custactutil -view > licresults.txt
Contact Technical Support(Link opens in a new window) and include the LicResults.txt file that you created.Troubleshoot activation errors using activation exit codes
When you start Tableau and include the -activate option, the activation process returns status information by setting the ERRORLEVEL environment variable to an exit code. If activation was successful, the Tableau application exit code is 0 (zero). The table below lists exit codes from the activation process and what they mean.
If activation fails, you can also find error information in the Tableau log file. Log files are located in the Logs folder in the My Tableau Repository folder under the current user’s Documents folder. For example:
/Users/<user>/Documents/My Tableau Repository/Logs
The following example script shows how to activate Tableau Desktop for Windows and check for specific errors, such as an invalid product key (536871018) and general licensing issues (536871012).Download Tableau For Mac FreeExit CodeMessageValue536871012TABLEAU_ERROR_LICENSING_GENERALAn unknown error occurred during the licensing operation.536871013TABLEAU_ERROR_LICENSING_INTERNALThe product is unable to start due to an internal licensing error.536871014TABLEAU_ERROR_LICENSING_SETUPThe product is unable to start due to an internal licensing error.536871015TABLEAU_ERROR_LICENSING_CONNECTAn error occurred contacting the Tableau license server.536871017TABLEAU_ERROR_LICENSING_ACTIVATION_ASRAn error occurred while activating the ASR.536871016TABLEAU_ERROR_LICENSING_ACTIVATION_GENERALActivation failed, please try again.536871018TABLEAU_ERROR_LICENSING_ACTIVATION_INVALID_KEYInvalid product key.536871019TABLEAU_ERROR_LICENSING_ACTIVATION_OFFLINEUnable to complete offline activation.536871020TABLEAU_ERROR_LICENSING_ACTIVATION_INVALID_MODELAn error was returned from the license server. Check the Tableau log file for more information.536871021TABLEAU_ERROR_LICENSING_ACTIVATION_MAX_REHOSTSFailed to deactivate the license because you have reached the limit of deactivations for this license.536871022TABLEAU_ERROR_LICENSING_UNLICENSED_GENERALAn unknown error occurred during the unlicensing operation. Check your product key or contact support.536871023TABLEAU_ERROR_LICENSING_UNLICENSED_NONE_FOUNDNo licenses found.536871024TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIREDOnly expired product keys were found.536871025TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_TRIALYour trial for this version has ended.536871026TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_SUBSCRIPTIONThe product key is expired.536871027TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_MAINTENANCEMaintenance has expired.536871028TABLEAU_ERROR_LICENSING_RESYNC_GENERALYour product keys could not be synchronized.536871029TABLEAU_ERROR_LICENSING_REGISTRATION_GENERALAn error occurred during product registration.536871030TABLEAU_ERROR_LICENSING_SERVICE_INSTALLAn unknown error occurred during licensing operations.536871031TABLEAU_ERROR_LICENSING_SERVICE_UNINSTALLAn unknown error occurred during licensing operations.Troubleshoot internet errors
Tableau Desktop and Tableau Prep Builder require certain firewall and proxy settings to load map views, to load web pages, and to process license requests. If you encounter one of the following errors, the administrator for the organization’s network needs to make changes to the network web proxy and firewall configuration settings.
The licensing process requests offline activation.
Map views appear blank in Tableau Desktop.
Web pages in dashboards fail to load.
The online map can’t be loaded.
For information about how to configure internet access for Tableau Desktop, see Internet Access Requirements.Troubleshoot accessing the licensing server
The Tableau licensing service was moved to a new data center on October 6, 2018. This means that any environments that required special configuration (static IP safe listing for example) to access licensing.tableau.com or licensing.tableau.com will need to be updated before you can activate, refresh, or deactivate a Tableau product key.
To check whether this is the problem:
In a web browser, navigate to the following addresses:
https://licensing.tableau.com
https://licensing.tableau.com
You should see a ’Test success.’ page.If you don’t see the success page, you may need to update your local environment to access the licensing services. For more details, see the Tableau Community(Link opens in a new window).Troubleshoot license reporting (Tableau Desktop only)
When Tableau Server and Tableau Desktop instances are properly configured, Tableau Desktop license usage information is available in two administrative views, Desktop License Usage(Link opens in a new window) and Desktop License Expiration(Link opens in a new window). If you can’t see these views, or if there’s no data in them, there might be a problem with license reporting. The sections below can help you troubleshoot the cause.
For information about how to configure Tableau Desktop reporting, see Manage Tableau Desktop License Usage.Administrative views aren’t available
The Desktop License Reporting administrative views are available only to Tableau Server administrators. If you don’t see links to the Desktop License Usage and Desktop License Expiration views on the Server Status page (select Manage All Sites from the Sites menu), verify the following:
You are signed in as a Tableau Server administrator.
You are running a version of Tableau Server 10.0 or later, and users are running Tableau Desktop version 10.0 or later. Tableau Desktop license reporting is available beginning with version 10.0 of Tableau Server and Tableau Desktop.
License reporting is enabled in Tableau Server. (The feature is disabled by default.) For more information, see the procedure for enabling license reporting on Tableau Server in the Manage Tableau Desktop License Usage article in this guide.Administrative views don’t include expected content
If you aren’t seeing the data you expect, it could be for one of the reasons listed here.Tableau Desktop was configured less than eight hours ago
By default Tableau Desktop reports licensing data at an eight hour interval. You might not see usage data in the administrative views if it has been less than eight hours since instances of Tableau Desktop were configured for reporting. Tableau Desktop reports every eight hours while running with the count of hours beginning when you start a properly configured instance of Tableau Desktop.
If Tableau Desktop is not still running when the eight hour time is reached, a report is sent the next time Tableau Desktop is started. Wait a minimum of eight hours after Tableau Desktop instances are configured before you look for those licenses in the Desktop License Reporting views.
The following events force an immediate report from a properly configured Tableau Desktop instance to Tableau Server:
Activating Tableau Desktop version 10.0 or later.
Deactivating Tableau Desktop version 10.0 or later.
Renewing maintenance on a license for Tableau Desktop version 10.0 or later.Tableau Desktop has not been restarted since license reporting was configured
If Tableau Desktop was already running when license reporting was configured with a server address to report to, Tableau Desktop must be restarted.Tableau Desktop has not been opened since being configured for license reporting
If Tableau Desktop has not been opened since being configured for reporting, you might not see usage data in the administrative views. License information is reported only when Tableau Desktop is running.Tableau Desktop is incorrectly configured for license reporting
Verify that instances of Tableau Desktop are configured correctly with the address of the Tableau Server to report to.
Use log files on the Tableau Desktop computer to help determine if the instance is configured correctly. Find the log file %Documents%My Tableau RepositoryLogslog.txt. Search for ’licUsageReport’ to find entries related to license reporting.Error messages for license reporting
The following table lists log messages that can help identify issues with license reporting.Log messageDetails and possible causeslicUsageReport: Response code from server: <server> is: 200Tableau Desktop reported successfully to the server.licUsageReport: Response code from server: <server> is: 0
Internet communication error: Couldn’t connect to server (server_name). Tableau Desktop is configured for the wrong protocol. For example, the server is configured for HTTPS and Tableau Desktop is configured to report using HTTP.
Tableau Desktop is reporting to a non-existent server.
Tableau Desktop is reporting to an instance of Tableau Server that is not running.licUsageReport: License reporting server config does not exist The registry key is not set or is in the wrong place in the registry (Windows) or .plist file (Mac).
On Mac computers, this message can be logged when a .plist file has been created in the wrong location. For example, the .plist file was created in or copied to ~LibraryPreferences instead of LibraryPreferences.
On Mac computers, this message can be logged when a .plist file has been created,but the file is then updated with a new or changed server name and the Mac computer is not restarted.Changing the default reporting interval
By default, when configured for Desktop License Reporting, Tableau Desktop reports to the configured server or servers every eight hours. You can modify the registry or .plist file on Tableau Desktop computers to change this interval. This is especially useful for troubleshooting.Windows
To change the frequency that Tableau Desktop reports to the server from a Windows computer, edit the registry to add a string value to the ReportingServer key:
Path: HKEY_LOCAL_MACHINESOFTWARETableauReportingServer
Name: add a string value named scheduleReportInterval.
Data: The amount of time, in seconds, between reports sent by Tableau Desktop to the server. By default this is 8 hours and if there is no entry the default is used. Increase this for troubleshooting if necessary, but keep in mind that the more frequent the interval, the more network traffic generated.
For example, the following image shows a registry configured so Tableau Desktop reports to the configured Tableau Servers every hour (3600 seconds): Mac
To change the frequency that Tableau Desktop reports to the server for Mac, edit the com.tableau.ReportingServer.plist file in /Library/Preferences and add a scheduleReportInterval key. Set this to the length of time, in seconds, between reports from Tableau Desktop to the configured Tableau Server. The following example shows the contents of a .plist file that’s configured to send information every hour (3600 secons) to two servers, https://mytableau02:8010 and http://mytableau.Resolve memory errors
If Tableau runs out of memory on the computer, it displays an out-of-memory error. The following factors can impact memory when using Tableau Desktop or Tableau Prep Builder.
The Tableau Desktop version.
If you install 64-bit Tableau Desktop on a 64-bit Windows operating system, Tableau can access up to 8 TB of system memory.
The size and type of data you’re analyzing. For example, a large crosstab with many columns and millions of rows of values, or a view that shows many marks, can quickly exhaust memory.
Other applications running on the computer.
The operating system on the computer.Possible resolutions
To address out-of-memory issues, consider upgrading your operating system or Tableau version to a 64-bit computer. This lets Tableau access a larger amount of system memory.
You can also review the data in your workbooks and how you’re aggregating that data when you display it in views. Instead of displaying many rows of values, which might require lots of scrolling to review the data, consider displaying summary data. Tableau Desktop is more effective and uses less memo https://diarynote.indered.space
*Tableau App Download
*Download Tableau For Mac Free
When you install Tableau Desktop or Tableau Prep Builder, the installation might not always go exactly as planned. In this article you can find information about how to create a log file to help you troubleshoot, as well as a list of issues you might encounter and suggestions for how to resolve them.
The latest version of Tableau Reader is 2020.3 on Mac Informer. It is a perfect match for Office in the Productivity category. The app is developed by Tableau Software and its user rating is 4.3 out of 5. Download Tableau Reader for Mac - Companion application for the Tableau data visualization software that enables you to preview and analyze workbooks just like the author intended. Download and install Tableau Desktop; Close the “Tableau Registration” (or “Activate Tableau“) window, and exit program; Copy the unlocked file (tabui.dll) to installation folder and overwrite (like: C:Program FilesTableauTableau 20xx.xbin) Done. You’d better block.Create an installation log
Tableau Desktop or Tableau Prep Builder can keep a log of the installation process. Logging is on by default for the Tableau installer for both Windows and Mac. By default, the log files are stored in the user’s temporary folder (the location specified in the %temp% environment variable) for Windows and in /private/var/log for the Mac. It’s a good idea to keep the log files for the installation process to help you troubleshoot in case anything goes wrong. If so, you can review the log file and search for entries that include Error or Fail to help you spot the problem.
If you want to change the location or name of the log files, or if you’re not sure if logging is enabled, complete the following steps. Logging must be turned on before you start installation.
Download the installer (.exe file).
Open a command window as an administrator.
Navigate to the directory where you downloaded the installer file.
Run the following command:
<installer> /log ’<log_file_path_and_name>’
Replace installer with the name of the Tableau installer file and replace log_file_path_and_name with the path and name of the file where you want the installation log file to be saved.
For example:
tableauDesktop-64bit-2019-1-0.exe /log ’C:UsershenrywDesktopinstall.txt’.Resolve FlexNet licensing errors when activating or opening Tableau Desktop or Tableau Prep Builder
If the Tableau licensing service can’t read or access the product key, you might see one of the following errors:
No license found for ’TableauDesktop’
Unable to add license
Function flxActCommonLicSpcPopulateFromTS returned error 50030, 71521, 0
To troubleshoot the error and resolve it, try the steps in this section in the order shown.1. Verify the system date and time
Verify that the date and time on your computer is set to the current date. If the clock on your computer is set to a date prior to the current date, Tableau can’t be activated.2. Verify that the FlexNet Licensing Service is installedTableau App Download
When you install Tableau Desktop, the FlexNet Licensing Service is installed automatically. Tableau requires this service to run. When you install Tableau Desktop on the Mac, you might be prompted to enter your password to give the installer permission to install FlexNet. For Windows, permission to install FlexNet is implied from the user account settings.
To check whether the licensing service is properly installed on your computer, complete the following steps:
Windows
Navigate to the following folder:
C:Program FilesCommon FilesMacrovision SharedFlexNet Publisher
Verify that the FNPLicensingService application is in the folder.
If the FlexNet licensing Service is not installed, try reinstalling Tableau Desktop or check your user account permissions settings.
Mac
Start the Terminal application.
Type the following command to list the contents of the FlexNet directory:
ls ’/Library/Application Support/FLEXnet Publisher/Service/11.16.2/FNPLicensingService’
If the command doesn’t return anything, or if it returns the message No such file or directory, the licensing service isn’t installed. For information about how to manually install the FlexNet Licensing Service, see Error: ’The FlexNet licensing service is not present on the system’ Activating on Mac(Link opens in a new window) in the Tableau Knowledgebase.3. Verify that the FlexNet Licensing Service is running
If you have verified that the FlexNet Licensing Service is installed, verify that the licensing service is running. If it isn’t, you might need to manually start the service. To start the service, complete the steps below based on your operating system, and then restart Tableau Desktop.
Windows
From the Windows Start menu, open services.msc.
In the Services dialog box, verify that the status for the FlexNet Licensing Service is Started.
If the Start option is grayed out, right-click FlexNet Licensing Service in the list and select Properties. On the General tab, click Start, then click OK to close the dialog box.
Mac
Start the Terminal application.
Navigate to the FlexNet directory:
’/Applications/Tableau Desktop <Tableau version.app>/Contents/Frameworks/FlexNet/’custactutil -view
For example ’/Applications/Tableau Desktop 2019.1.app/Contents/Frameworks/FlexNet/’custactutil -view
Verify that the FlexNet Licensing Service is running. You should see Trust Flags = FULLY TRUSTEDand Status = ENABLED.
Then use the following command to save the output to a file on your desktop:
/Applications/Tableau Desktop <Tableau version.app>/Contents/Frameworks/FlexNet/custactutil -view > /users/$(whoami)/Desktop/licresults.txt4. Repair trusted storage
If FlexNet Licensing Services is installed and running but you’re still seeing an error, there might be a problem with the Tableau product key information. To resolve this issue, complete the following steps to repair the key information that is located and saved in trusted storage.
Note: Gotham font family free download for mac. You will need access to the Customer Activation Utility located in the bin folder to perform these steps.
Windows
Open a command window and navigate to the directory where the Customer Activation Utility is. For example:
cd ’C:Program FilesTableauTableau <version>bin’
where <version> is the Tableau product version that you installed.
Type the following command:
custactutil –localrepair
Launch Tableau.
If the repair is not successful, type the following command to create a LicResults.txt file:
custactutil -view >LicResults.txt
Contact Technical Support(Link opens in a new window) and include the LicResults.txt file that you created.
Mac
Start the Terminal application.
Navigate to the FlexNet directory:
cd /Applications/Tableau.app/Contents/Frameworks/Flexnet
Enter the following command:
./custactutil -localrepair
Launch Tableau.
If the repair is not successful, type the following command to create a LicResults.txt file:
./custactutil -view > licresults.txt
Contact Technical Support(Link opens in a new window) and include the LicResults.txt file that you created.Troubleshoot activation errors using activation exit codes
When you start Tableau and include the -activate option, the activation process returns status information by setting the ERRORLEVEL environment variable to an exit code. If activation was successful, the Tableau application exit code is 0 (zero). The table below lists exit codes from the activation process and what they mean.
If activation fails, you can also find error information in the Tableau log file. Log files are located in the Logs folder in the My Tableau Repository folder under the current user’s Documents folder. For example:
/Users/<user>/Documents/My Tableau Repository/Logs
The following example script shows how to activate Tableau Desktop for Windows and check for specific errors, such as an invalid product key (536871018) and general licensing issues (536871012).Download Tableau For Mac FreeExit CodeMessageValue536871012TABLEAU_ERROR_LICENSING_GENERALAn unknown error occurred during the licensing operation.536871013TABLEAU_ERROR_LICENSING_INTERNALThe product is unable to start due to an internal licensing error.536871014TABLEAU_ERROR_LICENSING_SETUPThe product is unable to start due to an internal licensing error.536871015TABLEAU_ERROR_LICENSING_CONNECTAn error occurred contacting the Tableau license server.536871017TABLEAU_ERROR_LICENSING_ACTIVATION_ASRAn error occurred while activating the ASR.536871016TABLEAU_ERROR_LICENSING_ACTIVATION_GENERALActivation failed, please try again.536871018TABLEAU_ERROR_LICENSING_ACTIVATION_INVALID_KEYInvalid product key.536871019TABLEAU_ERROR_LICENSING_ACTIVATION_OFFLINEUnable to complete offline activation.536871020TABLEAU_ERROR_LICENSING_ACTIVATION_INVALID_MODELAn error was returned from the license server. Check the Tableau log file for more information.536871021TABLEAU_ERROR_LICENSING_ACTIVATION_MAX_REHOSTSFailed to deactivate the license because you have reached the limit of deactivations for this license.536871022TABLEAU_ERROR_LICENSING_UNLICENSED_GENERALAn unknown error occurred during the unlicensing operation. Check your product key or contact support.536871023TABLEAU_ERROR_LICENSING_UNLICENSED_NONE_FOUNDNo licenses found.536871024TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIREDOnly expired product keys were found.536871025TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_TRIALYour trial for this version has ended.536871026TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_SUBSCRIPTIONThe product key is expired.536871027TABLEAU_ERROR_LICENSING_UNLICENSED_EXPIRED_MAINTENANCEMaintenance has expired.536871028TABLEAU_ERROR_LICENSING_RESYNC_GENERALYour product keys could not be synchronized.536871029TABLEAU_ERROR_LICENSING_REGISTRATION_GENERALAn error occurred during product registration.536871030TABLEAU_ERROR_LICENSING_SERVICE_INSTALLAn unknown error occurred during licensing operations.536871031TABLEAU_ERROR_LICENSING_SERVICE_UNINSTALLAn unknown error occurred during licensing operations.Troubleshoot internet errors
Tableau Desktop and Tableau Prep Builder require certain firewall and proxy settings to load map views, to load web pages, and to process license requests. If you encounter one of the following errors, the administrator for the organization’s network needs to make changes to the network web proxy and firewall configuration settings.
The licensing process requests offline activation.
Map views appear blank in Tableau Desktop.
Web pages in dashboards fail to load.
The online map can’t be loaded.
For information about how to configure internet access for Tableau Desktop, see Internet Access Requirements.Troubleshoot accessing the licensing server
The Tableau licensing service was moved to a new data center on October 6, 2018. This means that any environments that required special configuration (static IP safe listing for example) to access licensing.tableau.com or licensing.tableau.com will need to be updated before you can activate, refresh, or deactivate a Tableau product key.
To check whether this is the problem:
In a web browser, navigate to the following addresses:
https://licensing.tableau.com
https://licensing.tableau.com
You should see a ’Test success.’ page.If you don’t see the success page, you may need to update your local environment to access the licensing services. For more details, see the Tableau Community(Link opens in a new window).Troubleshoot license reporting (Tableau Desktop only)
When Tableau Server and Tableau Desktop instances are properly configured, Tableau Desktop license usage information is available in two administrative views, Desktop License Usage(Link opens in a new window) and Desktop License Expiration(Link opens in a new window). If you can’t see these views, or if there’s no data in them, there might be a problem with license reporting. The sections below can help you troubleshoot the cause.
For information about how to configure Tableau Desktop reporting, see Manage Tableau Desktop License Usage.Administrative views aren’t available
The Desktop License Reporting administrative views are available only to Tableau Server administrators. If you don’t see links to the Desktop License Usage and Desktop License Expiration views on the Server Status page (select Manage All Sites from the Sites menu), verify the following:
You are signed in as a Tableau Server administrator.
You are running a version of Tableau Server 10.0 or later, and users are running Tableau Desktop version 10.0 or later. Tableau Desktop license reporting is available beginning with version 10.0 of Tableau Server and Tableau Desktop.
License reporting is enabled in Tableau Server. (The feature is disabled by default.) For more information, see the procedure for enabling license reporting on Tableau Server in the Manage Tableau Desktop License Usage article in this guide.Administrative views don’t include expected content
If you aren’t seeing the data you expect, it could be for one of the reasons listed here.Tableau Desktop was configured less than eight hours ago
By default Tableau Desktop reports licensing data at an eight hour interval. You might not see usage data in the administrative views if it has been less than eight hours since instances of Tableau Desktop were configured for reporting. Tableau Desktop reports every eight hours while running with the count of hours beginning when you start a properly configured instance of Tableau Desktop.
If Tableau Desktop is not still running when the eight hour time is reached, a report is sent the next time Tableau Desktop is started. Wait a minimum of eight hours after Tableau Desktop instances are configured before you look for those licenses in the Desktop License Reporting views.
The following events force an immediate report from a properly configured Tableau Desktop instance to Tableau Server:
Activating Tableau Desktop version 10.0 or later.
Deactivating Tableau Desktop version 10.0 or later.
Renewing maintenance on a license for Tableau Desktop version 10.0 or later.Tableau Desktop has not been restarted since license reporting was configured
If Tableau Desktop was already running when license reporting was configured with a server address to report to, Tableau Desktop must be restarted.Tableau Desktop has not been opened since being configured for license reporting
If Tableau Desktop has not been opened since being configured for reporting, you might not see usage data in the administrative views. License information is reported only when Tableau Desktop is running.Tableau Desktop is incorrectly configured for license reporting
Verify that instances of Tableau Desktop are configured correctly with the address of the Tableau Server to report to.
Use log files on the Tableau Desktop computer to help determine if the instance is configured correctly. Find the log file %Documents%My Tableau RepositoryLogslog.txt. Search for ’licUsageReport’ to find entries related to license reporting.Error messages for license reporting
The following table lists log messages that can help identify issues with license reporting.Log messageDetails and possible causeslicUsageReport: Response code from server: <server> is: 200Tableau Desktop reported successfully to the server.licUsageReport: Response code from server: <server> is: 0
Internet communication error: Couldn’t connect to server (server_name). Tableau Desktop is configured for the wrong protocol. For example, the server is configured for HTTPS and Tableau Desktop is configured to report using HTTP.
Tableau Desktop is reporting to a non-existent server.
Tableau Desktop is reporting to an instance of Tableau Server that is not running.licUsageReport: License reporting server config does not exist The registry key is not set or is in the wrong place in the registry (Windows) or .plist file (Mac).
On Mac computers, this message can be logged when a .plist file has been created in the wrong location. For example, the .plist file was created in or copied to ~LibraryPreferences instead of LibraryPreferences.
On Mac computers, this message can be logged when a .plist file has been created,but the file is then updated with a new or changed server name and the Mac computer is not restarted.Changing the default reporting interval
By default, when configured for Desktop License Reporting, Tableau Desktop reports to the configured server or servers every eight hours. You can modify the registry or .plist file on Tableau Desktop computers to change this interval. This is especially useful for troubleshooting.Windows
To change the frequency that Tableau Desktop reports to the server from a Windows computer, edit the registry to add a string value to the ReportingServer key:
Path: HKEY_LOCAL_MACHINESOFTWARETableauReportingServer
Name: add a string value named scheduleReportInterval.
Data: The amount of time, in seconds, between reports sent by Tableau Desktop to the server. By default this is 8 hours and if there is no entry the default is used. Increase this for troubleshooting if necessary, but keep in mind that the more frequent the interval, the more network traffic generated.
For example, the following image shows a registry configured so Tableau Desktop reports to the configured Tableau Servers every hour (3600 seconds): Mac
To change the frequency that Tableau Desktop reports to the server for Mac, edit the com.tableau.ReportingServer.plist file in /Library/Preferences and add a scheduleReportInterval key. Set this to the length of time, in seconds, between reports from Tableau Desktop to the configured Tableau Server. The following example shows the contents of a .plist file that’s configured to send information every hour (3600 secons) to two servers, https://mytableau02:8010 and http://mytableau.Resolve memory errors
If Tableau runs out of memory on the computer, it displays an out-of-memory error. The following factors can impact memory when using Tableau Desktop or Tableau Prep Builder.
The Tableau Desktop version.
If you install 64-bit Tableau Desktop on a 64-bit Windows operating system, Tableau can access up to 8 TB of system memory.
The size and type of data you’re analyzing. For example, a large crosstab with many columns and millions of rows of values, or a view that shows many marks, can quickly exhaust memory.
Other applications running on the computer.
The operating system on the computer.Possible resolutions
To address out-of-memory issues, consider upgrading your operating system or Tableau version to a 64-bit computer. This lets Tableau access a larger amount of system memory.
You can also review the data in your workbooks and how you’re aggregating that data when you display it in views. Instead of displaying many rows of values, which might require lots of scrolling to review the data, consider displaying summary data. Tableau Desktop is more effective and uses less memo https://diarynote.indered.space
コメント