Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create a table using any FileGDB created by ArcGIS Pro 2.3.2 #24

Open
esride-jts opened this issue May 8, 2019 · 8 comments
Open

Comments

@esride-jts
Copy link

If we use a File GDB which was created by ArcGIS Pro 2.3.2. an exception "The row contains a bad value" occur when calling Geodatabase::CreateTable. All our Unittests failed with the File GDBs created by ArcGIS Pro 2.3.2. Is there any known incompatibility?

@lshipman
Copy link
Collaborator

lshipman commented May 8, 2019

I'm not aware of any issues with File Geodatabases created with ArcGIS Pro 2.3.2. I'll take a look.

@quadric00
Copy link

quadric00 commented Jul 5, 2019

We have started seeing the same or similar issues with using ArcGIS Pro 2.3 and now Pro 2.4 created File Geodatabases.

  1. Can not delete a feature class/table if the GDB file is locked. We have noted that the ArcGIS Pro SDK GeoProcessing tool (delete_management) can
    ** Start ArcGIS Pro,
    ** From the Catalog pane, Add Database, select an existing GDB file
    ** Display a feature class on the map. There is a .lock file in the .GDB directory
    ** If we attempt to delete another feature class in the same GDB file via the FileGDB SDK function GeoDatabase. Delete (String^ path, String^ datasetType), it will throw “Cannot acquire lock” exception. The same operation will work if we call “delete_managment: GP tool
  2. Could not write to GeoDatabase created by ArcGIS Pro
    ** Start ArcGIS Pro
    ** From the Catalog pane, New File GeoDatabase
    ** If we attempt to create a feature class in the newly created GDB file using the FileGDB SDK function GeoDatabase. CreateTable (), it will throw an exception. Again GP tool works
  3. FileGDB SDK crashed if CreateTable fails
    ** If CreateTable fails, FileGDB SDK threw “Cannot access a disposed object” exception and then crash

Any ideas if this is going be fixed? Since then has been no updates since the OP in May?

@esride-jts
Copy link
Author

Any progress on this issue? We are currently staying with the version 1.4 and we are creating our own FileGDB in ArcGIS Pro.

@iantchouk
Copy link

We are experiencing the same problem with FileGDB API and File Geodatabases created in ArcGIS Pro 2.3 and above. File Geodatabases created in ArcGIS Desktop work fine. Is there any progress on the issue?

@lshipman
Copy link
Collaborator

lshipman commented Sep 9, 2019

I finally reproduced the issue. I'll enter a bug and see when we can get it on the schedule.

@iantchouk
Copy link

Any news about this issue?

1 similar comment
@gitlsl
Copy link

gitlsl commented Sep 3, 2020

Any news about this issue?

@JoeDBryant
Copy link

I'm still getting this issue using ET GeoWizards 12 in ArcGIS Pro 2.8.3. Do we have a timeline for getting this fixed? Or a BUG# to monitor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants