【问题标题】:DreamFactory connection string failing connecting to RDS SQL ServerDreamFactory 连接字符串无法连接到 RDS SQL Server
【发布时间】: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


    【解决方案1】:

    在 Amazon RDS 上使用 MSSQL Server Express 而不是标准版或企业版时,似乎会发生这种情况。您可以通过使用主机名\SQLEXPRESS 来使用 MSSQL Express 版本,其中 SQLEXPRESS 是非 Amazon RDS 实例的实例名称。

    在此处查看此错误的进展:https://github.com/dreamfactorysoftware/dsp-core/issues/17

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-04-16
      • 2017-12-13
      • 1970-01-01
      • 2020-12-20
      • 1970-01-01
      • 2018-05-30
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多