<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx</link><description>Sterling Quinn of the Server team contributed this post on configuring your web server to display custom tiles in areas where you have not yet completed your map cache. At the ESRI Developer Summit, several of you asked how we displayed a &amp;ldquo;Data</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Debug Build: 61120.2)</generator><item><title>Using the web.config to configure the server to display "Data not available" tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#178</link><pubDate>Mon, 16 Apr 2007 03:12:02 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:178</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;ESRI dev blog posted a great tutorial to clean you GIS app by adding a image when the tile is not available&lt;/p&gt;
</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#180</link><pubDate>Thu, 26 Apr 2007 16:18:49 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:180</guid><dc:creator>Jerry</dc:creator><description>In what cases would this occur?

For example, while building a map cache?  If a map cache was aborted?  If you only built caches are certain areas of interest and the viewer panned outside an AOI?

Thanks.</description></item><item><title>Creating a 3D globe cache from a 2D map cache</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#300</link><pubDate>Thu, 31 May 2007 16:30:11 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:300</guid><dc:creator>ArcGIS Server Development Blog</dc:creator><description>&lt;p&gt;One purpose of this blog is to share some of the things we&amp;amp;rsquo;ve learned about our software by using&lt;/p&gt;
</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#1249</link><pubDate>Mon, 17 Mar 2008 20:51:16 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:1249</guid><dc:creator>Brian D.</dc:creator><description>Does the custom 404 tile affect the behavior of future update operations on the cache?  For instance, suppose I receive new data that contains features in an area where there didn't used to be any (so the "no data" tile had been displayed there).  If I do an update and select "recreate empty tiles only", will the nonexistent tiles still be built properly?  The update isn't confused in any way by these error tiles, is it?</description></item><item><title>re: Configuring your server to display a "Data not available" tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#1275</link><pubDate>Thu, 20 Mar 2008 16:13:37 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:1275</guid><dc:creator>sterlingdq</dc:creator><description>&lt;p&gt;The &amp;quot;data not available&amp;quot; tile should not affect the update. This tile is only returned when the client can't find any tile. If you add some new map tiles by updating the cache, then the server will return those new tiles instead of the 404 error. &lt;/p&gt;
</description></item><item><title>re: Configuring your server to display a "Data not available" tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#2092</link><pubDate>Tue, 22 Apr 2008 16:04:57 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2092</guid><dc:creator>smidro10</dc:creator><description>&lt;p&gt;Is this possible with the Java ADF (Tomcat)?&lt;/p&gt;
</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#2097</link><pubDate>Wed, 23 Apr 2008 05:37:41 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2097</guid><dc:creator>Schuller Tom</dc:creator><description>Under Tomcat, you have to edit the "web.xml" file of your webapplication like this:
  &lt;error-page&gt; 
     &lt;error-code&gt;404&lt;/error-code&gt;
     &lt;location&gt;/arcgiscache/data_not_avail.jpg&lt;/location&gt;
  &lt;/error-page&gt;

Take a look at: http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q6</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#2146</link><pubDate>Tue, 06 May 2008 15:49:16 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2146</guid><dc:creator>Quinn</dc:creator><description>This seems very simple but I'm not getting it to work. I think it may have to do with the way I am caching and updating the cache: I'm caching an area along the US/Mexican border where only the area along the border needs to ba cached at the largest scales, and the areas seen at the full extent, e.g. Indiana, are only cached at the three samllest scales. So far, I ahve the three smallest scales cached and one area of the border cached at all scales, however when I zoom in to one of the areas not cached at a larger scale, instead of getting the 'data not available' tile the map tries to render dynamically. (??) This also happens if I try to pan outside the area that I have cached. Any suggestions?
Thanks </description></item><item><title>re: Configuring your server to display a "Data not available" tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#2154</link><pubDate>Wed, 07 May 2008 16:57:59 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:2154</guid><dc:creator>sterlingdq</dc:creator><description>&lt;p&gt;Hmm... if you're using ArcMap as a client, it is expected behavior that ArcMap draw the map dynamically if it can't get the tile. However, ArcMap should get the &amp;quot;Data not available&amp;quot; tile before it tries to do a dynamic draw. So I am not sure why you are not seeing it.&lt;/p&gt;
&lt;p&gt;Another way to quickly see &amp;quot;blank&amp;quot; area without the overhead of a dynamic draw is to remove all layers from your map except one nonvisible layer that defines the extent. This could be thought of as &amp;quot;disconnecting&amp;quot; the cache from the map document. If you want to frequently update the cache or query layers in the cache, this method is not recommended.&lt;/p&gt;
</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#6026</link><pubDate>Thu, 21 May 2009 05:26:36 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:6026</guid><dc:creator>Simon</dc:creator><description>This appears to have changed at 9.3 / 9.3.1
Have I missed something?</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#6080</link><pubDate>Tue, 26 May 2009 16:52:49 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:6080</guid><dc:creator>shail</dc:creator><description>I have followed all the steps given to configure the "tile not available" image for 404 error. 

I am using AGS 9.3.1 on IIS 6.0. I am still not able to see the "tile not available image". I am seeing the map is blank and fiddler shows 404, when i zoominto the area. 

Is anything changed at 9.3.1?

My mapservice is static, totally depending upon Tiles.  

I have a cache on E drive. 
Would that make any difference?

I made the arcgiscache a "virtual directory" also. But still no luck.

If anyone know the workaround through ASPX page also, i am ready to implement that?

Thanks,

Shail ...</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#6617</link><pubDate>Fri, 26 Jun 2009 21:55:16 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:6617</guid><dc:creator>Blair</dc:creator><description>I am also having trouble getting this to load with AGS 9.3.1. Is there a simple work around that is possible to show this 'data not available' image for uncached areas?</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#8087</link><pubDate>Wed, 02 Sep 2009 14:34:14 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:8087</guid><dc:creator>max</dc:creator><description>so, that's a "no," right?

i am having similar problems.</description></item><item><title>Any change on how to do this for 9.3.1???</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#8156</link><pubDate>Fri, 04 Sep 2009 15:52:10 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:8156</guid><dc:creator>Ruz</dc:creator><description>Yet another person having trouble implementing this on 9.3.1.  What changed?</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#9046</link><pubDate>Tue, 13 Oct 2009 10:12:14 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:9046</guid><dc:creator>Enrike</dc:creator><description>Is it possible with 9.3.1 . I tried all steps from this tutorial and it faild on 9.3.1. Please help...</description></item><item><title>re: Configuring your server to display a &amp;quot;Data not available&amp;quot; tile for empty map cache areas</title><link>http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/04/12/Configuring-your-server-to-display-a-_2200_Data-not-available_2200_-tile-for-empty-map-cache-areas.aspx#9930</link><pubDate>Tue, 17 Nov 2009 13:05:57 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:9930</guid><dc:creator>Tracie Streltzer</dc:creator><description>I got this to work, but I had to use the virtual directory URL - it would not work if I just used a file.  However, the one that should support transparency does not - I'm going ot replace it with a blank .png.</description></item></channel></rss>