Yes I've double and triple checked all of those settings and all are correct. I've also checked exhaustively the RPC traces. It's all correct.
For testing, I removed manual RPC call and setfields, and simplified the listgrid, with autofetch:true. I set the servlet to return a 30K result set. I've set debugging logs on the result set, the results are below. And I've had someone looking over my shoulder to make sure I'm not missing something totally obvious. Is it possible we've got some server-side setting configured wrong? Like is there a server properties setting somewhere that would cause ISC to always send everything to the client?
For testing, I removed manual RPC call and setfields, and simplified the listgrid, with autofetch:true. I set the servlet to return a 30K result set. I've set debugging logs on the result set, the results are below. And I've had someone looking over my shoulder to make sure I'm not missing something totally obvious. Is it possible we've got some server-side setting configured wrong? Like is there a server properties setting somewhere that would cause ISC to always send everything to the client?
Code:
16:46:07.727:XRP9:INFO:ResultSet:isc_ResultSet_51 (created by: searchResultsList):Received 27812 records from server 16:46:07.758:XRP9:DEBUG:ResultSet:isc_ResultSet_51 (created by: searchResultsList):full length set to: 27812 16:46:07.805:XRP9:DEBUG:ResultSet:isc_ResultSet_51 (created by: searchResultsList):integrating 27812 rows into cache at position 0 16:46:08.008:XRP9:INFO:ResultSet:isc_ResultSet_51 (created by: searchResultsList):cached 27812 rows, from 0 to 50 (27812 total rows, 27812 cached) 16:46:08.039:XRP9:INFO:ResultSet:isc_ResultSet_51 (created by: searchResultsList):Cache for entire DataSource complete 16:47:04.917:MUP1:INFO:ResultSet:isc_ResultSet_34 (created by: isc_PickListMenu_32):setCriteria: filter criteria unchanged 16:47:04.917:MUP1:DEBUG:ResultSet:isc_ResultSet_34 (created by: isc_PickListMenu_32):getRange(0, 1) satisfied from cache 16:47:05.354:MUP1:DEBUG:ResultSet:isc_ResultSet_51 (created by: searchResultsList):getRange(0, 8) satisfied from cache 16:47:14.995:RDQ9:DEBUG:ResultSet:isc_ResultSet_51 (created by: searchResultsList):getRange(27805, 27811) satisfied from cache 16:47:15.308:RDQ5:DEBUG:ResultSet:isc_ResultSet_51 (created by: searchResultsList):getRange(27803, 27811) satisfied from cache
Comment