Hey,
Trying to get a database connection working to a MSSQL database using Windows Authentication and following the steps from this support page:
However, whenever I add the sqljdbc_auth.dll file to my “C:\Program Files\Inductive Automation\Ignition\lib\” folder and restart the Gateway, I get a really crazy error that crashes everything.
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd1484c5e0, pid=8132, tid=6900
#
# JRE version: OpenJDK Runtime Environment (Zulu11.37+18-SA) (11.0.6+10) (build 11.0.6+10-LTS)
# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-LTS, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0xfc5e0]
#
# Core dump will be written. Default location: C:\Program Files\Inductive Automation\Ignition\hs_err_pid8132.mdmp
#
# If you would like to submit a bug report, please visit:
# http://www.azulsystems.com/support/
#
Removing the dll and restarting the Gateway puts everything back to normal. Has anyone come across this before? Anyone else doing Windows Authentication for a MSSQL DB in v8?
Ignition 8.0.13
Windows Server 2019