<?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: Arcpy to check if the AcceptConnections check box is True or False in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043253#M60624</link>
    <description>&lt;P&gt;why waste an email &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/disconnectuser.htm" target="_blank"&gt;DisconnectUser—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 22:57:55 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-04-01T22:57:55Z</dc:date>
    <item>
      <title>Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043133#M60618</link>
      <description>&lt;P&gt;Is there a way to have a python script check if the AcceptConnections tool is set to True or False?&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;AcceptConnections&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="n"&gt;admin_workspace&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="bp"&gt;False&lt;/SPAN&gt;&lt;SPAN class="p"&gt;)&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;I need to check what the current state is in the enterprise geodatabase?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043133#M60618</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-04-01T20:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043163#M60619</link>
      <description>&lt;P&gt;Without knowing more context, it might be easier to simply attempt to do something and handle the exception otherwise. For example, if you need to connect but you're not sure if connections are allowed, just attempt to connect in a try block and handle the case it's denied in the except. Or, if you need to know if you need to turn connections back on, just turn it on (even if it's already on).&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043163#M60619</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-04-01T20:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043182#M60621</link>
      <description>&lt;P&gt;So I have a co worker that does some database administration stuff and he sometimes forgets to check the box to allow connections. I just want to have a quick little script that checks if he left it unchecked or not.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 20:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043182#M60621</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-04-01T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043192#M60622</link>
      <description>&lt;P&gt;Will you take any action based on the result or just ask your coworker if the current state is intended?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 21:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043192#M60622</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-04-01T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043195#M60623</link>
      <description>&lt;P&gt;Yes action will be taken. Mostly an email will be sent to notify of the issue. If it is intended then at least he will know I am watching &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 21:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043195#M60623</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-04-01T21:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043253#M60624</link>
      <description>&lt;P&gt;why waste an email &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/disconnectuser.htm" target="_blank"&gt;DisconnectUser—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 22:57:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043253#M60624</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-01T22:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy to check if the AcceptConnections check box is True or False</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043257#M60625</link>
      <description>&lt;P&gt;From what I can tell there must not be a property to describe the state of the check box. That is all I am looking for. I have another route I can go but if there was this option then that would make it easy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 23:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-to-check-if-the-acceptconnections-check-box/m-p/1043257#M60625</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-04-01T23:16:01Z</dc:date>
    </item>
  </channel>
</rss>

