Hey All,
I am trying to run a folder or point features (shapefiles) through and iterator in model builder so that I can batch process them. If I run them individually, I have no problems. But using the iterator, the process fails every time after about 3 iterations. The specific error that I get is "ERROR 010092: Invalid output extent. Failed to execute (IDW)," which occurs on the fourth iteration.

I am using a simple parameter scheme without adding an input barrier feature. My thought was to clip it to a field boundary later, so I just left the barrier parameter blank.

And here is the model. What could I be doing wrong here? I don't see any obvious