<?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: append issue - model builder vs python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550159#M43013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SchemaOwner_sdeFC = "Database Connections\\SchemaOwner.sde\\SchemaOwner.sdeFC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my scripts, this line would be referencing a .sde file.&amp;nbsp; I am not sure what a .sdeFC file is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, can you provide the full path to the .sde file?&amp;nbsp; I found that the Database Connections syntax worked for ArcGIS v10.0, but for ArcGIS v10.1 I had to provide the full path for the script to accept the SDE connection file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 18:56:02 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-05-17T18:56:02Z</dc:date>
    <item>
      <title>append issue - model builder vs python</title>
      <link>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550156#M43010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to append a feature class from fgdb to sde geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created the model builder with append tool, everything working fine.. But after I export the same as python, while executing I am getting the following error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error 000732: Target Dataset: Dataset Database connections\schemaowner.sde\schemaowner.featureclass&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does not exist or not supported. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you help me on this, since model builder is working, but the exported python throwing error, any other lines i have to add. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 15:11:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550156#M43010</guid>
      <dc:creator>VadivelanPalanichamy</dc:creator>
      <dc:date>2013-05-17T15:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: append issue - model builder vs python</title>
      <link>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550157#M43011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you working with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post your code (with code block please)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550157#M43011</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-05-17T17:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: append issue - model builder vs python</title>
      <link>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550158#M43012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Mike, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is ArcGIS 10.1 Sp1 in Windows 2008 machine.&amp;nbsp;&amp;nbsp; I tried multiple times, the python code is not working, getting the same error.&amp;nbsp; I verified the same with different fc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Local variables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inputFC = "inputFC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SchemaOwner_sdeFC = "Database Connections\\SchemaOwner.sde\\SchemaOwner.sdeFC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Process: Append&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.Append_management("inputFC", SchemaOwner_sdeFC, "NO_TEST", "STATUS \"Status\" true true false 1 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Status,-1,-1;SCORE \"Score\" true true false 2 Short 0 5 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Score,-1,-1;MATCH_TYPE \"Match_type\" true true false 2 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Match_type,-1,-1;SIDE \"Side\" true true false 1 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Side,-1,-1;X \"X\" true true false 8 Double 8 38 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,X,-1,-1;Y \"Y\" true true false 8 Double 8 38 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Y,-1,-1;MATCH_ADDR \"Match_addr\" true true false 135 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,Match_addr,-1,-1;BLOCKL \"BlockL\" true true false 15 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,BlockL,-1,-1;BLOCKR \"BlockR\" true true false 15 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,BlockR,-1,-1;ARC_STREET \"Street or Intersection\" true true false 60 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,ARC_Street,-1,-1;ARC_CITY \"City\" true true false 40 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,ARC_City,-1,-1;ARC_STATE \"State\" true true false 20 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,ARC_State,-1,-1;ARC_ZIP \"ZIP\" true true false 12 Text 0 0 ,First,#,E:\\ESRI\\work\\work.gdb\\inputFC,ARC_ZIP,-1,-1", "")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 18:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550158#M43012</guid>
      <dc:creator>VadivelanPalanichamy</dc:creator>
      <dc:date>2013-05-17T18:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: append issue - model builder vs python</title>
      <link>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550159#M43013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SchemaOwner_sdeFC = "Database Connections\\SchemaOwner.sde\\SchemaOwner.sdeFC"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my scripts, this line would be referencing a .sde file.&amp;nbsp; I am not sure what a .sdeFC file is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, can you provide the full path to the .sde file?&amp;nbsp; I found that the Database Connections syntax worked for ArcGIS v10.0, but for ArcGIS v10.1 I had to provide the full path for the script to accept the SDE connection file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 18:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/append-issue-model-builder-vs-python/m-p/550159#M43013</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-05-17T18:56:02Z</dc:date>
    </item>
  </channel>
</rss>

