<?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: ManageMapServerCacheTiles_Server Changes from v10.0 to v10.1-10.2 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375115#M14505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your first question publishing map services at 10.0 and at 10.1 a drastically different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At 10.0 you were able to publish and mxd directly to ArcGIS Server; however, at 10.1 this functionality is not longer available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you publish at 10.1 a service defition (MSD) is created in the background and processed by the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point the the MXD no longer has any relationship with the ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you publish at map with multiple dataframes at ArcGIS 10.1, only the active data frame is published to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, if you have an mxd with 2 data frames, you would have to publish them as two individual services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NelsonDM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 20:33:20 GMT</pubDate>
    <dc:creator>NelsonDe_Miranda</dc:creator>
    <dc:date>2013-08-16T20:33:20Z</dc:date>
    <item>
      <title>ManageMapServerCacheTiles_Server Changes from v10.0 to v10.1-10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375113#M14503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To All ArcGIS Server (AGS) Users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a script run against AGS v10.0 that updates cache tiles that uses the ManageMapServerCacheTiles_Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried running this script against AGS v10.1 and it crashed saying that ManageMapServerCacheTiles_Server received 11 parameters even though it only needs 7.&amp;nbsp; This is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question concerns the data_frame property that was used in v10.0 and was removed in v10.1.&amp;nbsp; What if you have a mapservice based on an mxd that has 2 dataframes.&amp;nbsp; How does ManageMapServerCacheTiles_Server know which dataframe to use if it is no longer specified as a parameter?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 14:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375113#M14503</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-07T14:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: ManageMapServerCacheTiles_Server Changes from v10.0 to v10.1-10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375114#M14504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Additional comments on changes from v10.0 to v10.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I exported a model using the ManageMapServerCacheTiles_server method, the scales were brought in like "16000;8000;4000;2000;1000;600", but the ESRI documentation shows it as [16000,8000,4000,2000,1000,600]. This is problematic because a lot of python developers suggest creating a model in modelbuilder and then import to python so you can see correct syntax (In this case, this statement is incorrect).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I had coordinates set for update extent (e.g. "2368446.00 120041.00 2690929.00 364399.00") and I had an Area of Interest (AOI), the script failed every time.&amp;nbsp; I finally was able to get the script to run when update extent = "". The v10.1 Help under update_extent says " It is not recommended you provide values for both update_extent and area_of_interest. If values for both parameters are provided, the value of area_of_interest will be used."&amp;nbsp; Based on my testing the not recommended part should say you cannot have both values set, as having both values set crashed my script every time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 15:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375114#M14504</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-08-09T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: ManageMapServerCacheTiles_Server Changes from v10.0 to v10.1-10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375115#M14505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your first question publishing map services at 10.0 and at 10.1 a drastically different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At 10.0 you were able to publish and mxd directly to ArcGIS Server; however, at 10.1 this functionality is not longer available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you publish at 10.1 a service defition (MSD) is created in the background and processed by the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point the the MXD no longer has any relationship with the ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you publish at map with multiple dataframes at ArcGIS 10.1, only the active data frame is published to the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, if you have an mxd with 2 data frames, you would have to publish them as two individual services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NelsonDM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/managemapservercachetiles-server-changes-from-v10/m-p/375115#M14505</guid>
      <dc:creator>NelsonDe_Miranda</dc:creator>
      <dc:date>2013-08-16T20:33:20Z</dc:date>
    </item>
  </channel>
</rss>

