<?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 community Object is viewed in read only mode in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160183#M7221</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;ran into bizzar situation my VPN community is locked i didn't do anything or published nothing. just entered my admin user&lt;/P&gt;&lt;P&gt;in SmartConsole R81.10 and the object is locked. i tried all the above here and nothing.&lt;/P&gt;&lt;P&gt;it is a Lab environment so i can do whatever no harming clients.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- jumbo fix didnt help&lt;/P&gt;&lt;P&gt;- revert session also&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Mor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2022 12:20:48 GMT</pubDate>
    <dc:creator>mormarko</dc:creator>
    <dc:date>2022-10-23T12:20:48Z</dc:date>
    <item>
      <title>community Object is viewed in read only mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160183#M7221</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;ran into bizzar situation my VPN community is locked i didn't do anything or published nothing. just entered my admin user&lt;/P&gt;&lt;P&gt;in SmartConsole R81.10 and the object is locked. i tried all the above here and nothing.&lt;/P&gt;&lt;P&gt;it is a Lab environment so i can do whatever no harming clients.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- jumbo fix didnt help&lt;/P&gt;&lt;P&gt;- revert session also&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Mor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 12:20:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160183#M7221</guid>
      <dc:creator>mormarko</dc:creator>
      <dc:date>2022-10-23T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: community Object is viewed in read only mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160370#M7229</link>
      <description>&lt;P&gt;login with a super admin account and check if you have any unpublished sessions. Once one is found, take it over and publish.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:23:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160370#M7229</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-10-25T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: community Object is viewed in read only mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160377#M7230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for the help. i actually solved it with this link here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Management/How-to-release-lock-from-objects-in-R80-10/td-p/6969#" target="_blank"&gt;https://community.checkpoint.com/t5/Management/How-to-release-lock-from-objects-in-R80-10/td-p/6969#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with this command:&lt;/P&gt;&lt;P&gt;psql_client cpm postgres -c "SELECT objid, name, dlesession, cpmitable, subquery1.lockingsessionid, subquery1.operation FROM dleobjectderef_data, (SELECT lockedobjid, lockingsessionid, operation FROM locknonos) subquery1 WHERE subquery1.lockedobjid = objid and not deleted and dlesession &amp;gt;=0;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, delete the object from locknonos db-table to release it.&lt;/P&gt;&lt;P&gt;psql_client cpm postgres -c "delete from locknonos where lockedobjid='[objid-from previous command]';"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cpstop;cpstart to restart the services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AND ALL WORKS FINE!!!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 14:44:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160377#M7230</guid>
      <dc:creator>mormarko</dc:creator>
      <dc:date>2022-10-25T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: community Object is viewed in read only mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160383#M7231</link>
      <description>&lt;P&gt;Great to see you have your answer, but this is not a recommended way. It may break legitimate sessions, if applied during someone else making changes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You should always try to clean abandoned sessions and make sure nobody is connected to the management server before applying this approach.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:05:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/community-Object-is-viewed-in-read-only-mode/m-p/160383#M7231</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-10-25T15:05:03Z</dc:date>
    </item>
  </channel>
</rss>

