Thanks Rahul. I discovered the same thing late in the day yesterday. We increased the max records in the Parameters section of Server Manager. That fixed one problem, but it opened our eyes to another problem.
It appears that when a user has the "filter-by-extent" enabled, SharePoint only grabs the entire recordset at the initial extent. It appears that it never goes back to refresh that data set. Here is the reason I came to that conclusion:
[INDENT]When the user initially sees the Sharepoint map it is zoomed out to include Iowa and Wisconsin. It should also pull in about 9,000 points on the map from our map service. But, because our service only had a limit of 1,000 records, we were only seeing 1,000 records in the details grid below.
One would expect that if you zoomed into an area the size of a county, SharePoint should hit the service again and pull in a new recordset of points. But it doesn't. If you zoom into the county level, it only shows you a subset of the points it initially grabbed at the entire Wisconsin/Iowa extent. If your points were not included in the initial 1,000 points it pulled in, you will not seet them on the map.[/INDENT]
We have played a little bit with the polling buttons on the ribbon, but they never seem like they are enabled. Can you tell me if this is normal behavior? Is this a bug?