<?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: Is there any specific user requirement for Publishing? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1685759#M45844</link>
    <description>&lt;P&gt;Yes, this is unfortunately true.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
    <pubDate>Sat, 21 Feb 2026 23:33:51 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2026-02-21T23:33:51Z</dc:date>
    <item>
      <title>Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563381#M45492</link>
      <description>&lt;P&gt;We have ArcGIS Pro 3.3, Enterprise 11.3 and SQL Server 2022.&lt;/P&gt;&lt;P&gt;In our SQL Databases(SDE), the data is only owned by a singe user X.&lt;/P&gt;&lt;P&gt;We would like to know what is the best or recommended way of publishing services from ArcGIS Pro to Enterprise?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; In our case as we have only one user being the data owner, should we have a new dedicated user for publishing? or is it okay to keep using the user X for publishing?&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated!!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 09:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563381#M45492</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2024-11-29T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563415#M45493</link>
      <description>&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/administer/member-roles.htm" target="_blank"&gt;Member roles—ArcGIS Online Help | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Publisher—User privileges plus the ability to publish features and map tiles as hosted web layers. Members assigned the Publisher role can also perform analysis on layers in maps. The Publisher role is compatible with the Creator, Professional, and Professional Plus user types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 13:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563415#M45493</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-11-29T13:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563424#M45494</link>
      <description>&lt;P&gt;Thank you for having a look.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;In our case as we have only one user being the data owner, should we have a new dedicated user for publishing? or is it okay to keep using the same for publishing?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 14:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563424#M45494</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2024-11-29T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563441#M45495</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/729377"&gt;@Yogesh_Chavan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; In our case as we have only one user being the data owner, should we have a new dedicated user for publishing? or is it okay to keep using the user X for publishing?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you only have one login you are not anywhere close to best practice. Publishing with the table owner means that any zero-day security bug would allow "read-only" users to delete the contents of your database (or just systematically corrupt it), with no way to determine who did it.&lt;/P&gt;
&lt;P&gt;It is &lt;U&gt;NOT&lt;/U&gt; okay to keep using user X for publishing. You need to create a browsing login and user, and grant it only SELECT access to the tables involved in publishing (and nothing else), then publish connected as that user.&lt;/P&gt;
&lt;P&gt;Using enterprise-class database tools means having an enterprise-class security model. There are entire books on database security, but you can start with a chapter in any database administration guide.&lt;/P&gt;
&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 16:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563441#M45495</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-11-29T16:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563448#M45496</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/729377"&gt;@Yogesh_Chavan&lt;/a&gt;&amp;nbsp;- please read my community.esri.com blog article below&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408" rel="nofollow noopener noreferrer" target="_blank"&gt;Database Connections Best Practices&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 17:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563448#M45496</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-11-29T17:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563494#M45497</link>
      <description>&lt;P&gt;Just jumping in to share my thoughts:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The type of permissions you need to grant depends on what type of database you are using and what type of authentication you are using to connect (database auth, or OS auth). please see the details in the following Esri doc:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/install/windows/making-your-data-accessible-to-arcgis-server.htm#GUID-58A12575-36EC-4FD1-A5D8-A34FBE957736" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/latest/install/windows/making-your-data-accessible-to-arcgis-server.htm#GUID-58A12575-36EC-4FD1-A5D8-A34FBE957736&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;At the geodatabase level, normally you'll need 3 geodatabase roles: creator, editor and reader.&lt;/P&gt;&lt;P&gt;creator - very few db users should be assigned this role.&lt;/P&gt;&lt;P&gt;editor -&amp;nbsp; only the db users who need to edit data should be assigned this role&lt;/P&gt;&lt;P&gt;reader -&amp;nbsp; most of the db users&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 23:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563494#M45497</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2024-11-29T23:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563515#M45498</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1060"&gt;@VinceAngelo&lt;/a&gt; for sharing your ideas.&lt;/P&gt;&lt;P&gt;In our environment this user X is only used for almost all new files creations(Dataset, Feature-classes and tables), and we have other users use the databases using windows auth, other users do not use this login, they only work with editing this data in ArcGIS Pro, or ArcGIS Portal Map Viewer.&lt;/P&gt;&lt;P&gt;So, its like the user X acts as admin for managing and publishing only. Whereas other users continue working on data.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 15:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563515#M45498</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2024-11-30T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563516#M45499</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12731"&gt;@simoxu&lt;/a&gt;, for reviewing and sharing your thoughts.&lt;/P&gt;&lt;P&gt;In our environment this user X is only used for almost all new files creations(Dataset, Feature-classes and tables), and we have other users use the databases using windows auth, other users do not use this login, they only work with editing this data in ArcGIS Pro, or ArcGIS Portal Map Viewer.&lt;/P&gt;&lt;P&gt;So, its like the user X acts as admin for managing and publishing only. Whereas other users continue working on data.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 15:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563516#M45499</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2024-11-30T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563530#M45500</link>
      <description>&lt;P&gt;Never, &lt;EM&gt;never&lt;/EM&gt;, &lt;EM&gt;NEVER&lt;/EM&gt;, &lt;STRONG&gt;NEVER&lt;/STRONG&gt; publish as the data owner.&amp;nbsp; This is a &lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;HUGE&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt; security risk.&amp;nbsp; Just don't do it.&lt;/P&gt;
&lt;P&gt;This is a Security Modeling 101 issue. The principle here is "minimum necessary privilege". The owner has way too much access to the table. Instead, create one or more browse users, and roles for each kind of access, and grant access to the tables to the roles, and grant roles to users. Publish data with the user holding the least possible access to make effective use the data. If some apps need UPDATE, but others don't, publish with different publishing users (e.g., "app1_pub" &amp;amp; "app2_pub"), only granting the minimum necessary to each.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 02:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563530#M45500</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-12-01T02:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563531#M45501</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1060"&gt;@VinceAngelo&lt;/a&gt;&amp;nbsp;for sharing this information.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 04:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1563531#M45501</guid>
      <dc:creator>Yogesh_Chavan</dc:creator>
      <dc:date>2024-12-06T04:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1678426#M45822</link>
      <description>&lt;P&gt;There seems to be an exception to this when working with branch versioned data and utility networks.&amp;nbsp; From what I am seeing, it is required to use the data owner to publish a feature service referencing data in an enterprise geodatabase.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what security implications this has as we have also followed your suggestion in other circumstances by having a two publisher users:&amp;nbsp; one with view only(db_datareader) and&amp;nbsp;one with edit (db_datareader, and db_datawriter).&amp;nbsp; We could get more granular with this but it seems to work well for our organization needs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408:~:text=________________________________________________________________________________________________-,Database%20Connections%20Best%20Practices,-1.%20ArcSDE%20Application" target="_blank"&gt;https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408:~:text=________________________________________________________________________________________________-,Database%20Connections%20Best%20Practices,-1.%20ArcSDE%20Application&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 18:10:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1678426#M45822</guid>
      <dc:creator>JTLancer</dc:creator>
      <dc:date>2026-01-16T18:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific user requirement for Publishing?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1685759#M45844</link>
      <description>&lt;P&gt;Yes, this is unfortunately true.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 23:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-any-specific-user-requirement-for/m-p/1685759#M45844</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2026-02-21T23:33:51Z</dc:date>
    </item>
  </channel>
</rss>

