<?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: failed to execute import 3D files in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/failed-to-execute-import-3d-files/m-p/852511#M755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this problem... I'm using AGP 2.4. I tried to import a .obj file (size is about 536MB) with 16 texture file ( .tif format) using "Import 3D Files" GP tool. I get same error "ERROR 050038: No Valid Files" after 3 mins. No further &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/050001-060000/tool-errors-and-warnings-50026-50050-050038.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;explanation about the error &lt;/A&gt;so I'm really confused. Hope some one can give some suggestion.&lt;/P&gt;&lt;P&gt;CW&lt;/P&gt;&lt;P&gt;&lt;IMG alt="The error message after executing the &amp;quot;Import 3D Files&amp;quot;." class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/453812_ERROR050038.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The python code also report the same error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy.Import3DFiles_3d(r"X:\UAV-Processing\RTK-002\Model\YY\obj_0722_tif_2\yy_model_wgs.obj",r"X:\UAV-Processing\RTK-002\Model\YY\obj_0722_tif_2\YY_OBJ0722_TIF2_CW.gdb\YY_OBJ_TIF_CW")

Traceback (most recent call last):
 File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\ddd.py", line 1219, in Import3DFiles
 raise e
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\ddd.py", line 1216, in Import3DFiles
 retval = convertArcObjectToPythonObject(gp.Import3DFiles_3d(*gp_fixargs((in_files, out_featureClass, root_per_feature, spatial_reference, y_is_up, file_suffix, in_featureClass, symbol_field), True)))
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt;
 return lambda *args: val(*gp_fixargs(args, True))
arcgisscripting.ExecuteError: ERROR 050038: No Valid Files
ERROR 050038: No Valid Files
Failed to execute (Import3DFiles).‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/import 3d/tg-p" target="_blank"&gt;#import 3d&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/3d-analytic/tg-p" target="_blank"&gt;#3d-analytic&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/import 3d from file/tg-p" target="_blank"&gt;#import 3d from file&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/from_file/tg-p" target="_blank"&gt;#from_file&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/wavefront obj/tg-p" target="_blank"&gt;#wavefront obj&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/import obj/tg-p" target="_blank"&gt;#import obj&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/conversion/tg-p" target="_blank"&gt;#conversion&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/&amp;quot;3d analyst&amp;quot;/tg-p" target="_blank"&gt;#"3d analyst"&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:30:27 GMT</pubDate>
    <dc:creator>ChengWeiSun</dc:creator>
    <dc:date>2021-12-12T10:30:27Z</dc:date>
    <item>
      <title>failed to execute import 3D files</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/failed-to-execute-import-3d-files/m-p/852510#M754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community, I'm trying to import a 3D file of * .dae format that is within the formats supported by the arcgis pro 2.2 which is the version I use, but when running the tool import 3D files it throws me the error that it is not a valid file (ERROR 050038: No Valid Files) because that may be happening if the format is set within the admitted, thanks in&amp;nbsp;advance for possible help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;IMG alt="jumping error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/438051_error_import.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/failed-to-execute-import-3d-files/m-p/852510#M754</guid>
      <dc:creator>DanielAndia</dc:creator>
      <dc:date>2019-02-25T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: failed to execute import 3D files</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/failed-to-execute-import-3d-files/m-p/852511#M755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this problem... I'm using AGP 2.4. I tried to import a .obj file (size is about 536MB) with 16 texture file ( .tif format) using "Import 3D Files" GP tool. I get same error "ERROR 050038: No Valid Files" after 3 mins. No further &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/050001-060000/tool-errors-and-warnings-50026-50050-050038.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;explanation about the error &lt;/A&gt;so I'm really confused. Hope some one can give some suggestion.&lt;/P&gt;&lt;P&gt;CW&lt;/P&gt;&lt;P&gt;&lt;IMG alt="The error message after executing the &amp;quot;Import 3D Files&amp;quot;." class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/453812_ERROR050038.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The python code also report the same error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy.Import3DFiles_3d(r"X:\UAV-Processing\RTK-002\Model\YY\obj_0722_tif_2\yy_model_wgs.obj",r"X:\UAV-Processing\RTK-002\Model\YY\obj_0722_tif_2\YY_OBJ0722_TIF2_CW.gdb\YY_OBJ_TIF_CW")

Traceback (most recent call last):
 File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\ddd.py", line 1219, in Import3DFiles
 raise e
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\ddd.py", line 1216, in Import3DFiles
 retval = convertArcObjectToPythonObject(gp.Import3DFiles_3d(*gp_fixargs((in_files, out_featureClass, root_per_feature, spatial_reference, y_is_up, file_suffix, in_featureClass, symbol_field), True)))
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing\_base.py", line 506, in &amp;lt;lambda&amp;gt;
 return lambda *args: val(*gp_fixargs(args, True))
arcgisscripting.ExecuteError: ERROR 050038: No Valid Files
ERROR 050038: No Valid Files
Failed to execute (Import3DFiles).‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/import 3d/tg-p" target="_blank"&gt;#import 3d&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/3d-analytic/tg-p" target="_blank"&gt;#3d-analytic&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/import 3d from file/tg-p" target="_blank"&gt;#import 3d from file&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/from_file/tg-p" target="_blank"&gt;#from_file&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/wavefront obj/tg-p" target="_blank"&gt;#wavefront obj&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/import obj/tg-p" target="_blank"&gt;#import obj&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/conversion/tg-p" target="_blank"&gt;#conversion&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/&amp;quot;3d analyst&amp;quot;/tg-p" target="_blank"&gt;#"3d analyst"&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/failed-to-execute-import-3d-files/m-p/852511#M755</guid>
      <dc:creator>ChengWeiSun</dc:creator>
      <dc:date>2021-12-12T10:30:27Z</dc:date>
    </item>
  </channel>
</rss>

