Error connecting to MSSQL database with clustering enabled #1200
Labels
built-in dialect
Related to a built-in dialect
mssql
Related to MS SQL Server (MSSQL)
question
Further information is requested
After connecting to a MSSQL database that has clustering/availability zones enabled, I am getting this error message after making a query:
This error is not present in our other identical MSSQL databases where clustering is disabled.
I realize this seems to be an error stemming from
tedious
, but I thought this repo would be more suitable to ask for help, as we are also using tedious with Sequelize and have no issues connecting to the exact same database.We have also verified that we don't seem to have database mirroring enabled, but are somehow still getting sent a
DatabaseMirroringPartner
event, which is causing the unhandled exception to be thrown.Any help or insight would be much appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: