Getting the below error. I am using the Bitnami Vmware Image and have this setup locally on my network.
I am using MSSQL 2008 Server R2. I can connect to sql server from other computers on network. Also followed MS SQL Connection String Format
Response Body
{
“error”: [
{
“context”: null,
“message”: “Failed to launch service “sql”: CDbConnection failed to open the DB connection.”,
“code”: 500
}
]
}
Response Headers
{
“Pragma”: “no-cache”,
“Date”: “Thu, 25 Sep 2014 17:40:29 GMT”,
“Server”: “Apache”,
“X-Frame-Options”: “SAMEORIGIN”,
“X-Powered-By”: “PHP/5.4.32”,
“Transfer-Encoding”: “chunked”,
“P3p”: “CP=“IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT””,
“Cache-Control”: “no-store, no-cache, must-revalidate, post-check=0, pre-check=0”,
“Connection”: “close”,
“Content-Type”: “application/json; charset=utf-8”,
“Expires”: “Thu, 19 Nov 1981 08:52:00 GMT”
}