Select to view content in your preferred language

Failed to open table after creating with Python script

181
2
Jump to solution
a week ago
AndrewMcKernan
Emerging Contributor

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. 

0 Kudos
1 Solution

Accepted Solutions
AndrewMcKernan
Emerging Contributor

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! 

View solution in original post

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

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.


... sort of retired...
AndrewMcKernan
Emerging Contributor

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! 

0 Kudos