<?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 Geoprocessing service works with small TIF files; fails with large TIF files in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159813#M6281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created a python script tool that simply takes a user supplied raster file as input and sets that file as an output raster value. I then share the result as a geoprocessing service, which works fine with a small (400KB) TIF image. The Output Raster is called 'gptmpraster1.tif', but the tool completes and the raster is added as a layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, with a much larger TIF file (31,400KB), the tool shows that it completes in the results window, but the Output Raster value is 'gptmpraster', and there is no raster to be added. After a few minutes, an entry is added to the server log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Msg time="2012-06-29T08:36:48,49" type="SEVERE" code="8001" source="Server" process="6212" thread="17" methodName="" machine="GSGWIN08.RSINC.COM" user="" elapsed=""&amp;gt;Instance of service 'Devo/Tool.GPServer' failed to process a request. &amp;lt;/Msg&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The folder where these files reside is on the server, shared with proper permissions, and registered with the server.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've run into many, many difficulties just to get it this far. The original image is ~38,000KB, and in that case the service fails completely. It doesn't even seem to start execution, as no server messages are output. I'm using 'File' as the input data type, because the service simularily won't run at all when I try to use data type 'Raster Dataset'.&amp;nbsp; What am I doing wrong? Why is this so hard? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for any advice, assistance, ideas, encouragement, empathy, etc. that you may be able to offer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2012 13:53:37 GMT</pubDate>
    <dc:creator>PeterDeCurtins</dc:creator>
    <dc:date>2012-06-29T13:53:37Z</dc:date>
    <item>
      <title>Geoprocessing service works with small TIF files; fails with large TIF files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159813#M6281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created a python script tool that simply takes a user supplied raster file as input and sets that file as an output raster value. I then share the result as a geoprocessing service, which works fine with a small (400KB) TIF image. The Output Raster is called 'gptmpraster1.tif', but the tool completes and the raster is added as a layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, with a much larger TIF file (31,400KB), the tool shows that it completes in the results window, but the Output Raster value is 'gptmpraster', and there is no raster to be added. After a few minutes, an entry is added to the server log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Msg time="2012-06-29T08:36:48,49" type="SEVERE" code="8001" source="Server" process="6212" thread="17" methodName="" machine="GSGWIN08.RSINC.COM" user="" elapsed=""&amp;gt;Instance of service 'Devo/Tool.GPServer' failed to process a request. &amp;lt;/Msg&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The folder where these files reside is on the server, shared with proper permissions, and registered with the server.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've run into many, many difficulties just to get it this far. The original image is ~38,000KB, and in that case the service fails completely. It doesn't even seem to start execution, as no server messages are output. I'm using 'File' as the input data type, because the service simularily won't run at all when I try to use data type 'Raster Dataset'.&amp;nbsp; What am I doing wrong? Why is this so hard? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for any advice, assistance, ideas, encouragement, empathy, etc. that you may be able to offer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 13:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159813#M6281</guid>
      <dc:creator>PeterDeCurtins</dc:creator>
      <dc:date>2012-06-29T13:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service works with small TIF files; fails with large TIF files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159814#M6282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wrong about raster datatype on input causing a problem - it was just the file size issue. The gp service will work with TIF files that are up to 24MB on disk, but has failed with one that was 29MB.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 22:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159814#M6282</guid>
      <dc:creator>PeterDeCurtins</dc:creator>
      <dc:date>2012-06-29T22:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service works with small TIF files; fails with large TIF files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159815#M6283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using 10.1? (I ask because I think I remember the max size being different in 10.0). For 10.1, I believe you're well within the file size limits. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd give a read on these topics, hopefully they'll help...maybe your max size is turned down?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Large_dataset_upload_and_download_considerations/00570000005v000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Large_dataset_upload_and_download_considerations/00570000005v000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Advanced_properties/0057000000m1000000/GUID-17815A98-2756-486F-AC2D-22672E0FCA28/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Advanced_properties/0057000000m1000000/GUID-17815A98-2756-486F-AC2D-22672E0FCA28/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 15:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocessing-service-works-with-small-tif-files/m-p/159815#M6283</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2012-07-02T15:15:06Z</dc:date>
    </item>
  </channel>
</rss>

