thePantz's avatar
thePantz
Contributor
5 years ago
Status:
Accepted for Discussion

Ability to use windows authorization without copying sqljdbc_auth.dll each time ReadyAPI updates

I ran into an issue after following this article to place sqljdbc_auth.dll into my <ReadyAPI>/bin to allow for windows authorization on my JDBC requests.

 

This works great until ReadyAPI updates, this file is not copied over to the new directory e.g. ReadyAPI-2.6.0 to ReadyAPI-2.7.0. The fact that my project depends on this file and I can't included it with the rest of my project files means that there will always be confusion whenever there is an upgrade.

 

Please either have ReadyAPI automatically copy this .dll to the new directory when there is an update or allow users to maintain this file as part of their project