Error:
When I go to History > Process Flow Log, select the View Archive box, and click Details an error occurs:
From the webrunner.log file, an error is being thrown:
ERROR [qtp429231097-38] org.hdpagination.web.servlet.PaginationServlet org.hdpagination.web.servlet.PaginationServlet.exceptionFound(PaginationServlet.java:243) - Error happened when processing request
org.hdpagination.core.PaginationException: Pagination Query execution failed.
Cause:
Incorrect driver being used to connect to the archive log database
Solution:
If you are using SQL server as your log Database, check the pagination property for archival and verify that the driver specified there is for SQL. If it is not, than you need to change this driver class.
Change the highlighted part of your server-configure.properties with org.hdpagination.dataaccess.jdbc.sqlserver.SQLServer2005JdbcQueryTemplate
Comments
0 comments
Article is closed for comments.