I have prepared toolbox with one toolset and one Python script (tool) is included in this toolset. If I run this tool from ArcMap, it is run correctly. But if I try publish it as geoprocesing service (in the ArcGIS server 10.0), there is problem. Service is created and it is visible via ArcCatalog, but I am not able start it. During geoprocessing service creation I got these messages:
The following GIS Services will be created and started:
qc_servis/qc_tool_test_10.gp
The following are the URLs for the service capabilities:
http://192.168.2.213/qc_servis/qc_tool_test_10/GPServer.
It looks optmistical... But in the next step I got this message:
Configuration qc_servis/qc_tool_test_10.GPServer can not be started.
Configuration qc_servis/qc_tool_test_10.GPServerSync can not be started.
Server Object instance creation failed on machine hadar1.
The toolbox did not load: C:\arcgisserver\arcgisinput\qc_tool\qc_tool_test_10.tbx
Server Object instance creation failed on machine hadar.
Geoprocessing service initialization failed.
Invalid parameter:
Tool - CRS_test : Parameter - Input folder : Data Type - Folder Invalid parameter:
Tool - CRS_test : Parameter - Input geodatabase : Data Type - Workspace
Invalid parameter: Tool - CRS_test : Parameter - Output folder : Data Type - Folder.
Thank you for any help.