When trying to save a view using the tabcmd get command or trying to export a view using the tabcmd export command, you may see a “*** 406 “Not Acceptable”” error message.
This error message may display because of one of the following reasons listed below:
- URL of the view is incorrect. When running tabcmd get or tabcmd export commands, ensure that the URL of the intended sheet is correct.
- Tabcmd URL is incorrect. For example, suppose you have a view that is located here: http://localhost/views/Variety/BaseballStatistics.
- The
tabcmd get
command requires the URL of the intended view to begin from “views/”. That is, for the example above, the path used for thetabcmd get
command istabcmd get “views/Variety/BaseballStatistics.png” -f C:\MyReports\BaseballStatistics.png
- The t
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 thetabcmd export
command istabcmd export “Variety/BaseballStatistics” -png -f C:\MyReports\BaseballStatistics.png
" at the end of the URL. - The
- Issues related to SQL Server-based data sources. If the view is connected to a SQL Server-based data source, there may be a conflict with the TCP Chimney Offload and needs to be disabled on the machine running SQL Server. TCP Chimney Offload is a networking technology that helps with moving data across a network. For more information about how to disable this setting, refer to the Microsoft KB article:http://support.microsoft.com/kb/945977.