<?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: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762860#M28889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have granted the SYSADMIN server role to the SDE login, which will make it a DBO schema user and thus those options will be grayed out.&lt;/P&gt;&lt;P&gt;Just as a quick test, you can try creating a simple table or a feature class, connected as the SDE login and check the Data Owner schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you resync the SDE login after restore of the database?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000008079" title="https://support.esri.com/en/technical-article/000008079"&gt;How To: Re-synch SQL Server logins or users after restoring a database from backup&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2018 04:21:58 GMT</pubDate>
    <dc:creator>Asrujit_SenGupta</dc:creator>
    <dc:date>2018-03-25T04:21:58Z</dc:date>
    <item>
      <title>Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762859#M28888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When right-clicking a feature class in an ArcSDE geodatabase from ArcGIS Desktop, the 'Privileges', ‘Register As Version’ commands are grayed out even though the user is &lt;STRONG&gt;connected as the data owner, &lt;/STRONG&gt;and&lt;STRONG&gt; (Advanced) ArcGIS Desktop license is being used&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/399752_pastedImage_1.png" style="width: 323px; height: 331px;" /&gt;&lt;/P&gt;&lt;P&gt;In my case the data owner is the ‘SDE’ user, I restored this database from the backup to a new SQL server instance on a test machine, The SDE user is able to connect to the database and view the feature classes, now I am trying to assign privileges to users and register the feature classes as versioned and I found out that the Privileges, Register as Version commands are grayed out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made sure that I am using the SDE user who owns the data and an Advanced license of ArcMAP 10.5.0 &lt;A href="https://support.esri.com/en/technical-article/000009946"&gt;https://support.esri.com/en/technical-article/000009946&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use change privileges (data management) tool but I got this error!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in .0001pt 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #d70019;"&gt;ERROR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #0cf2ac;"&gt;999999&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: #d70019;"&gt;: Error executing function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in .0001pt 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #d70019;"&gt;DBMS table not found [42000:[Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Cannot find the object 'CanLocations_evw', because it does not exist or you do not have permission.]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in .0001pt 7.5pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: #d70019;"&gt;Failed to execute (ChangePrivileges).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the view in the database in its there!&lt;/P&gt;&lt;P&gt;What might be the issue here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ahmad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 20:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762859#M28888</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2018-03-23T20:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762860#M28889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have granted the SYSADMIN server role to the SDE login, which will make it a DBO schema user and thus those options will be grayed out.&lt;/P&gt;&lt;P&gt;Just as a quick test, you can try creating a simple table or a feature class, connected as the SDE login and check the Data Owner schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you resync the SDE login after restore of the database?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000008079" title="https://support.esri.com/en/technical-article/000008079"&gt;How To: Re-synch SQL Server logins or users after restoring a database from backup&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 04:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762860#M28889</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2018-03-25T04:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762861#M28890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross-posted to &lt;A href="https://gis.stackexchange.com/questions/276967/privileges-register-as-version-commands-are-greyed-out-when-right-clicking-a-fe"&gt;GIS StackExchange&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 01:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762861#M28890</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2018-03-26T01:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762862#M28891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asrujit, You Are A Hero!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I have granted the SYSADMIN server role to the SDE login, I thought this would be better, more permissions means more power to the user ! which is not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;After removing the sysadmin role everything back to normal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/399786_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks a lot&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762862#M28891</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2018-03-26T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762863#M28892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks V for the helpful notes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/762863#M28892</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2018-03-26T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Privileges, Register as Version commands are greyed out when right-clicking a feature class in an ArcSDE geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/1132709#M32217</link>
      <description>&lt;P&gt;Why does being granted SYSADMIN limit the capability to Register as Version ? Isnt it better to have more role ?&lt;/P&gt;&lt;P&gt;Need your enlightment.&lt;BR /&gt;thank you&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 03:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/privileges-register-as-version-commands-are-greyed/m-p/1132709#M32217</guid>
      <dc:creator>yockee</dc:creator>
      <dc:date>2022-01-12T03:44:02Z</dc:date>
    </item>
  </channel>
</rss>

