Hi Mythobeast,
Are you resolved tableau server to Rserve connectivity issue ? if you found any solution please share me ..
I have installed the RServe package and trying to connect the RServer from Tableau desktop .Tableau server ,tableau desktop are in different machine so I need to redirect the 127.0.0.1 local to R Server IP address so that I can update the below setup
6311 port is binned with local host address ,how to redirect this local ip to server id address ?
I updated only following two properties to work it-
vizqlserver.extsvc.host – server ip address instead of local host
vizqlserver.extsvc.port - 6311
- DONE (Rserve)
Making 'packages.html' ... done
library(Rserve);
Rserve()
Starting Rserve:
/usr/lib64/R/bin/R CMD /usr/lib64/R/library/Rserve/libs//Rserve
[root@Servername etc]# netstat -an |grep 6311
tcp 0 0 127.0.0.1:6311 0.0.0.0:* LISTEN
Thanks
Surendar