I have ArcServer 9.3 installed on a server that I use for running scheduled Python geoprocessing scripts. I have several running, and now I'm trying to schedule one to rec/post, delete and recreate our database versions. The issue that I'm having is this line of code
gp.SetProduct("ArcEditor")
Apparently to run the versioning tools, I need to have valid license of ArcEditor or higher availible to the server. I would really rather not install ArcGIS desktop on my server box, but I'm stuck for a solution. My main question is, is it possible to install the 9.3 Desktop Adminstrator as a standalone program, then point it at my license manager so that the script can find a license file? If not, that's fine, any ideas are appreciated.