How to determine tableau server version?

故事扮演 提交于 2019-12-11 03:34:48

问题


I've searched for this for a whole day. Can someone please tell me how I can view the Tableau server version???

Folder/file references only goes up to the first decimal ie 8.1 That's not accurate enough. Couldn't find it in the admin portal either.

I need to find the exact version ie 8.1.6

Thanks

Gemmo


回答1:


In tableau 8 and below, you can have the exact version number by accessing Tableau Server through your web browser. If you navigate in the menus, it will be at the bottom of the pages, like this:

Hope this helps.




回答2:


If you have access to the tableau server logs, look in the tabadmin.log file for the build number.

Should the installation be in the default location, tabadmin.log is located in: C:\ProgramData\Tableau\Tableau Server\logs

It will be in the latest entry, similar to: 2014-07-14 14:28:59.929 +0100_DEBUG_10.62.1.44:HOSTNAME :_pid=11504_0x3297d38__user=request= ====>> 8.2 (build: 8200.14.0611.2328): Starting at 2014-07-14 14:28:59.905 +0100 <<====




回答3:


Hey there are two ways you could determine the exact version and build of tableau

  1. from the Tableau portal, on the right corner of the screen you will see (i) of Information icon next to logged in user name, if you click on the icon, click on About tableau Server you get the complete information like version, build, and so example ( Tableau Server Version: 10.1.0 (10100.16.0915.1805) 64-bit )
  2. tabcmd version

    tabcmd version
    

    Output:

    Tableau Server Command Line Utility -- 10100.16.0915.1805
    


来源:https://stackoverflow.com/questions/23125653/how-to-determine-tableau-server-version

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!