Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
The dll is not going to be picked up in the C:\Program Files\SmartBear\soapUI-Pro-4.6.0\ext directory as that is for jar files.
In Help -> System properties, look for JAVA property java.library.path. That is where you need to copy the sqljdbc_auth dll file. For my SoapUI Pro 4.6.2 installation it is C:\Program Files\SmartBear\SoapUI-Pro-4.6.2/bin. Copy over the bit version that matches the bit version of SoapUI Pro you are using. Also, I see you have listed two sqljdbc jar files you are using. Only one should be used, and copied into the ext directory. From the information in this link http://technet.microsoft.com/en-us/libr ... 78422.aspx,
sqljdbc4.jar should be used in the ext directory since SoapUI 4.6 uses JRE 7.
Regards,
Marcus
SmartBear Support
The dll is not going to be picked up in the C:\Program Files\SmartBear\soapUI-Pro-4.6.0\ext directory as that is for jar files.
In Help -> System properties, look for JAVA property java.library.path. That is where you need to copy the sqljdbc_auth dll file. For my SoapUI Pro 4.6.2 installation it is C:\Program Files\SmartBear\SoapUI-Pro-4.6.2/bin. Copy over the bit version that matches the bit version of SoapUI Pro you are using. Also, I see you have listed two sqljdbc jar files you are using. Only one should be used, and copied into the ext directory. From the information in this link http://technet.microsoft.com/en-us/libr ... 78422.aspx,
Use sqljdbc4.jar when your application must run on JRE 6.0 or 7.0, even if your application does not use JDBC 4.0 API features.
sqljdbc4.jar should be used in the ext directory since SoapUI 4.6 uses JRE 7.
Regards,
Marcus
SmartBear Support