The pop-up filter page does not display any filter values. At the same time, it neither prints the filter query in the log file as well.

The pop-up filter page does not display any filter values. At the same time, it neither prints the filter query in the log file as well.

If the database used is SQL server 2008 R2, there might be issues with the specified driver class. The driver class might be suitable for SQL Server 2005. Ensure the following changes are carried out for filter page to show-up filter values: a) Change the driver class to "com.microsoft.sqlserver.jdbc.SQLServerDriver" in 'server.xml' (Tomcat\Conf) b) Add "SelectMethod=cursor" in the URL in 'server.xml' (Tomcat\Conf) c) Add the latest 'sqljdbc.jar' and 'sqljdbc4.jar' in 'lib' folder(Tomcat\webapps\ARC5.8\WEB-INF\lib)