<?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: Long processing time on pyramid creation on a raster dataset in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622483#M35212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both sde run on sql 2005&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 16:34:00 GMT</pubDate>
    <dc:creator>WilliamWang</dc:creator>
    <dc:date>2011-04-28T16:34:00Z</dc:date>
    <item>
      <title>Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622481#M35210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a 24 GB raster dataset on my sde that I wish to have pyramids build.&amp;nbsp; When I created the raster file initially via arctool box, I made sure none of the pyramids or statistic are built by unchecking the boxes under raster storage environment.&amp;nbsp; I double checked using sderaster command line to ensure no pyramids were created.&amp;nbsp; Initially, when I ran the pyramid building process via arctool box, it ran for 2 weeks and never finished.&amp;nbsp; I killed the process even though arccatalog told me there were pyramids.&amp;nbsp; However, I cannot view it unless I zoomed way in.&amp;nbsp; I removed the pyramids via sderaster command and decided to use the sderaster command to rebuild.&amp;nbsp; Now, it has been running for 24 hours, and still not yet finish.&amp;nbsp; However, when I use the sderaster command line to describe the raster, it tells me the pyramids are there.&amp;nbsp; Should I stop the process?&amp;nbsp; The last time I ran this on a different sde, it took less than 1 hour.&amp;nbsp; Why is it taking longer?&amp;nbsp; Could it be the set up of the database causing the issue?&amp;nbsp; I am running on 9.3.1 on all platform.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 15:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622481#M35210</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-04-27T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622482#M35211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What type of database are you using (ie SQL Server 2005, Oracle 10.2.0.3)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622482#M35211</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-04-28T16:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622483#M35212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both sde run on sql 2005&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622483#M35212</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-04-28T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622484#M35213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pyramids will consume approximately 1/3 of the raster dataset size.&amp;nbsp; If this raster dataset is 24 GBs, you're looking at another 7.2 GBs in storage you'll need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend running the 'sp_spaceused' command in SQL Server Management Studio to see how much unallocated space is available.&amp;nbsp; If the tool is still executing, re-execute this query a couple times and see if the unallocated space is shrinking.&amp;nbsp; If it is, this means pyramids are still being generated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is not, it may be your log file is full.&amp;nbsp; You can check this by executing one of the queries below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EXEC sp_helpdb RASTER&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DBCC SQLPERF(logspace)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 16:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622484#M35213</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-04-28T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622485#M35214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Pyramids will consume approximately 1/3 of the raster dataset size.&amp;nbsp; If this raster dataset is 24 GBs, you're looking at another 7.2 GBs in storage you'll need.&lt;BR /&gt;&lt;BR /&gt;I would recommend running the 'sp_spaceused' command in SQL Server Management Studio to see how much unallocated space is available.&amp;nbsp; If the tool is still executing, re-execute this query a couple times and see if the unallocated space is shrinking.&amp;nbsp; If it is, this means pyramids are still being generated. &lt;BR /&gt;&lt;BR /&gt;If it is not, it may be your log file is full.&amp;nbsp; You can check this by executing one of the queries below:&lt;BR /&gt;&lt;BR /&gt;EXEC sp_helpdb RASTER&lt;BR /&gt;&lt;BR /&gt;DBCC SQLPERF(logspace)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for the feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The allocated space was definitely not shrinking after doing several re-executes.&amp;nbsp; In addition, the log file is only 7% full.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cancelled the process since the allocated space was not going anywhere.&amp;nbsp; I am baffled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 15:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622485#M35214</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-05-02T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622486#M35215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the command line syntax you are using when you attempt to build pyramids?&amp;nbsp; Are you using an application server connection (ie 5151) or a direct connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 17:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622486#M35215</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-05-02T17:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622487#M35216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using application server connection here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;syntax&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sderaster -o pyramid -l RASTER.GIS_ADMIN.HRES_COLOR_MRSID_MOSAIC_2010,RASTER -v 1 -L 12,skipLevel1 -I bilinear -i 5152&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 18:48:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622487#M35216</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-05-02T18:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622488#M35217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try building pyramids using a direct connection.&amp;nbsp; You will just need to replace '-i' with 'sde:sqlserver:&amp;lt;server name&amp;gt;.&amp;nbsp; Also, make sure you are attempting to build pyramids with the raster dataset owner (GIS_ADMIN).&amp;nbsp; I would also specify '-1' for the -L option.&amp;nbsp; This will build all necessary pyramid levels.&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sderaster -o pyramid -l HRES_COLOR_MRSID_MOSAIC_2010,RASTER -v 1 -L -1 -I bilinear -D RASTER -i sde:sqlserver:&amp;lt;server name&amp;gt; -u GIS_ADMIN -p *****&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 18:52:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622488#M35217</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-05-02T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622489#M35218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interestingly, I got this message then the process aborted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The application has requested the Runtime to terminate it in an unusual way.&lt;BR /&gt;Please contact the application's support team for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 20:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622489#M35218</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-05-02T20:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622490#M35219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What service pack are you running for SQL Server 2005?&amp;nbsp; You can run the following query to find out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&amp;nbsp; SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 12:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622490#M35219</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2011-05-03T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Long processing time on pyramid creation on a raster dataset</title>
      <link>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622491#M35220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good point.&amp;nbsp; I will check with the server admin and hopefully we can make the upgrade (not sure when).&amp;nbsp; I will repost if after the upgrade things still don't work.&amp;nbsp; Thank you for all your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;William&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 15:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/long-processing-time-on-pyramid-creation-on-a/m-p/622491#M35220</guid>
      <dc:creator>WilliamWang</dc:creator>
      <dc:date>2011-05-03T15:55:14Z</dc:date>
    </item>
  </channel>
</rss>

