<?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 How to create tilePackage from tiled Cache ? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380839#M12995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;We have to create and maintain (with desktop scripting) a bunch of Collector Offline Basemaps.&lt;/P&gt;&lt;P&gt;Collector only supports tilePackages (.tpk) as offline basemaps.&lt;/P&gt;&lt;P&gt;To match our needs, we must use area of interest to generate the caches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we must use the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/manage-tile-cache.htm"&gt;ManageTileCache&lt;/A&gt; Tool to create caches on our AOIs.&lt;/P&gt;&lt;P&gt;We have all the tiledCaches, but we can't export them to .tpk files with the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/export-tile-cache.htm"&gt;ExpotTileCache&lt;/A&gt; Tool wich seems to be made for...&lt;/P&gt;&lt;P&gt;The error is 000242 : layer not supported.&lt;/P&gt;&lt;P&gt;The tool can be run despite of the error and indicates for each scale level that the export failed.&lt;/P&gt;&lt;P&gt;BUT the .tpk is generated, with the minimum scale showing in ArcMap but all other levels are empty.&lt;/P&gt;&lt;P&gt;We tried to unzip the .tpk, copy and paste the missing levels, but only the minimum scale can be read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue will be welcomed to aim that goal.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Feb 2016 23:53:44 GMT</pubDate>
    <dc:creator>JérémiePedoia</dc:creator>
    <dc:date>2016-02-21T23:53:44Z</dc:date>
    <item>
      <title>How to create tilePackage from tiled Cache ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380839#M12995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;We have to create and maintain (with desktop scripting) a bunch of Collector Offline Basemaps.&lt;/P&gt;&lt;P&gt;Collector only supports tilePackages (.tpk) as offline basemaps.&lt;/P&gt;&lt;P&gt;To match our needs, we must use area of interest to generate the caches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we must use the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/manage-tile-cache.htm"&gt;ManageTileCache&lt;/A&gt; Tool to create caches on our AOIs.&lt;/P&gt;&lt;P&gt;We have all the tiledCaches, but we can't export them to .tpk files with the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/export-tile-cache.htm"&gt;ExpotTileCache&lt;/A&gt; Tool wich seems to be made for...&lt;/P&gt;&lt;P&gt;The error is 000242 : layer not supported.&lt;/P&gt;&lt;P&gt;The tool can be run despite of the error and indicates for each scale level that the export failed.&lt;/P&gt;&lt;P&gt;BUT the .tpk is generated, with the minimum scale showing in ArcMap but all other levels are empty.&lt;/P&gt;&lt;P&gt;We tried to unzip the .tpk, copy and paste the missing levels, but only the minimum scale can be read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue will be welcomed to aim that goal.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 23:53:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380839#M12995</guid>
      <dc:creator>JérémiePedoia</dc:creator>
      <dc:date>2016-02-21T23:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tilePackage from tiled Cache ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380840#M12996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;We figured it out.&lt;/P&gt;&lt;P&gt;It seems that the 000242 Error is for the area of interest featureclass and not the cache.&lt;/P&gt;&lt;P&gt;If you want to generate a .tpk, you MUST specify a non-empty area of interest.&lt;/P&gt;&lt;P&gt;In this case, the error on the first parameter (the tiled cache) disapear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My team mate experienced a different behavior, the error did not disapear but the tool ran well anyway.&lt;/P&gt;&lt;P&gt;No clue on the reason, with the same version and caches...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we were not able to script the process with a stand alone python script nor a python command in the python window nor with an iterator in model builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only solution found was to create a model builder with n tools in it.&lt;/P&gt;&lt;P&gt;Fortunately, I "only" had 33 tools to run...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be fixed one day.&lt;/P&gt;&lt;P&gt;Hoping that this post be useful too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 22:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380840#M12996</guid>
      <dc:creator>JérémiePedoia</dc:creator>
      <dc:date>2016-02-22T22:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tilePackage from tiled Cache ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380841#M12997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jérémie,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue and the tool cannot run because of " Missed or non valid parameter". I use Pro 2.1 and My Data is an Extract from DEM extracted from InterMap (raster type + includ Elevation information)&lt;/P&gt;&lt;P&gt;Here are the steps i do :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create AOI that include my Raster (DEM)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Manage Cache Tile with filling all parameters even AOI&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Export Cache Tile with specifing format, scales are read automatically from the in source data "cache" and adding AOI&lt;/P&gt;&lt;P&gt;4. Execute the tool but i have ERROR&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/fr/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00226-00250-000242.htm" title="http://pro.arcgis.com/fr/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00226-00250-000242.htm"&gt;000242: Le jeu de données, le fichier ou la couche en entrée n'est pas valide.—Aide | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot figure out why it doesnt works....&lt;/P&gt;&lt;P&gt;What i want to do here is publish Elevation Service from my DEM to ArcGIS Online.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 15:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-tilepackage-from-tiled-cache/m-p/380841#M12997</guid>
      <dc:creator>AsmaNKHILI</dc:creator>
      <dc:date>2018-05-15T15:41:58Z</dc:date>
    </item>
  </channel>
</rss>

