I'm running a fairly complex python script, exported from Model Builder and customized. The input feature class has about 5000 features, basically the script is loop to run the entire analysis on a single feature and then move on to the next feature. The script will run until feature 94, then I get ERROR 999999: Error executing function. General Function failure System Resources Exceeded.
I've ran complex models before on large feature class, but never this large. Is there a limit to the number of geoprocessing operations Arc 9.3.1 can do at one time?
Thanks