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.