A scrolling method, ResultSet.last(), is being called and the driver is throwing the unsupported exception. This indicates that the result-set is forward-only and not scrollable. Some difference in the two environments such as the requests going into the driver, the driver itself, or the DBMS, is restricting the ability to open a scrollable cursor.
If the DBMS installation is the same, then driver traces of the two environments should show the difference.
|