Hi,
I'm trying to build a tile cache using manage tile cache geoprocessing tool. In ArcGIS Pro, it should take roughly around 1hour. However, if I use the same command and bring to standalone python script in will finish within couple minutes and none of the mosaic dataset being cached.
Anyone face similar issue before?
Do you have any error checking in the script?
What happens if a condition isn't met, does it just return without an error?
Perhaps showing the pertinent sections of the code would help