SAP HANA Studio 的远程源已停止工作

SAP HANA Studio's Remote Source has stopped working

我的 Hive 在 SAP HANA Studio 中的远程源已停止工作。下图显示了它:

enter image description here

显示的错误如下:

SAP DBTech JDBC: [403]: internal error: Cannot get remote source objects: [unixODBC][Driver Manager]Data source name not found, and no default driver specified

在 SAP HANA 机器中,我在 /etc/odbc.ini

中有下一个配置
[HIVE]
Description=Hortonworks Hive ODBC Driver (64-bit) DSN
Driver=/usr/lib/hive/lib/native/Linux-amd64-64/libhortonworkshiveodbc64.so
HOST="My AWS IP instance"
PORT=10000
Schema=default
ServiceDiscoveryMode=0
ZKNamespace=
HiveServerType=2
AuthMech=3
ThriftTransport=1
UseNativeQuery=0
UID=hive
PWD=hive
KrbHostFQDN=_HOST
KrbServiceName=hive
KrbRealm=
SSL=0
TwoWaySSL=0
ClientCert=
ClientPrivateKey=
ClientPrivateKeyPassword=

当我尝试 运行 isql 时,它 运行 成功,我也可以 运行 查询成功。下图显示了它:

enter image description here

可能是什么错误?

感谢支持!

您可能需要检查 adm OS 用户的 ODBC.ini 是否仍然正确配置。 "Data source name not found" 听起来很像 "there is no ODBC.ini entry for that".