<?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: Why Esri_anonimous ? in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188003#M661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want windows users to edit the SDE feature class in ArcMap (not through a service), you need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Add their windows account to SQL Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Grant their account UPDATE, INSERT, SELECT, DELETE privileges using the Change Privileges tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you also want the user to be able to edit the feature service &lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt; keep track of who edited what, you need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Set up ArcGIS Server security using the option &lt;/SPAN&gt;&lt;STRONG&gt;Users from an existing enterprise system and roles from ArcGIS Server's built-in store&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Create a role in ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Add the window accounts to this role&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Secure the service and add this role to the service&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 12:33:46 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-08-28T12:33:46Z</dc:date>
    <item>
      <title>Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187994#M652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am creating a python toolbox that will be used when the user edit a feature service. I created fields to enable editor tracking. I want users to be able to identify who created or edited the features. When I finished running the tool on the copy of the feature service I see the correct creator name (iwilson, my windows username), but after syncronizing the edits with the server the creator and editor fields change to blank , the creation date and last edit time change to 12:00:00 am. When I create a local copy again, the creator and editor fields are&amp;nbsp; "Esri_anonymous" and the database used to create the feature also shows Esri_anonymous instead of iwilson. Why is this happening and how can I keep iwilson permanently in the feature service and database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am attaching pictures of my service properties and a feature table. Thank you for any help!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27029[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27030[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187994#M652</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-27T20:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187995#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Ionara,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The creator and editor fields should not be changing to blank after a synchronization.&amp;nbsp; What version of ArcGIS for Server are you using, and what database?&amp;nbsp; (i.e ArcGIS for Server 10.1 SP1, SQL Server 2008)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason the new features you create have ESRI_Anonymous is because you are editing a non-secured service.&amp;nbsp; When editing a feature service, editor tracking uses ArcGIS for Server's credentials, not your geodatabase credentials.&amp;nbsp; For example, if you secure the service with a username/password, you will need to enter these credentials to access the service.&amp;nbsp; These are the credentials that will be stored in the editor tracking fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187995#M653</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-27T20:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187996#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using 10.1 SP1, with SQL 2008r2. How do I secure the service with username and password? (this would change for every user that is allowed to edit, this is an internal feature service, just for people that work here)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187996#M654</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-27T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187997#M655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ionara_wilson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, it changes to blank after synchronization, but when I create a new copy, the fields turn back to Esri_Anonymous. So, you are saying that it should not even be blank , at anytime, like after I synchronize?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187997#M655</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-27T20:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187998#M656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The fields should not be blank after a synchronization.&amp;nbsp; You may want to follow up on this with Tech Support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link that discusses how to implement security for ArcGIS for Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005qz000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005qz000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187998#M656</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-27T20:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187999#M657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked it again. As soon as I add the feature service, those fields are blank, and when I make a local copy I can see them, but it still showing Esri_Anonymous&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/187999#M657</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-27T20:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188000#M658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks. In this case, which one of option applies to me? I want to secure services through windows authentication and I created these users in the SQL to have access to the geodatabase. Is this the correct way? I guess I am still confused about users to access the geodatabase and the users to access the service. Can they be the same? Do I still need to create these users in SQL or just in the server? Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 20:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188000#M658</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-27T20:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188001#M659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend using &lt;/SPAN&gt;&lt;STRONG&gt;Users from an existing enterprise system and roles from ArcGIS Server's built-in store&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Security for the geodatabase and ArcGIS for Server are separate.&amp;nbsp; If you want a windows user to have privileges to a feature class, you would grant their windows account the necessary permissions at the geodatabase level.&amp;nbsp; If you publish this feature class as a service, you can grant privileges to the same windows account using the security option mentioned above.&amp;nbsp; When connecting to the ArcGIS Server instance, the user would specify their username and password and they can then access the service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 10:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188001#M659</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-28T10:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188002#M660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, in my case, do I need to set security for both since the users will edit features of a feature service in arcmap? Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188002#M660</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-28T12:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188003#M661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want windows users to edit the SDE feature class in ArcMap (not through a service), you need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Add their windows account to SQL Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Grant their account UPDATE, INSERT, SELECT, DELETE privileges using the Change Privileges tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you also want the user to be able to edit the feature service &lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt; keep track of who edited what, you need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; Set up ArcGIS Server security using the option &lt;/SPAN&gt;&lt;STRONG&gt;Users from an existing enterprise system and roles from ArcGIS Server's built-in store&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; Create a role in ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp; Add the window accounts to this role&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp; Secure the service and add this role to the service&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188003#M661</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-28T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188004#M662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, in my case that they are editing the features through a service, do I still need to do the first two steps (described below) or just the other steps (1-4)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Add their windows account to SQL Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Grant their account UPDATE, INSERT, SELECT, DELETE privileges using the Change Privileges tool&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the detailed explanation!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:38:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188004#M662</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-28T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188005#M663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: JSkinn3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will just need to do Steps 1-4.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:53:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188005#M663</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-28T12:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188006#M664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cool, and more thing: Is it possible to define who is going to edit, update and delete in ArcGIS server manager then? Because if I don't set privileges using the Change Privileges tool, I would need to have another way of setting those up. Thank you again!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188006#M664</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-28T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188007#M665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ionara_wilson&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And actually for the problem of being blank after syncronization, the ArcGIS is 10.1 but the ArcSDE is 10.0. Should that be the problem ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188007#M665</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-08-28T13:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why Esri_anonimous ?</title>
      <link>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188008#M666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will just start a new thread with that last question. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 14:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/why-esri-anonimous/m-p/188008#M666</guid>
      <dc:creator>ionarawilson1</dc:creator>
      <dc:date>2013-08-29T14:08:35Z</dc:date>
    </item>
  </channel>
</rss>

