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.
Solved! Go to Solution.
Thanks for your reply Dan.
The issue was resolved after the user on the other end created a new map and added the feature layer to that map. Doing so allowed them to view the geodatabase. It appears it wasn't a sharing issue. Thank you!
Share a project package—ArcGIS Pro | Documentation
How did you set sharing? inside an organization, or for anyone outside
There are limitations based on where the data are located and how you go about sharing it.
Thanks for your reply Dan.
The issue was resolved after the user on the other end created a new map and added the feature layer to that map. Doing so allowed them to view the geodatabase. It appears it wasn't a sharing issue. Thank you!