<?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: ETL: Sketchup to Feature Class in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706361#M31189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cyrus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Python environments are getting confused.&amp;nbsp; It looks like you are using Pro 1.3 to create an ETL tool with a referenced FMW file.&lt;/P&gt;&lt;P&gt;Try setting your Tools&amp;gt;FME Options&amp;gt;Translation python interpreter to what Pro uses:&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python34.dll&lt;/P&gt;&lt;P&gt;If that fails try the other interpreter options.&amp;nbsp; If you can't get it to work please log a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a very tall building out from your data :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2016 15:48:50 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2016-11-16T15:48:50Z</dc:date>
    <item>
      <title>ETL: Sketchup to Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706360#M31188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do a simple workbench transformation of a Sketchup file to feature class, but I keep getting the same error in the translation log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;Created and connected to the ArcGIS 10.0 File Geodatabase at 'C:\Users\cblankins\Desktop\3dExamples\ATTEMPT.gdb'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site.py", line 176&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file=sys.stderr)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SyntaxError: invalid syntax&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize this isn't a very specific error, but it looks it's occurring with a python file installed alongside Pro. I've ran similar tools in the past and never come across this error. I've attached the fmw and sketchup files for reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/264649_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 14:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706360#M31188</guid>
      <dc:creator>CyrusBlankinship</dc:creator>
      <dc:date>2016-11-16T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: ETL: Sketchup to Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706361#M31189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cyrus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Python environments are getting confused.&amp;nbsp; It looks like you are using Pro 1.3 to create an ETL tool with a referenced FMW file.&lt;/P&gt;&lt;P&gt;Try setting your Tools&amp;gt;FME Options&amp;gt;Translation python interpreter to what Pro uses:&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python34.dll&lt;/P&gt;&lt;P&gt;If that fails try the other interpreter options.&amp;nbsp; If you can't get it to work please log a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a very tall building out from your data :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 15:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706361#M31189</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2016-11-16T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: ETL: Sketchup to Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706362#M31190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, that didn't work for me either. I attempted using all of the other interpreter options as well, but the same syntax error kept coming up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have to write a bug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/264701_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706362#M31190</guid>
      <dc:creator>CyrusBlankinship</dc:creator>
      <dc:date>2016-11-16T16:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: ETL: Sketchup to Feature Class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706363#M31191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have ArcGIS Server installed on the same machine as Desktop you can experience an incompatibility in Python environments that will cause this error.&amp;nbsp; The Workbench is finding the 64bit environment installed by Server before that installed by ArcGIS Pro.&lt;/P&gt;&lt;P&gt;We are working on this issue, in the meantime the workaround is to uninstall Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/etl-sketchup-to-feature-class/m-p/706363#M31191</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-03-28T15:43:53Z</dc:date>
    </item>
  </channel>
</rss>

