Hello all,
I have a simple web application that I've built using ESRI's Flex API. I am using an Oracle database and ArcGIS for Server 10.0. My application contains a single polyline feature layer with about 35,000 records. When my application loads, I set the definition expression to something like "1=-1" in order to have nothing displayed at startup. My application provides some UI components that basically allow the user to set a definition expression. The problem that I am having is that if a user creates a definition expression that returns a large number of records, it takes a long time before the "updateEnd" event occurs. After the updateEnd event occurs, no features are displayed in the map. However, if the user creates a definition expression that returns a smaller number of records, everything displays as it should.
Is there some sort of timeout that is occuring when the map service is attempting to retrieve the records?Any suggestions are greatly appreciated!
-Keith