【发布时间】:2014-05-14 13:31:11
【问题描述】:
我一直在尝试在 DreamFactory 中设置服务以连接到我的 RDS SQL Server 2008 实例,但它一直失败并出现以下错误。
{
"error": [
{
"context": null,
"message": "Failed to launch service "xxxxx": CDbConnection failed to open the DB connection.",
"code": 500
}
]
}
我是否缺少一些允许连接工作的参数?我已经尝试过使用和不使用端口号,并且已将 DreamFactory IP 地址添加到 RDS (23.23.78.250) 中的安全组中
我不确定下一步该做什么?
【问题讨论】:
标签: sql sql-server amazon-web-services database-connection connection-string