<?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: Tiled labels to annotation runtime error in script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1072228#M61480</link>
    <description>&lt;P&gt;After&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;'s input I was able to make it work. In a stand-alone script you only need the first 6 parameters&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.TiledLabelsToAnnotation_cartography(AnnoMap, IndexGrid, GDB, "DesMoinesStreetAnno", "Anno", 3000)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 18:51:06 GMT</pubDate>
    <dc:creator>AliciaShyu</dc:creator>
    <dc:date>2021-06-24T18:51:06Z</dc:date>
    <item>
      <title>Tiled labels to annotation runtime error in script</title>
      <link>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1071701#M61469</link>
      <description>&lt;P&gt;I ran the Tiled Labels to Annotation tool in Pro and copy the python code to my script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.TiledLabelsToAnnotation_cartography(AnnoMap, IndexGrid, GDB, "DesMoinesStreetAnno", "Anno", 3000, None,
                                          None, None, None, "STANDARD", "NOT_GENERATE_UNPLACED_ANNOTATION",
                                           "ALL_LAYERS", None, "NO_REQUIRE_ID", "AUTO_CREATE", "SHAPE_UPDATE",
                                           "FEATURE_CLASS_PER_FEATURE_LAYER", "NO_MERGE_LABEL_CLASS")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting a runtime error:&lt;/P&gt;&lt;P&gt;RuntimeError: Object: Error in executing tool&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RuntimeError.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16736iF75EA729A9C4E76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="RuntimeError.png" alt="RuntimeError.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've tried searching the error but haven't come across a possible solution.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1071701#M61469</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2021-06-23T21:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled labels to annotation runtime error in script</title>
      <link>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1071778#M61470</link>
      <description>&lt;P&gt;drop&amp;nbsp;&lt;SPAN&gt;NO_MERGE_LABEL_CLASS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;since you are using&amp;nbsp;&lt;SPAN&gt;FEATURE_CLASS_PER_FEATURE_LAYER&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See the python example descriptions in&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/cartography/tiled-labels-to-annotation.htm" target="_blank"&gt;Tiled Labels To Annotation (Cartography)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 23:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1071778#M61470</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-23T23:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled labels to annotation runtime error in script</title>
      <link>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1072228#M61480</link>
      <description>&lt;P&gt;After&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;'s input I was able to make it work. In a stand-alone script you only need the first 6 parameters&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.TiledLabelsToAnnotation_cartography(AnnoMap, IndexGrid, GDB, "DesMoinesStreetAnno", "Anno", 3000)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 18:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1072228#M61480</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2021-06-24T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled labels to annotation runtime error in script</title>
      <link>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1072244#M61483</link>
      <description>&lt;P&gt;glad I could help... I think&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 19:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tiled-labels-to-annotation-runtime-error-in-script/m-p/1072244#M61483</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-24T19:27:39Z</dc:date>
    </item>
  </channel>
</rss>

