<?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: server cache still using source files in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497841#M19350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to consider building a skeleton Map Service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this you have a layer in the map document that is just the extent of the area, and the map service relies just on the cache.&amp;nbsp; Therefore it only ever returns the cache tiles.&amp;nbsp; We use this technique all the time - very fast response as only the tiles from the cache are ever returned, and once in the client browser do not need to be sourced again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can post rough outline of how to build skeleton map service if interested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;caveat : Map services using skeleton map service will return the feature if WMS request.&amp;nbsp; Therefore in this case would require an image service.&amp;nbsp; More on that later if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 23:54:21 GMT</pubDate>
    <dc:creator>MarkChilcott</dc:creator>
    <dc:date>2016-02-01T23:54:21Z</dc:date>
    <item>
      <title>server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497819#M19328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few imagery tile caches created based on imagery in either MrSid or Grid format in ArcGIS Server.&amp;nbsp; I'm trying to clear out some hd space and wanted to remove the copy of the imagery that is on that server, or at least move it.&amp;nbsp; However, despite the cache being created, and I assume being all that is used to display the imagery, Server will not allow me to remove the imagery files that were used to create the cache.&amp;nbsp; If I stop the server service and remove the files, no imagery appears anymore in my applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Why would a cache need the original imagery data when working with a cache?&amp;nbsp; Is there some way to change this?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Where is the reference to the original imagery located so I can change it?&amp;nbsp; I would like to move the data to another drive but not have to recreate the caches since it cripples the server during that process.&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, 20 Jan 2016 15:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497819#M19328</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-01-20T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497820#M19329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case this helps others....&amp;nbsp; The reason the source data was still being used was the cache was set for "update automatically" instead of manually in the settings.&amp;nbsp; Since it is imagery and won't change, I simply changed to manually and I was then able to move the imagery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497820#M19329</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-01-28T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497821#M19330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good tip to remember.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just as a side, I tend to always check "manual" since it's much cleaner, in my opinion, if you can control &lt;EM&gt;when&lt;/EM&gt; and &lt;EM&gt;where (extent) &lt;/EM&gt;the cache is being created. In pre-10.2.x I thought this was even more of a necessary need, especially since we have a large (ocean) waterbody within our full extent that never really needed to be cached at detail (data sources weren't of the quality to make a difference).&amp;nbsp; That's just another reason that having "manual" checked might help for others. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..and one more note...in previous versions (can't remember which one), if you created a new service and set up the cache on creating, even if you select "manual", it would switch/default back to automatic.&amp;nbsp; So what I did was create the service as dynamic...then immediately went back in and set up the cache and "manually" created the cache.&amp;nbsp; You didn't mention what version you were using, so I wanted to mention this in case you are running into that issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, since you problem is solved, remember to mark you question as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 16:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497821#M19330</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-28T16:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497822#M19331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to unmark this as the answer.&amp;nbsp; Although I had this working at one point, it isn't any longer and I can't reproduce it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have no idea why the cache is holding on to the source imagery files but it is and I can't seem to do anything about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll just find a way to work around it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497822#M19331</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-01-29T19:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497823#M19332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh and I did see something along the lines of what you said where I set it to manual then it goes right back to automatic.&amp;nbsp; It just seems to be a visual bug though since if you republish the service it shows as manual there as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you believe that is what the issue is here then I'm not sure what you are suggesting the solution is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497823#M19332</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-01-29T19:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497824#M19333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric, when you say you are removing the original images, you aren't messing with the cache folders under arcgisserver directory, are you? Also, I don't see anyplace that you've mention the version you are using. my suggestions might vary depending on the version.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already checked to make sure that the cache is completely built? If not, and you go to a location/scale there is no cache, and you have crate cache in demand, it will try to go back to the original imagery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, depending on where/how you are using the service and cache will make a difference,&amp;nbsp; for example, ArcMap will interpolate at scales in between the cache scales, but if you specify scales in a web app that are different then the cache scale, it may not interpolate and may not show any image if it cant find the original source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, a few more details on how you are using the cache, and exactly the situation when you do not have imagery....if/when you&amp;nbsp; move the source files...would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 06:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497824#M19333</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-30T06:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497825#M19334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I'm not touching the cache.&amp;nbsp; I mean the files that were used to create the cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on 10.3.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The caches are 100% and have been in place for months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the service in a flex application.&amp;nbsp; I assume that between scales you are just seeing the imagery at a lesser resolution otherwise what's the point of the cache?&amp;nbsp; Are you saying that between scales there is some further action being taken?&amp;nbsp; I hadn't looked for the imagery at any scale other than the default map extent but that may not equal the highest cache level.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning, I shut down the services (there was a lock), moved the source imagery, refreshed my app after restarting services, and the imagery was gone.&amp;nbsp; So the simpler question is, why is there a lock?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 13:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497825#M19334</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497826#M19335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer "why is there a lock"....sometimes these are remnants of when a cache built crashed, or if the service went down what something/someone was attached to the service.&amp;nbsp; If the service is down, I think it is safe to delete them. (but I would move them first, as a test).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​&amp;nbsp; was/still-is the flex app expert, I tagged him in case he can chime in on how flex handles caches. I have a couple flex apps still, but it's been a while since I messed with them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497826#M19335</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-02-01T16:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497827#M19336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flex will force the map to display at the Levels of Display (LODs) that the map service was cached at, and will not allow for displaying at scales in between LODs. JS and Flex are similar in this manner where SilverLight allowed you to set the map scale to any desired scale and would just zoom the cache tile to fit the desired scale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497827#M19336</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T16:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497828#M19337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some further testing, at least with 1 of my imagery caches.&amp;nbsp; I removed the source imagery and restarted the service and it works fine in ArcMap but not in my flex app.&amp;nbsp; There is no imagery shown at all in the latter but I get no error either.&amp;nbsp; ( I can't zoom to a particular scale)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497828#M19337</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497829#M19338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My caches are basemaps and I can zoom in/out at will - it is not tied to the LODs (otherwise I wouldn't be using caches at all because we work at small scales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmap.exetertownship.com" rel="nofollow" target="_blank"&gt;http://map.exetertownship.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497829#M19338</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497830#M19339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; And you are sure that your Flex App is using a ArcGISTiledMapServiceLayer that points to the cached map service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 16:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497830#M19339</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497831#M19340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm...now that you ask, I have them set as type="dynamic"....I believe I had to do that in order to avoid the issue of only being able to zoom to the available LODs.&amp;nbsp; It's been quite awhile since I set that up so I'm not positive that is why I did that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So would dynamic be the reason for the lock?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497831#M19340</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497832#M19341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; By looking at your config.xml you are not using any layer types but dynamic so your cached layers are not actually being used at all. You are bypassing the caching because you have them as type="dynamic".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497832#M19341</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497833#M19342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is yes, that could be the reason for the lock since as dynamic, it will be trying to access the service and original data sources. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it sounds like it is more of a Flex web app issue, and not an issues with ArcGIS Server.&amp;nbsp; I would mark Robert's answer as correct, and maybe try &lt;A href="https://community.esri.com/docs/DOC-2258"&gt;Moving Content&lt;/A&gt;​ to &lt;A href="https://community.esri.com/space/2112"&gt;ArcGIS Viewer for Flex&lt;/A&gt;​&amp;nbsp;&amp;nbsp; ...but then again, I just tagged it so the thread will be discoverable over there too.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497833#M19342</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-02-01T17:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497834#M19343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so I changed a layer to "tiled" and it doesn't display at all now, no errors.&amp;nbsp; Not sure what I'm missing here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 18:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497834#M19343</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T18:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497835#M19344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Did you change one of the layers that was using a Map Service that is cached? The thing to understand is that a Map Service that is cached can be used as dynamic or tiled if you choose tiled then it will use the LODs and tiles that the cached service provides and if you set the type to dynamic it will use the same map service but ignore the tiles and request the server provide a image each time a request is made instead of using the cached image tiles. But the opposite is not true if you have a Map Service that has not cached tiles and you set the layer type to tiled then the layer will just fail to draw on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497835#M19344</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T19:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497836#M19345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The services are cached and status is 100% tile creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the map service properties 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/176447_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from server manager:&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/176448_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what I'm missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497836#M19345</guid>
      <dc:creator>EricGardecki</dc:creator>
      <dc:date>2016-02-01T19:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497837#M19346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, but could "allow clients to cache tiles locally" cause the locking?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/176450_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you zooming in only to those scales (LODs) you have cached?&amp;nbsp; or are you trying to zoom to additional scales.&amp;nbsp; Per Robert's comments.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Flex will force the map to display at the Levels of Display (LODs) that the map service was cached at, and will not allow for displaying at scales in between LODs.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:22:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497837#M19346</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-02-01T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: server cache still using source files</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497838#M19347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Because you are using type dynamic on all your base maps the caches are not being used and the fact that you have a 102100 and 2272 wkids in your base maps do not matter. But when you switch to tiled then all wkids have to be identical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/server-cache-still-using-source-files/m-p/497838#M19347</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-01T19:26:54Z</dc:date>
    </item>
  </channel>
</rss>

