<?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 Publishing a GP Service with an Operational Layer in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596170#M23019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to publish a geoprocessing service that takes an input file from a web application,&amp;nbsp;does a custom field calculation based on user defined integer inputs, and outputs a feature service that can be viewed&amp;nbsp;and exported from the web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I publish my geprocessing service&amp;nbsp;and&amp;nbsp;bring&amp;nbsp;it into Web AppBuilder using the geoprocessing tool widget, I cannot choose the option "&lt;STRONG&gt;Add result as operational layer&lt;/STRONG&gt;" and the output&amp;nbsp;has the&amp;nbsp;error "Can not set renderer because of unknown geometry type."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the&amp;nbsp;REST URL for my geoprocessing service:&amp;nbsp;&lt;A href="https://urspatial.redlands.edu/ags/rest/services/WetlandPrioritization/WetlandPrioritizationTool_Ac/GPServer" title="https://urspatial.redlands.edu/ags/rest/services/WetlandPrioritization/WetlandPrioritizationTool_Ac/GPServer"&gt;WetlandPrioritization/WetlandPrioritizationTool_Ac (GPServer)&lt;/A&gt;, and the screen shot below show my output parameter as having no geometry type.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="235" src="https://community.esri.com/legacyfs/online/410246_pastedImage_7.png" width="328" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 1) Does anybody know why I cannot see the geometry type?&lt;/STRONG&gt; I am assuming this is the reason I cannot add my result as an operational layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 2)&lt;/STRONG&gt; I am assuming the error above is why the tool will not run. But I also realized that I am using the python&amp;nbsp;&lt;STRONG&gt;math module&lt;/STRONG&gt; in my python script....Is that a problem? Do I need to download that module somehow onto my server, or can I assume the math module will work in the gp service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My workflow for creating the Geoprocessing Service:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created a script tool with a Feature Layer&amp;nbsp;as the input, and a Feature Class as a derived output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then ran the tool in ArcMap (10.5) and published the geoprocessing service onto my organization's server (version 10.5). For Parameters in the Service Editor, I chose "Asynchronous" and "View results with map service," as I believe I can view the&amp;nbsp;gp service results as a map service in addition to whatever my normal outputs are (such as an operational layer). I also specified maximum number of records returned by the server&amp;nbsp; as 3000 because I have 2313 features in the input feature class that will be used by the tool. I then published the tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the source code that my web tool is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 19:24:13 GMT</pubDate>
    <dc:creator>BlytheSpendlove1</dc:creator>
    <dc:date>2018-05-30T19:24:13Z</dc:date>
    <item>
      <title>Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596170#M23019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to publish a geoprocessing service that takes an input file from a web application,&amp;nbsp;does a custom field calculation based on user defined integer inputs, and outputs a feature service that can be viewed&amp;nbsp;and exported from the web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I publish my geprocessing service&amp;nbsp;and&amp;nbsp;bring&amp;nbsp;it into Web AppBuilder using the geoprocessing tool widget, I cannot choose the option "&lt;STRONG&gt;Add result as operational layer&lt;/STRONG&gt;" and the output&amp;nbsp;has the&amp;nbsp;error "Can not set renderer because of unknown geometry type."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the&amp;nbsp;REST URL for my geoprocessing service:&amp;nbsp;&lt;A href="https://urspatial.redlands.edu/ags/rest/services/WetlandPrioritization/WetlandPrioritizationTool_Ac/GPServer" title="https://urspatial.redlands.edu/ags/rest/services/WetlandPrioritization/WetlandPrioritizationTool_Ac/GPServer"&gt;WetlandPrioritization/WetlandPrioritizationTool_Ac (GPServer)&lt;/A&gt;, and the screen shot below show my output parameter as having no geometry type.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="235" src="https://community.esri.com/legacyfs/online/410246_pastedImage_7.png" width="328" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 1) Does anybody know why I cannot see the geometry type?&lt;/STRONG&gt; I am assuming this is the reason I cannot add my result as an operational layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question 2)&lt;/STRONG&gt; I am assuming the error above is why the tool will not run. But I also realized that I am using the python&amp;nbsp;&lt;STRONG&gt;math module&lt;/STRONG&gt; in my python script....Is that a problem? Do I need to download that module somehow onto my server, or can I assume the math module will work in the gp service?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My workflow for creating the Geoprocessing Service:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created a script tool with a Feature Layer&amp;nbsp;as the input, and a Feature Class as a derived output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then ran the tool in ArcMap (10.5) and published the geoprocessing service onto my organization's server (version 10.5). For Parameters in the Service Editor, I chose "Asynchronous" and "View results with map service," as I believe I can view the&amp;nbsp;gp service results as a map service in addition to whatever my normal outputs are (such as an operational layer). I also specified maximum number of records returned by the server&amp;nbsp; as 3000 because I have 2313 features in the input feature class that will be used by the tool. I then published the tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the source code that my web tool is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 19:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596170#M23019</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T19:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596171#M23020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Blythe &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you ran the GP tool in ArcMap, were the results added to the display? Did the output show a proper geometry symbol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410271_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, how it behaves in ArcMap is how it'll behave as a service. I'd say the problem is definitely that the Geometry Type is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This isn't related to the math module, as you'd see an ImportError when running it on the Server. Can you upload the toolbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 21:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596171#M23020</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-05-30T21:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596172#M23021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jonathan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results were added to the display in ArcMap when I ran the tool. I then changed the symbology of the results and exported the geoprocessing service. When I try and run it as a service in a web application though it doesn't work. I click the button to execute the model and the button grays out for a bit and then it goes back to normal, as if the service timed out or something.&lt;/P&gt;&lt;P&gt;Great to know that the math module is fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attatched is the toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blythe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 21:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596172#M23021</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T21:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596173#M23022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh whoops I was looking at the wrong thing. The output actually did not show a proper geometry symbol when I ran it in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410248_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 21:57:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596173#M23022</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T21:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596174#M23023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that's why the service doesn't have geometry. Can you try to republish the service with the output parameter as a Feature Set, instead of a Feature Class? Theoretically, they should be the same, but that's a simple test to run. If that doesn't work, can you upload a sample input as well as parameter values I can use to try it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 22:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596174#M23023</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-05-30T22:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596175#M23024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I would also use arcpy.env.scratchGDB over "%scratchworkspace%/scratch.gdb/", layerOutName:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;layerOut= os.path.join(arcpy.env.scratchGDB, layerOutName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit cleaner and I'm not sure how well the Modelbuilder approach of %&amp;lt;output&amp;gt;% works in python script tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 22:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596175#M23024</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-05-30T22:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596176#M23025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright&amp;nbsp;so it didn't work as a Feature Set, but then when I specified the output in the script tool parameters as Feature Layer, and also specified that the derived output was obtained from the output layer, it worked!&amp;nbsp;It showed the&amp;nbsp;proper geometry symbol in ArcMap when I ran it and when I&amp;nbsp;used the geoprocessing service in Web AppBuilder the tool did not have any issues with the geometry type either! It let me change the default symbology and everything. It still doesn't work haha, but&amp;nbsp;the geometry issue is solved now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is&amp;nbsp;how I edited the output parameters:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="410279" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410279_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 23:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596176#M23025</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T23:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596177#M23026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thank you! That might be the thing that is still causing me&amp;nbsp;problems when I try and run the tool. I'll change that now and see if that works. (Right now I am getting a generic "&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Unable to complete operation" error).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 23:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596177#M23026</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T23:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596178#M23027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turn on Info messages and then monitor the traffic using Fiddler or the dev tools in your browser to see the job status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410282_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also run it at REST but need the correct syntax for the input feature layer, which you can set as a default through the service editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/410283_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print statements also won't return in script tools or GP services, so you may want to review lines 58-63, (at least in the original script):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;elif&lt;/SPAN&gt; result&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;type&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;result&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍
&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# Raise custom exception&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;raise&lt;/SPAN&gt; WrongInputs&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;result&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If result is not equal to 1.0, then should it fail? You don't need the elif result line if anything other than 1.0 should fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596178#M23027</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2021-12-12T01:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596179#M23028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! And yes, if the result is not equal to 1.0 it should fail.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 23:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596179#M23028</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-30T23:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596180#M23029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you've addressed this yet, but your 6th parameter, (Output Layer Name), is set as a Feature Class, which may cause issues if you're using that value to create the path to the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 00:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596180#M23029</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-05-31T00:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596181#M23030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah, I did change that. I changed it to string. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 00:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596181#M23030</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-05-31T00:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596182#M23031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're executing this primarily through a WAB Dev edition app, you can also modify the message settings of the GP widget (during the testing phase) so you can see all the messages after the script runs (&lt;A href="https://community.esri.com/thread/200639-wab-how-do-i-customize-output-messages-in-gp-widget-output-tab"&gt;https://community.esri.com/thread/200639-wab-how-do-i-customize-output-messages-in-gp-widget-output-tab&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 12:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596182#M23031</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-06-07T12:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing a GP Service with an Operational Layer</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596183#M23032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! That is helpful to know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 14:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-a-gp-service-with-an-operational-layer/m-p/596183#M23032</guid>
      <dc:creator>BlytheSpendlove1</dc:creator>
      <dc:date>2018-06-07T14:38:26Z</dc:date>
    </item>
  </channel>
</rss>

