![]() |
Sergey Kornilov admin 6/13/2016 |
I'm not quite sure I understand. Do those connection parameters look correct? "Unable to connect" means either connection parameters are incorrect or something prevents PHP code from connection i.e. SQL Server doesn't allow remote connections. |
E
|
e k author 6/14/2016 |
I'm not quite sure I understand. Do those connection parameters look correct? "Unable to connect" means either connection parameters are incorrect or something prevents PHP code from connection i.e. SQL Server doesn't allow remote connections.
|
![]() |
Sergey Kornilov admin 6/14/2016 |
I guess PHPRunner is not finding another ways to connect and resorts to MSSQLUnixConnection.php. |
E
|
e k author 6/15/2016 |
I guess PHPRunner is not finding another ways to connect and resorts to MSSQLUnixConnection.php. Check if php_com_dotnet.dll extension is enabled in php.ini
|
![]() |
Sergey Kornilov admin 6/15/2016 |
What you saying doesn't make much sense to me. How can you "Our server is running Windows Server 2012 R2" and at the same time "The host is on linux kernel". |
E
|
e k author 6/15/2016 |
What you saying doesn't make much sense to me. How can you "Our server is running Windows Server 2012 R2" and at the same time "The host is on linux kernel".
|
![]() |
Sergey Kornilov admin 6/15/2016 |
If PHP code runs on Linux server than nothing is wrong with the use of MSSQLUnixConnection.php.
|
E
|
e k author 6/24/2016 |
After some struggle, this was resolved by changing the following code in /home/placename/username/projectname/connections/connectionmanager.php |