While trying to connect to SQL db, below error shows up. Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Software caused connection abort: recv failed ClientConnection We checked driver file and connection credentials which is configured as per Mendix documentation.
asked
Chaitanya T
1 answers
0
Hello Chaitanya T, what version of Mendix studio are you using? I rememer that I had some problems with the jdbc drivers regarding java versions. I had to switch to Studio v 8 because that version supports Java 7 which is needed to use the jdbc drivers If I remember correctly.