Forum Discussion
richie
4 years agoCommunity Hero
Hey MegNa_12_56
I always find connecting SQLServer fiddly myself - especially windows auth or mixed mode
have you confirmed the following?
correct version of jdbc drivers for the version of SQLServer you are trying to connect to?
correct version of Java to support the version of jdbc drivers you are using?
are you using x86 (32bit) or 64bit - you need to ensure you have the correct version of Java installed (so if processor architecture is 64bit, then you need 64bit Java)
Cheers,
Rich