Skip to main content
Solved

GeoPackage, Failed to add data - no such table main.GDB_Items

  • April 10, 2024
  • 3 replies
  • 534 views

asablomberg
Contributor
Forum|alt.badge.img+8

I am writing a geopackage file in FME but when I try to use it in ArcGIS Pro I get this error message. Any idea what could be wrong?

“Failed to add data ...main.GNG.anlaggningsomrade. Invalid parameter value passed to function[no such table: main.GDB_Items}”

FME Workbench 2022.2.2

ArcGIS Pro 3.2

Best answer by asablomberg

The problem was that since the layers had name ‘db-user.table-name’ then arcgispro thought it was an sde geodatabase. I had to rename the layers . → _ and then it worked.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nampreetatsafe
Safer
Forum|alt.badge.img+13

I was unable to reproduce the issue.  It might help share your workspace and sample dataset if possible. If you’d prefer, feel free to submit a support case, and we can look into this further.!-->


asablomberg
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • April 16, 2024

I was unable to reproduce the issue.  It might help share your workspace and sample dataset if possible. If you’d prefer, feel free to submit a support case, and we can look into this further.!-->

 

Thanks for your response. I registrered a support case with the workspace attached.


asablomberg
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • Best Answer
  • April 30, 2024

The problem was that since the layers had name ‘db-user.table-name’ then arcgispro thought it was an sde geodatabase. I had to rename the layers . → _ and then it worked.