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:
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
Solved! Go to Solution.
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
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