I was able to get the MSSql Option to come up and I populated the credentials and I have verified those credentials are being used when it tries to validate the connection. I get this error below in the install log but I have confirmed my credentials and location are correct by setting up ODBC connections on the same box and they connect successfully. I notice it is using the “connect” command but I was unable to find any documentation to go further.
Install Log:
ERROR:: The provided database host, username, and/or password is invalid, and a connection to the database could not be established. Please enter a valid host, username and password
SuiteCRM Log:
[2980][-none-][FATAL] Could not connect to server [myservername] as [mydbuserid].
Config Info:
Windows/Apache
MY PHP version 5.6.18,
I have added the following extensions in my php.ini
extension=php_sqlsrv_56_ts.dll
extension=php_pdo_sqlsrv_56_ts.dll