<?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 Problem calling Data management Tools.tbx in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599170#M46871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have developed a python script who make this call&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.AddToolbox("C:\\Program Files (x86)\\ArcGIS\\Engine10.2\\ArcToolbox\\Toolboxes\\Data Management Tools.tbx")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created then a ToolBox with this script. I have to call this toolbox from a Product developed with C# and ArcGIS Engine single use (no extensions) ver. 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This product have toc , map control and toolbar AddData button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolbox works without problem but when, after running toolbox, i press the AddData Button the system crash and i have an error , see the attached image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolbox works good for example in arcmap ( arcview version &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; it can be a license problem adding Data Management Tools.tbx with ArcGIS Engine ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestion to give me ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 14:21:17 GMT</pubDate>
    <dc:creator>MarcoRosa</dc:creator>
    <dc:date>2014-05-07T14:21:17Z</dc:date>
    <item>
      <title>Problem calling Data management Tools.tbx</title>
      <link>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599170#M46871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have developed a python script who make this call&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.AddToolbox("C:\\Program Files (x86)\\ArcGIS\\Engine10.2\\ArcToolbox\\Toolboxes\\Data Management Tools.tbx")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created then a ToolBox with this script. I have to call this toolbox from a Product developed with C# and ArcGIS Engine single use (no extensions) ver. 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This product have toc , map control and toolbar AddData button&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolbox works without problem but when, after running toolbox, i press the AddData Button the system crash and i have an error , see the attached image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolbox works good for example in arcmap ( arcview version &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; it can be a license problem adding Data Management Tools.tbx with ArcGIS Engine ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestion to give me ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 14:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599170#M46871</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2014-05-07T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling Data management Tools.tbx</title>
      <link>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599171#M46872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should not have to add ArcGIS system toolboxes with AddToolbox, system tools should just be available as ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.management.Clip()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.Clip_management()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, I don't think the toolbox call is the source of your problem.&amp;nbsp; It sure looks like something about how your forms and events are handled in your app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 21:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599171#M46872</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-05-07T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem calling Data management Tools.tbx</title>
      <link>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599172#M46873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Prince , you're right .... i rem the line code and works good .... thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Giorgio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 11:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-calling-data-management-tools-tbx/m-p/599172#M46873</guid>
      <dc:creator>MarcoRosa</dc:creator>
      <dc:date>2014-05-09T11:07:48Z</dc:date>
    </item>
  </channel>
</rss>

