Category : Geodatabase

What to do about “[Shape_STLength__]” Errors?

Oh boy…. Database error: The field is not nullable. [Shape_STLength__]. The geometry is not Z-aware. TL;DR That field shouldn’t be there, you can safely remove it. I wrote a quick script to do so here: https://gist.github.com/morehavoc/3e86f535bf204b040ee2 Now for the full story… It took me a bit to figure this one out, I thought “Hmm, that

Read More →