I am trying to convert a Model Builder script into a Windows Scheduled Task. I have broken it into multiple scripts, and then call each script successively from a BAT file.
Each script runs the arcpy.TiledLabelsToAnnotation_cartography tool for a specific scale. It basically creates annotation feature classes.
The first and last map scales run, but the other scales do not run. There are also no error messages in my log files (that should write within the except clause). I initially tried running this as a single script, but it would stop during the second scale (without any messages).
It almost seems like Python is crashing for some reason. From my log file, it takes about 2 hours for the first scale, and about an hour for the last scale.
Does anybody have any ideas as to what may be happening? I can share the scripts, if needed.