To all Python and Flex Viewers Developers:
I'm a new Python user. I have a Python script that runs perfectly on Windows 7. However, whenever I try to run it over Windows Server 2008 R2, it doesn't work (maybe UNC paths?). The script should run automatically every day at 4:00 am. The script is already configure in the "Task Scheduler" for Windows Server 2008 R2 but when it finishes my information (feature class in a file geodatabase) is NOT updated.
Also, I want the script to stop and restart the service that is on the same server and the updates to be reflected whenever a user opens de FV application.
Any help will be very appreciated. Again, I'm pretty new in Python.
Thank you,
I'm a new Python user. I have a Python script that runs perfectly on Windows 7. However, whenever I try to run it over Windows Server 2008 R2, it doesn't work (maybe UNC paths?). The script should run automatically every day at 4:00 am. The script is already configure in the "Task Scheduler" for Windows Server 2008 R2 but when it finishes my information (feature class in a file geodatabase) is NOT updated.
Also, I want the script to stop and restart the service that is on the same server and the updates to be reflected whenever a user opens de FV application.
Any help will be very appreciated. Again, I'm pretty new in Python.
Thank you,