【发布时间】:2017-02-10 14:20:48
【问题描述】:
我的 postgres 数据库位于运行 windows server 2012 的 AWS 实例中。 我的桌面在本地机器上。
使用外部实例 IP 和默认 postgres PORT 5432 连接到数据库时,它显示错误
Unable to connect to the ODBC Data Source.
Check that the necessary drivers are installed and that the connection properties are valid.
Unable to connect to the server "ec2-xx.xx.xx.xx.ap-south-1.compute.amazonaws.com".
Check that the server is running and that you have access privileges to the requested database.
我已经确定:-
为所有传入端口配置 AWS 安全组
Windows server 2012 防火墙正在接受所有入站流量。
我的本地桌面允许向远程服务器发送流量。我可以
telnet hostIP/hostname PORT成功。Postgres 服务正在 5432 端口上运行。
【问题讨论】:
标签: amazon-web-services amazon-ec2 tableau-api windows2012