I have a server with Server and Desktop installed locally. I'm trying to run an arcpy script as a scheduled task, 'out-of-process', and it is not working. Interesting some basic arcpy functions, such as arcpy.Exists(), are working, but most of the functions are not. Also, when I explore into the arcpy folders in C:\Program Files\ArcGIS\Desktop10.2\arcpy\arcpy, many of my python scripts have corresponding compiled version (.pyc). I believe I am pointed to the correct python.exe, as Desktop was installed after Server. Any thoughts on what is happening?