<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hi, I have question about Geoprocessing service publication.  in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340034#M13063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll have to take a look at what parameters you have and if they're allowed in the Server environment. &amp;nbsp;The &lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000002n000000"&gt;documentation for 10.0&lt;/A&gt; is a good place to start, as it describes a situation where that error is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to also check the latest documentation for GP services, as 10.0 doesn't describe folders or workspaces as being invalid, but the latest documentation describes them as "non-transportable", meaning they have to be hardcoded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/publish-services/windows/parameter-data-type-transformations.htm" title="http://server.arcgis.com/en/server/latest/publish-services/windows/parameter-data-type-transformations.htm"&gt;Input modes and parameter data types—Documentation | ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 18:02:21 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2017-06-21T18:02:21Z</dc:date>
    <item>
      <title>Hi, I have question about Geoprocessing service publication.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340033#M13062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The following GIS Services will be created and started: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;qc_servis/qc_tool_test_10.gp&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The following are the URLs for the service capabilities: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://192.168.2.213/qc_servis/qc_tool_test_10/GPServer."&gt;&lt;EM&gt;http://192.168.2.213/qc_servis/qc_tool_test_10/GPServer.&lt;/EM&gt; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks optmistical... But in the next step I got this message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Configuration qc_servis/qc_tool_test_10.GPServer can not be started. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Configuration qc_servis/qc_tool_test_10.GPServerSync can not be started. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Server Object instance creation failed on machine hadar1.&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The toolbox did not load: C:\arcgisserver\arcgisinput\qc_tool\qc_tool_test_10.tbx&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Server Object instance creation failed on machine hadar.&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Geoprocessing service initialization failed. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Invalid parameter: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tool - CRS_test : Parameter - Input folder : Data Type - Folder Invalid parameter: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tool - CRS_test : Parameter - Input geodatabase : Data Type - Workspace &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Invalid parameter: Tool - CRS_test : Parameter - Output folder : Data Type - Folder.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 11:58:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340033#M13062</guid>
      <dc:creator>MiroslavKopecky</dc:creator>
      <dc:date>2017-06-21T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I have question about Geoprocessing service publication.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340034#M13063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you'll have to take a look at what parameters you have and if they're allowed in the Server environment. &amp;nbsp;The &lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000002n000000"&gt;documentation for 10.0&lt;/A&gt; is a good place to start, as it describes a situation where that error is thrown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to also check the latest documentation for GP services, as 10.0 doesn't describe folders or workspaces as being invalid, but the latest documentation describes them as "non-transportable", meaning they have to be hardcoded:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/publish-services/windows/parameter-data-type-transformations.htm" title="http://server.arcgis.com/en/server/latest/publish-services/windows/parameter-data-type-transformations.htm"&gt;Input modes and parameter data types—Documentation | ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 18:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340034#M13063</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-06-21T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I have question about Geoprocessing service publication.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340035#M13064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, thank you for answer. I changed all input parameters as "String", problem mentioned above was solved, geoprocessing service was created, but it is not started. ArcGIS server write this Error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Configuration qc_servis/crs.GPServer can not be started.


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/hi-i-have-question-about-geoprocessing-service/m-p/340035#M13064</guid>
      <dc:creator>MiroslavKopecky</dc:creator>
      <dc:date>2021-12-11T16:05:07Z</dc:date>
    </item>
  </channel>
</rss>

