<?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: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218700#M16819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Errors when run on server&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/122255_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 17:52:59 GMT</pubDate>
    <dc:creator>MichaelMiller2</dc:creator>
    <dc:date>2015-08-13T17:52:59Z</dc:date>
    <item>
      <title>Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218696#M16815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm have a script that we run as a scheduled task to build feature classes and we are trying to import metadata from pre-configured xml files. The ImportMetadata_conversion will run when the script is invoked on the desktop but not when invoked from ArcGIS server.&amp;nbsp; Is this a bug in the 64bit version of arcpy on the server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218696#M16815</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2015-08-13T15:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218697#M16816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would be nice if you can post your current code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218697#M16816</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2015-08-13T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218698#M16817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy


metadata = r"\\itdhq1apt90\InputData\CreateGISDataWarehouse\assets\Bridge_metadata.xml"
output_bridge = r"\\itdhq1apt90\InputData\CreateGISDataWarehouse\output\Staging.gdb\Assets\Bridge"


arcpy.ImportMetadata_conversion(metadata,"FROM_ARCGIS",output_bridge,"ENABLED")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:40:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218698#M16817</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2021-12-11T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218699#M16818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting any errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218699#M16818</guid>
      <dc:creator>PacoAlverez</dc:creator>
      <dc:date>2015-08-13T17:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218700#M16819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Errors when run on server&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/122255_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218700#M16819</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2015-08-13T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218701#M16820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tired using full paths for your parameters, unc pathnames?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.esri.com/help/9.3/ArcGISengine/java/Gp_ToolRef/sharing_tools_and_toolboxes/pathnames_explained_colon_absolute_relative_unc_and_url.htm" title="http://resources.esri.com/help/9.3/ArcGISengine/java/Gp_ToolRef/sharing_tools_and_toolboxes/pathnames_explained_colon_absolute_relative_unc_and_url.htm"&gt;Pathnames explained: Absolute, relative, UNC, and URL&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/85339/assigning-unc-path-to-arcpy-env-workspace" title="http://gis.stackexchange.com/questions/85339/assigning-unc-path-to-arcpy-env-workspace"&gt;Assigning UNC Path to arcpy.env.workspace - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218701#M16820</guid>
      <dc:creator>PacoAlverez</dc:creator>
      <dc:date>2015-08-13T18:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218702#M16821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see from the code above, I'm using UNC paths assigned to variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 19:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218702#M16821</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2015-08-13T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218703#M16822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, &lt;/P&gt;&lt;P&gt;your using arcpy.ImportMetadata_conversion&lt;/P&gt;&lt;P&gt;try using MetadataImporter_conversion&lt;/P&gt;&lt;P&gt;try something like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14394971119311842 jive_text_macro" data-renderedposition="115.39999389648438_8_912_71" jivemacro_uid="_14394971119311842" modifiedtitle="true"&gt;&lt;OL class="dp-c" start="1"&gt;&lt;LI&gt;# Local variables...&lt;/LI&gt;&lt;LI&gt;sde_DEVGIS_Wetlands = "Database Connections\\HOU-SRVRNPRD2 (devgis - sde).sde\\sde.DEVGIS.DevelopmentAndTesting\\sde.DEVGIS.Wetlands"&lt;/LI&gt;&lt;LI&gt;Wetlands_xml = "K:\\GIS Data\\Metadata\\Wetlands.xml"&lt;/LI&gt;&lt;LI&gt;arcpy.MetadataImporter_conversion(Wetlands_xml, sde_DEVGIS_Wetlands)&lt;/LI&gt;&lt;/OL&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 20:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218703#M16822</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2015-08-13T20:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218704#M16823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both ImportMetadata_conversion and MetadataImporter_conversion work when invoked in a test script on the desktop, but neither work when invoked by the same test script on ArcGIS server.&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/122277_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 15:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218704#M16823</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2015-08-14T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any issues with the command ImportMetadata_conversion not working on ArcGIS server?</title>
      <link>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218705#M16824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently the arcpy Metadata conversion tools will not run on ArcGIS install using 64-bit python. Looks like we'll have to install a 32-bit ArcGIS Desktop on the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 20:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/anyone-have-any-issues-with-the-command/m-p/218705#M16824</guid>
      <dc:creator>MichaelMiller2</dc:creator>
      <dc:date>2015-08-19T20:11:29Z</dc:date>
    </item>
  </channel>
</rss>

