<?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: ERROR 000464 - but no schema lock? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593544#M73883</link>
    <description>&lt;P&gt;what is 'dataset' ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-questions/schema-lock-error-from-script-tool-before-script/td-p/235436" target="_blank"&gt;Solved: Schema lock error from script tool before script e... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but it may or may not be the issue given what is required for the TestSchemeLock and what you are providing to it.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2025 20:28:22 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-03-07T20:28:22Z</dc:date>
    <item>
      <title>ERROR 000464 - but no schema lock?</title>
      <link>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593537#M73882</link>
      <description>&lt;P&gt;I've hit a wall trying to trouble shoot my script issue. I am trying to project data from a versioned geodatabase to a local geodatabase. My script has been working fine for months but all of the sudden i keep getting a schema lock error on the same dataset, the problem is, i can't find a lock in database Administration. So I'm performing the following code to investigate:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;print(arcpy.TestSchemaLock(dataset))
arcpy.Project_management(dataset, "dataset_reprojected", PROJECTION)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;TestSchemaLock comes back as True, ie: should be open. But the Project function continues to come back with ERROR 000464 identifying a schema lock.&amp;nbsp;&lt;/P&gt;&lt;P&gt;python interpreter coming from Pro version 3.3.2&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593537#M73882</guid>
      <dc:creator>ChristineSalvadore</dc:creator>
      <dc:date>2025-03-07T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000464 - but no schema lock?</title>
      <link>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593544#M73883</link>
      <description>&lt;P&gt;what is 'dataset' ?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-questions/schema-lock-error-from-script-tool-before-script/td-p/235436" target="_blank"&gt;Solved: Schema lock error from script tool before script e... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but it may or may not be the issue given what is required for the TestSchemeLock and what you are providing to it.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593544#M73883</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-03-07T20:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000464 - but no schema lock?</title>
      <link>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593549#M73884</link>
      <description>&lt;P&gt;dataset is a point featureclass&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593549#M73884</guid>
      <dc:creator>ChristineSalvadore</dc:creator>
      <dc:date>2025-03-07T20:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000464 - but no schema lock?</title>
      <link>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593556#M73885</link>
      <description>&lt;P&gt;Pop open the file geodatabase folder in explorer, find every .lock file and delete them. Any active locks will trigger the usual Windows error, from there you can use a tool like the &lt;A href="https://learn.microsoft.com/en-us/windows/powertoys/file-locksmith" target="_self"&gt;File Locksmith in Windows PowerTools&lt;/A&gt; to figure out what's holding the lock and then stop that program to safely release it.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000464-but-no-schema-lock/m-p/1593556#M73885</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-03-07T20:56:05Z</dc:date>
    </item>
  </channel>
</rss>

