The pop-up filter page does not display the filter values. The filter query is not displayed in log file too. Why?
You may face this issue if the database is SQL Server 2008 R2. You have to use a driver class suitable for SQL Server 2005. Ensure the following for the filter values to be displayed on the filter pages: 1. Change the driver class to "com.microsoft.sqlserver.jdbc.SQLServerDriver' in 'server.xml'(Tomcat\Conf) 2. Add "SelectMethod=cursor" in the URL in 'server.xml' (Tomcat\Conf) 3. Add the latest 'sqljdbc.jar' and 'sqljdbc4.jar' in 'lib' folder(Tomcat\webapps\ARC5.8\WEB-INF\lib)