Issue
You may see a “*** 406 “Not Acceptable”” error message, when trying to save a view using the tabcmd "get" command or when trying to export a view using the tabcmd "export" command.
You may see a “*** 406 “Not Acceptable”” error message, when trying to save a view using the tabcmd "get" command or when trying to export a view using the tabcmd "export" command.
This error message may occur for one of the following reasons listed below:
tabcmd get
command requires the URL of the intended view to begin from “views/”. That is, for the example above, the path used for the tabcmd get
command is tabcmd get “views/Variety/BaseballStatistics.png” -f C:\MyReports\BaseballStatistics.png
abcmd export
command requires the URL of the intended view to begin after the “views/”. That is, for the example above, the path used for the tabcmd export
command is tabcmd export “Variety/BaseballStatistics” -png -f C:\MyReports\BaseballStatistics.png