I am trying to create a Vector Tile Package of a very detailed/large dataset, which are detailed contours for a large region. The three feature classes included in the map are 51 GB, 44 GB and 9GB in size.
I am getting an Error 999999 when it fails - I'm not sure what is causing this to happen?
Despite the tool failing and finishing, Pro also still holds on to the memory and won't release it until I restart Pro, which seems like a bug related to a memory leak - see below that RAM use is still maxxed out:
I'm getting the same error after multiple attempts on a countywide set of contours. Were you able to resolve this? ArcGIS Pro 3.3.1
I did find a solution for this, there were a couple of Null contour interval values in my data that the symbology relied on for labels and zoom levels, which must have tripped up the vector tile rendering process. Removing the errant values solved the problem.
Thanks. I'll look into that. Wouldn't be the first thing wrong with this dataset.