I have GeoProccessing services that uses Genereate Near Table tool. the output is in_memory. when I run the services through REST URL. i am having the follwoing error ERROR 000210: Cannot create output c:\ArcGISDesktop\Desktop 10.2\c:\ArcGISserver\directories\arcgis'jobs\model_gpserver\ It uses 2 paths as you can see 1- c:\arcgisDesktop\Desktop 10.2 - this is the ArcGIS Desktop folder 2- c:\ArcGISserver\directories\arcgis'jobs - this is ArcGIS Server job directory I don't know why this happining. Any IDea
Did you check the content of the python script that is published to the server? ArcGIS will change some small things (settings) in your script during the publishing process to the server.
This error occurs before my python script starts. It stopped in "Generate Near Table" tool, beside as you see from the error the problem is with the path that Server tries to write to
Does the geoprocessing service have a python script in the arcgisinput folder? If so, please have a look at the content of the script. It is very well possible that the paths that are appended are due to some changes occurred in the script during publishing.
Check to see the ArcGIS Server account has r/w access to your ArcGIS Desktop folder. It should have r/w access to the arcgisjobs folder per setup, but you can check that folder as well.
The problem is with the Path that Server choose to write to. which is not exists