We are currently using cas-server-core-3.5.0.jar with Oracle 12c db. We are planning to use SQL Server 2014 db instead of Oracle db. Is this version of CAS compatible with SQL Server 2014? I am getting the following error to use SQL Server:
ERROR org.jasig.cas.web.init.SafeContextLoaderListener - SafeContextLoaderListener:
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.
I would appreciate any help to resolve this issue.