• The error is a jdbc error. Every time I've ever seen this, it's been due to the file sqljdbc_auth.dll missing or in the wrong location.
    If you google the error (sqlserver.jdbc.SQLServerException:This driver is not configured for integrated authentication), you should be able to find a lot of articles about it as it's not unusual.

    Sue