while trying to setup my sql server application i ran into the error:
Unable to connect to your server: DaaS connector returned error (486): Target connection failure: SQLException Errorjava.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
after reading a bit more from other people, the recommendation was to change the logging level of daas, so that we could get more info. I modified the xml file in tomcat/conf for daas logging and set it to debug. Then I restarted tomcat. no change occurred. I then read further and the other recommendation was to change it in UI. I changed it, no change occurred.
I've confirmed that this is not a firewall issue because I was able to connect to the server via command line. Also it should be noted that I have an old server running IG that does have the connection setup. However it is so outdated i cant import the application source.