(本文档仅供参考)
客户使用跨库联合数据源出现Caused by: java.net.UnknownHostException: smartbi-unionserver错误,如下图:
此问题是由于跨库联合数据源中的连接字符串没有填写IP导致,正确填写连接字符串则不会报错,正确的连接字符串应如下图所示:
(连接字符串:jdbc:smartbi:uniondb://localhost:48080)
Viewtracker License Missing
There is a problem with the license of the Viewtracker addon. Please check if you have a valid license.
跨库联合数据源是基于Presto数据库去实现的,所以这里的ip地址,应该填写Presto数据库所在服务器的ip。
评论
李顺波 发表:
跨库联合数据源是基于Presto数据库去实现的,所以这里的ip地址,应该填写Presto数据库所在服务器的ip。