Select to view content in your preferred language

join and view simulation results

82
0
01-22-2025 07:48 AM
kbcheng
New Contributor

Dear community,

I am new to ArcGis Pro. I try to follow the fire demo tutorial and everything is fine until step 11 to join and view 2 simulation results (postfire and prefire), where I got the following error and it won't allow me to run. Anyone has similar problem before or any advice to fix it? I appreciate your help.

Error 000001 Traceback (most recent call last):
File "E:\ArcGIS\Projects\agwa-pro-toolbox_v0.5_beta\code\src\tool_join_results.py", line 113, in updateParameters
table_list = arcpy.ListTables( "*", workspace)
File "E:\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 996, in ListTables
return gp.listTables(wild_card, table_type)
File "E:\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 334, in listTables
self._gp.ListTables(*gp_fixargs(args, True)))
RuntimeError: ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
Table type is invalid

0 Kudos
0 Replies