<?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 trying to view locks in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844938#M4924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barbara,&lt;/P&gt;&lt;P&gt;Not a silly question, it gets a bit confusing when you have to hop between products... I used SQL Server Management studio (logged in as sysadmin) and right click&amp;gt;edit top 200 rows, held my breath, then highlighted and (right-click) deleted the rows that were shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 13:23:00 GMT</pubDate>
    <dc:creator>MelissaNorthey</dc:creator>
    <dc:date>2018-11-07T13:23:00Z</dc:date>
    <item>
      <title>Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844909#M4895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am receiving this error while clicking on the lock tab in Geodatabase Administration using ArcCatalog 10.5.1.&amp;nbsp; Has anyone else experienced this?&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/391209_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 18:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844909#M4895</guid>
      <dc:creator>MichaelStranovsky</dc:creator>
      <dc:date>2017-12-19T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844910#M4896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; What type DBMS is your geodatabase stored in? Also can you provide the version of geodatabase (Right click gdb admin connection &amp;lt; Properties)? Is this a sde&amp;nbsp;or DBO (if SQL Server) owned geodatabase schema? Lastly- and just to verify- you are connected as the geodatabase administrative user when attempting to view current locks correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;From my experience, this error can sometimes be indicative of orphaned records in the locks tables within the geodatabase. This typical workflow to diagnose and fix this issue would be to use (for a SQL Server DBMS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Take a full backup of the database (.bak for example),&lt;/STRONG&gt;&amp;nbsp;then disconnect all users using the ArcCatalog interface. Check the following tables and remove any remaining / orphaned entries through SQL from the geodatabase.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;SELECT * FROM sde.SDE_table_locks;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;SELECT * FROM sde.SDE_layer_locks; &lt;/LI&gt;&lt;LI&gt;SELECT * FROM sde.SDE_object_locks; &lt;/LI&gt;&lt;LI&gt;SELECT * FROM sde.SDE_state_locks; &lt;/LI&gt;&lt;LI&gt;SELECT * FROM sde.sde_process_information;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you need assistance or would like further clarification I'd recommend contacting Esri Technical Support to assist with this workflow and confirm that this is what is causing the issue. I hope this is helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844910#M4896</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2017-12-28T19:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844911#M4897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I had this exact issue a few months ago.&lt;/P&gt;&lt;P&gt;Rex is correct to clean out any orphan locks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 18:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844911#M4897</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-01-02T18:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844912#M4898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow up further- a recent defect was logged for 10.5.1 regarding this behavior surrounding orphaned locks. I encourage anyone experiencing this to reference this defect if you contact Esri Support Services. It appears that this behavior is currently specific to 10.5.1 and is not reproducible at 10.6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;BUG-000110574: Error “Column value is null” is encountered while accessing the locks information in geodatabase administration window.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 21:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844912#M4898</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2018-01-04T21:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844913#M4899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;nbsp;same error is back after updating ArcMap from 10.5.1 to 10.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844913#M4899</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-02-09T00:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844914#M4900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill- Thanks for bringing this behavior to light at 10.6. Thus far the BUG-000110574 hasn't been reproducible at 10.6 so this is interesting. Are you able to open a ticket with Esri Support Services so that evaluate this further at 10.6 and update that defect if necessary?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844914#M4900</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2018-02-14T15:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844915#M4901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, but It's not&amp;nbsp;having the error today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844915#M4901</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-02-15T18:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844916#M4902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same error at 10.5.1. I am also getting an error message when trying to compress the database ("Failed to compress the database. Operation Failed [dbo.DEFAULT). I had 10.6 installed on another machine so I tried to access the locks or compress and I am getting the same exact error messages. I uninstalled 10.6 and went back to 10.3.1 and I am no longer getting either of those error message. It's been a very frustrating week. I upgraded from 10.3.1 to 10.6 and spent two days trying to figure out why I could no longer edit a versioned database. After calling tech support I was told there's a bug that affects 10.6 on Windows 7 so I downgraded to 10.5.1, went through the trouble of having to save all my .mxds&amp;nbsp; to be compatible with an older version only to find out there's another bug at 10.5.1. I guess I'll be stuck at 10.3.1 until ESRI no longer supports it....&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844916#M4902</guid>
      <dc:creator>AlinaTaus</dc:creator>
      <dc:date>2018-03-07T15:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844917#M4903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alina,&lt;/P&gt;&lt;P&gt;I have the same NULL error popup in ArcMap today.&lt;/P&gt;&lt;P&gt;And the same compress FAIL errors&lt;/P&gt;&lt;P&gt;And ArcGIS Pro v2.1.2 will show connections but just crashes when clicking the "Show connected users and locks..." button &amp;gt; Locks tab&lt;/P&gt;&lt;P&gt;Unable to get lock list&lt;/P&gt;&lt;P&gt;A database connection exception has occurred&lt;/P&gt;&lt;P&gt;Column value is NULL&lt;/P&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/RRobichaux-esristaff"&gt;RRobichaux-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844917#M4903</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-03-16T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844918#M4904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Thank you Bill and Alina for following up on this. I can provide you with an update- it appears the "not reproducible in&amp;nbsp; 10.6" has been expunged from the defect and further testing is still ongoing. Therefore this looks&amp;nbsp;to be (currently) an ongoing issue at 10.5.1 and 10.6 (and Pro 2.0+) that will hopefully be addressed soon. I'll ensure to update you when I have more information and/or there are developments with the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;BUG-000110574 defect. For anyone else experiencing this issue- if you have not already, I would suggest logging a case with Esri Support Services and reference the above defect as well as your system configuration. This will better assist Esri in gauging the number of users being affected by this behavior.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; I hope this has been helpful and to have more information soon!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 16:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844918#M4904</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2018-03-16T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844919#M4905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried compress from 10.3.1 and it fails too.&lt;/P&gt;&lt;P&gt;It grows the SQL Server transaction log until it fills the hard drive - which has now stoped the geodatabase working for users.&lt;/P&gt;&lt;P&gt;SQL Server 2014&lt;/P&gt;&lt;P&gt;Geodatabase v10.4.1&lt;/P&gt;&lt;P&gt;Windows Server 2008 R2&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/RRobichaux-esristaff"&gt;RRobichaux-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844919#M4905</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-03-16T20:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844920#M4906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill- sorry to hear you are still having issues with this compress / locks. The filling of the transaction log could well be due to existing / orphaned locks still existing. Did you ensure the following tables were completely empty in SQL before attempting the compress?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sde.SDE_object_locks&lt;BR /&gt;sde.SDE_layer_locks&lt;BR /&gt;sde.SDE_table_locks&lt;BR /&gt;sde.SDE_state_locks&lt;BR /&gt;sde.SDE_project_information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, I'd recommend truncating or deleting a large amount of the current transaction log to free up space in SQL. Further- ensure the&amp;nbsp;&amp;nbsp;'Recovery Model' of the geodatabase is set to 'Simple' before running compress. You can change it back to 'FULL' after the compress if you want, or just leave it set to simple and change it to FULL when you want to take a manual or scheduled full backup of the database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please feel free to give the above suggestions a try and hopefully, this gets your GDB back up, running, and accessible / compressed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844920#M4906</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2018-03-22T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844921#M4907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rex,&lt;/P&gt;&lt;P&gt;Thanks for the detail.&lt;/P&gt;&lt;P&gt;The compress problem is just like the view locks problem - both are fixed after following each of the steps you listed.&lt;/P&gt;&lt;P&gt;Including a required change from full to simple in order to successfully get it to work without filling up the disk with a run-away transaction log.&lt;/P&gt;&lt;P&gt;Once the orphan records are clear, compress is fast (a couple seconds) again.&lt;/P&gt;&lt;P&gt;If a user happens to crash an ArcMap session or have to kill a non-responsive session a new orphan record will cause the same problems.&lt;/P&gt;&lt;P&gt;With ESRI support we also found that with the update to 10.5 requiring geocoding locators to be removed from inside the geodatabase and placed in a file folder they were not successfully rebuilding from usual nightly windows task scheduler running python script due to ArcGIS Server placing locks on them as a web service.&lt;/P&gt;&lt;P&gt;We think those failed rebuilds were creating the orphan records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Stop ArcGIS Server address locator services&lt;/LI&gt;&lt;LI&gt;Rebuild address locators&lt;/LI&gt;&lt;LI&gt;Overwrite address locator services&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844921#M4907</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-03-26T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844922#M4908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on 10.6.1 and still having this annoying problem... has it ever been resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844922#M4908</guid>
      <dc:creator>Arlington_CoGISMC</dc:creator>
      <dc:date>2018-09-06T12:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844923#M4909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also experience this with 10.6.1.&amp;nbsp; If we delete all the records out the tables listed above, then it solves the issue.&amp;nbsp; Would be great to know the cause of the problem so we can try to prevent it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 18:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844923#M4909</guid>
      <dc:creator>KevinDunlop</dc:creator>
      <dc:date>2018-09-13T18:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844924#M4910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this issue occurring with all enterprise db versions or just specific types of enterprise dbs (SQL Server)?&amp;nbsp; My org utilizes Oracle so I am curious if I will encounter this bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 18:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844924#M4910</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-09-13T18:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844925#M4911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;For us, we run SQL Server 2016 Enterprise and SDE 10.6.1.&amp;nbsp; This has never happened in our Oracle or Postgres databases.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 18:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844925#M4911</guid>
      <dc:creator>KevinDunlop</dc:creator>
      <dc:date>2018-09-13T18:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844927#M4913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/422353_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 22:02:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844927#M4913</guid>
      <dc:creator>ErnestoCarreras4</dc:creator>
      <dc:date>2018-09-18T22:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844928#M4914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The status for BUG-000110574 has been updated to Implemented.&lt;/P&gt;&lt;P&gt;Reproducible at ArcMap 10.6.0, 10.6.1 and Pro 2.2.0&lt;/P&gt;&lt;P&gt;Fix implemented in 2.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 22:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844928#M4914</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2018-10-02T22:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error trying to view locks</title>
      <link>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844929#M4915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your query worked great. I was able to determine the orphaned records and fix the problem. Thank you for sharing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 17:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/error-trying-to-view-locks/m-p/844929#M4915</guid>
      <dc:creator>SteveHossack</dc:creator>
      <dc:date>2018-10-26T17:08:29Z</dc:date>
    </item>
  </channel>
</rss>

