I am running server 10.4 an attempting to automate some cache updates. In a SQL database I have a polygon feature class I use to isolate areas that need to be updated each day. The issue I'm running in to is the -AOI and the -extent parameters are not being honored and the full extent is being re-cached. I have tested both with no success. Has anyone else ran into this?
python.exe "C:\Program Files\ArcGIS\Server\tools\admin\managecachetiles.py" -u domain\user -p *** -s http://server.domain:6080 -n Service:MapServer -scales "76800;38400;19200;9600;4800;2400;1200;600;300;150" -mode RECREATE_ALL_TILES -i 3 -AOI "G:\connect\ags@gis.sde\gis.DBO.CacheUpdate -wait DO_NOT_WAIT
Thanks for any insight.
Cory