<?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>idea Add Change Domain Owner Tool in Data Management Ideas</title>
    <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idi-p/974129</link>
    <description>&lt;P&gt;&amp;nbsp;In our environment, we want all coded domains to be owned by a specific user. If a coded domain gets created by another user (for example, dragging in a feature class from another geodatabase), there is no way to change the owner, short of removing the domain from any field that references it, exporting the domain to a table, deleting it, re-creating it from the table, and then reassigning it to any feature class that makes use it it. In ArcSDE 9.3.1 (at least, in Oracle), it was a trivial matter to open the geodastabase and, using SQL Plus, simply change the owner of the domain.&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000c1vc  --&gt;</description>
    <pubDate>Thu, 25 Aug 2022 22:53:04 GMT</pubDate>
    <dc:creator>ChrisFox</dc:creator>
    <dc:date>2022-08-25T22:53:04Z</dc:date>
    <item>
      <title>Add Change Domain Owner Tool</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idi-p/974129</link>
      <description>&lt;P&gt;&amp;nbsp;In our environment, we want all coded domains to be owned by a specific user. If a coded domain gets created by another user (for example, dragging in a feature class from another geodatabase), there is no way to change the owner, short of removing the domain from any field that references it, exporting the domain to a table, deleting it, re-creating it from the table, and then reassigning it to any feature class that makes use it it. In ArcSDE 9.3.1 (at least, in Oracle), it was a trivial matter to open the geodastabase and, using SQL Plus, simply change the owner of the domain.&lt;/P&gt;&lt;!--  content transformation source ID: 08730000000c1vc  --&gt;</description>
      <pubDate>Thu, 25 Aug 2022 22:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idi-p/974129</guid>
      <dc:creator>ChrisFox</dc:creator>
      <dc:date>2022-08-25T22:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974130#M1256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;To implement this looks like first we need an ArcObjects enhancement. Please add AlterDomainOwner method to IWorkspaceDomains4 if the existing implementation of AlterDomain can not be changed,&lt;BR /&gt;as the current documentation says:&amp;nbsp;&lt;SPAN style="color: rgb(77, 77, 77); font-family: Arial, Helvetica, sans-serif; font-size: 14px;"&gt;user may create a new instance of a domain with the same name, owner, and field type as an existing domain.&lt;/SPAN&gt;

&lt;!-- content transformation source ID: 00aE0000006HPUs --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974130#M1256</guid>
      <dc:creator>JariSiiskonen</dc:creator>
      <dc:date>2014-05-26T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974131#M1257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A tool for changing domain owners is still needed as much now, if not more then when this idea was created!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 22:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974131#M1257</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2017-09-05T22:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974132#M1258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a way to do this in Microsoft SQL Server using an SET statement with a modify function. &amp;nbsp;In the example below, I change the domain owner of the 'DATA QUALITY CODE_3' to the user 'SDE', but it could be set to any user account regardless of the owner. &amp;nbsp;I was able to figure this out using ESRI's tech article "&lt;A href="http://support.esri.com/en/technical-article/000011487" rel="nofollow noopener noreferrer" target="_blank"&gt;How To: Return information on coded value domains using ArcSDE 10.x for SQL Server&lt;/A&gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;UPDATE&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;GeoLib&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;sde&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;GDB_ITEMS&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;SET&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;Definition&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;modify&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'
replace value of 
(/GPCodedValueDomain2/Owner/text())[1]
with ("SDE")'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'8C368B12-A12E-4C7E-9638-C9C64E69E98F'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="operator token"&gt;AND&lt;/SPAN&gt; PhysicalName &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'DATA QUALITY CODE_3'&lt;/SPAN&gt;
go‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974132#M1258</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2021-12-12T11:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974133#M1259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Line 6, is the GUID in your script a constant to all geodatabases?&amp;nbsp; and does this actually reset the owner or just the name or some kind of alias?&amp;nbsp; background is...I imported a dataset from another database with the GDB owner of DBO via XML and the target geodatabase does not have dbo as a user, the data owner is SDEADMIN, GDB owner is SDE.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 18:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/974133#M1259</guid>
      <dc:creator>BrettSanders</dc:creator>
      <dc:date>2018-06-25T18:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/1142276#M1804</link>
      <description />
      <pubDate>Wed, 09 Feb 2022 18:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/1142276#M1804</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-02-09T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Change Domain Owner Tool - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/1185825#M1835</link>
      <description>&lt;P&gt;A new domain owner can be specified in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/alter-domain.htm" target="_blank" rel="noopener"&gt;Alter Domain&lt;/A&gt; tool starting in ArcGIS Pro 3.0. See&amp;nbsp;&lt;LI-MESSAGE title="Ideas in ArcGIS Pro 3.0" uid="1183725" url="https://community.esri.com/t5/arcgis-ideas-blog/ideas-in-arcgis-pro-3-0/m-p/1183725#U1183725" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;to catch up on all of the ideas you can look forward to when you upgrade.&lt;/P&gt;&lt;P&gt;Also check out the full &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank" rel="noopener"&gt;What's New&lt;/A&gt; documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 22:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-ideas/add-change-domain-owner-tool/idc-p/1185825#M1835</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-06-23T22:54:12Z</dc:date>
    </item>
  </channel>
</rss>

