Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

CTP query SQL DB using Integrated Security

Options
reactancexl
reactancexl Posts: 160

I am trying to query sql server 2016 DB. I have the sqljdbc42 jar in the system_jars folder on the soavirt server. Where do I put the sqljdbc_auth.dll file or do I need this? On local machine I have in in my windows system32 folder and the jdbc driver installed. Is there a special place to put it on the server when using CTP?

Tagged:

Answers

  • reactancexl
    reactancexl Posts: 160
    Options

    sqljdbc jar file has to reside in the /testAssets/syatem_jars folder and the sljdbc_auth.dll has to reside in the windows/system32 folder. Whatever account the Tomcat Service runs under has to have access to the SQL DB.

Tagged