Select to view content in your preferred language

Cannot Export Features from GDB

147
1
Jump to solution
12-13-2024 05:13 AM
CodyPatterson
MVP Regular Contributor

Hey all,

I'm attempting to add a table to ArcPro, but once it's added, I'm unable to export it back into the GDB, the table has relatively few rows, only 187,000, and only around 20 columns. The goal was to perform an XYTableToPoint and then export back into the GDB, but I get this error here:

CodyPatterson_1-1734095498553.png

I've tried simply adding the table, and exporting it back in with the exact same error. I wish the errors would be a little more clear and show what actually caused the issue, but it seems some large try except block just caught it and threw out a general error.

I can do this just fine with any other layer, there are no issues with any other layers.

Thanks in advance!

Cody

0 Kudos
1 Solution

Accepted Solutions
CodyPatterson
MVP Regular Contributor

Hey all,

Seems like this was a schema issue related to a Big Integer, it seems that there were a few values that exceeded the Big Int range, so we converted it to text and everything worked out. Whoops!

Cody

View solution in original post

0 Kudos
1 Reply
CodyPatterson
MVP Regular Contributor

Hey all,

Seems like this was a schema issue related to a Big Integer, it seems that there were a few values that exceeded the Big Int range, so we converted it to text and everything worked out. Whoops!

Cody

0 Kudos