At this point is the task executing, but the actual update to the SDE database is not occurring?Do you have any error checking enabled in your python script to determine what is not working?Can you run the python script through IDLE and see if it updates the SDE database as you would expect, completely separate from the scheduled task?
cd C:\Python27\ArcGIS10.1 Python C:\arcgisserver\python\oracle.py Exit
Hi,I do not have any buffers set up. They are 7 scheduled tasks each one pointing to a different python script. So each script is different.Thanks,T
C: cd C:\Python26\ArcGIS10.0 Python \baks\dont_use\compact1.py Exit
Do you happen to be using the buffer tool in your script?The reason I ask is that I have some python scripts that have been running just fine for a couple years now. Starting 5/29, they all of a sudden started crashing on my buffer operation.No errror, even have a try:/except: and it doesn't catch it. if in IDE, it just "resets" and sits there quitely.Not sure if related to Microsoft updates or what. Still working on this one, just thought I'd ask since the timing is so similar.R_
Under Start In add C:\Python26\python.exethen try running your scheduled task again
import arcpy arcpy.ImportToolbox(r"Path to toolbox connection", "TBX") arcpy.NAME OF MODEL_TBX()
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.