Connecting with odbc18 and multisubnetfailover
Moderators: Developer, Contributor
Connecting with odbc18 and multisubnetfailover
At my office we use Mantis to track business related issues. We have moved the database to MSSQL 2019. We are currently getting [microsoft][odbc driver 13]Login timeout expired. I need Mantis to use ODBC18 with multisubnetfailover=YES. What do I need to do to make this happen. I am not a PHP developer.
-
- Posts: 2
- Joined: 21 May 2023, 16:19
Re: Connecting with odbc18 and multisubnetfailover
maybe it will help you when you update the adodb driver to latest version
from https://adodb.org/dokuwiki/doku.php?id=index
just delete everything in your folder: mantis->vendor->adodb->adodb-php an copy the content rom the extractet zip file in the folder.
hope that´s help.

just delete everything in your folder: mantis->vendor->adodb->adodb-php an copy the content rom the extractet zip file in the folder.
hope that´s help.
Re: Connecting with odbc18 and multisubnetfailover
We have the latest Mantis release with no modifications. Wouldn't that include the latest ADOdb? For some reason it only selects ODBC13 and not ODBC18 when we choose sqlnative.
Re: Connecting with odbc18 and multisubnetfailover
I added the latest driver from adodb per instructions. We are still seeing the same timeout and ODBC13. Is there some configuration that needs to be made?