-
1. Re: TABCMD error on export - the server only accepts HTTPS connections
Sankarmagesh Rajan Jun 24, 2015 10:14 PM (in response to Derek Arsenault)Hi Derek,
first login your server and then try export.
tabcmd login -s [domain name] -t <site> -u [xxx] -p [xxx]
tabcmd export "<workbook>/<view>" --csv -f "C:\<filename>" --no-certcheck --timeout 500
Thanks
sankar
-
2. Re: TABCMD error on export - the server only accepts HTTPS connections
Prashanth Shenoy Jul 17, 2015 1:24 AM (in response to Derek Arsenault)Hi Derek,
I am facing the same issue. Did you get any resolution for this? Thanks
Regards,
Prashanth
-
3. Re: TABCMD error on export - the server only accepts HTTPS connections
Derek Arsenault Jul 17, 2015 6:11 AM (in response to Prashanth Shenoy)1 of 1 people found this helpfulHi Prashanth,
In my case, turns out it was the version of TABCMD I was using. The server was running version 9 and I thought I could just go online and download TABCMD for version 9 (which I did). Turns out that even though the Major version number was the same - the minor version number was not exactly the same...I didn't record the version numbers but the digits in the xxxx.xxxx differed betwwen the two versions:
i.e. 9000.15.xxxx.xxxx (for version 9)
So, I got our server admin to send me a copy of TABCMD that was included with the server install and everything worked after that. I have no idea way minor change in version number is causing this error because they were both "version 9". Also I have no idea why the Tableau website was providing only that version.
Edit: Also another thing to try when doing export is to add --no-cert check at the end of your command string. THis is also a requirement in some cases, but in my case I had tried that and made no difference (it was the tabcmd version issue)
-
4. Re: TABCMD error on export - the server only accepts HTTPS connections
Prashanth Shenoy Jul 19, 2015 9:43 PM (in response to Derek Arsenault)Thanks Derek... that worked !!