I was trying to combine a number of flood hazard (FIRM) layers of different jurisdictions in multiple states together and then limit it to a watershed within the designated area. I built a model to this effect, combining each layer together with Merge and then running a clip to the watershed of interest. However, when I run the model, I get the following error on the Clip portion (I won't include the merge portion of the model code, as it is extremely lengthy from the number of files involved across about 5 states):
Executing (Clip): Clip "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Chesapeake_States_Watershed_Flood_Hazard_Areas2NL" "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Chesapeake_Bay_Watershed" "D:\Todd Research\Processing\Chesapeake_Bay.gdb\Chesapeake_Watershed_Flood_Hazard_Areas2NL" #
Start Time: Mon Jun 19 21:54:30 2017
Reading Features...
Processing Tiles...
ERROR 999999: Error executing function.
The table was not found.
The table was not found. [Chesapeake_Watershed_Flood_Hazard_Areas2NL]
The table was not found.
The table was not found. [Chesapeake_Watershed_Flood_Hazard_Areas2NL]
General function failure
General function failure
Failed to execute (Clip).
Failed at Tue Jun 20 00:35:54 2017 (Elapsed Time: 2 hours 41 minutes 23 seconds)
Does anyone know what the problem might be here? I know the error number is just a general error that could be caused by a number of things. I'm a bit concerned that the problem might be caused by an issue with the table generated by the Merge preceding the Clip, even though the model outputs say that executed successfully. I tried running it twice, once with a preliminary firm from an additional jurisdiction and once without, and got the same error both times. I did make sure to modify the preliminary FIRM attribute table to match the final FIRM attribute tables in format as well, for the time that I included it.