Select to view content in your preferred language

Python Script/Scheduled Task Fails when run as local user

417
1
06-23-2010 02:25 PM
JK
by
Deactivated User
On Windows 2003 server as a remote user: 1) Converted Model to Python script - executed fine as model and python script 2) Added exception handling logging to python script - executed fine
** At this point the script runs fine as a scheduled task

3) Wanted to run the same python script/task as a local user. The new local user "Scheduler" will have a password that does not expire. The user also belongs to the "Administrator" group as does I (remote user).

On Windows 2003 server as a local user: 4) Tried running the script/task as the "Scheduler" user and it fails when it tried to "Make a Table View"

** I can run simpler python scripts (print to sreen) as "Scheduler" but doesn't seem to like the geoprocessing.

Plaese help ASAP. Thanks!


  1. Windows 2003 64bit

  2. Python 2.5.1

  3. ArcGIS/ArcInfo 9.3.1

  4. ArcSDE 9.3.1

  5. ArcGIS Server 9.3.1

0 Kudos
1 Reply
ChrisMathers
Deactivated User
What is the error message that you are being given?
0 Kudos