I am attempting to generate a geodatabase file sourced from .dwg CAD files. I have a Python script that runs and successfully performs this action, using the
arcpy.CADToGeodatabase_conversion()
method.
I'm able to open the project on my local installation of ArcGIS Pro 3.4 and view the data in a map. I shared this project to my organization using the Share > Project functionality. However, when others in my organization attempt to download and open the file, they receive the error message:
Failed to open table.
I'm not sure what might be causing this - downloading the same project from ArcGIS online allows me to open it on my machine just fine.
I'd appreciate any guidance on what might be going wrong here.