<?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: SDE Users &amp;amp; Editing in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385949#M22147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your users are going to create/own data they must have their own schema.&amp;nbsp; That's an sde thing, not a sql thing...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2012 00:20:42 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2012-07-15T00:20:42Z</dc:date>
    <item>
      <title>SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385944#M22142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am Currently testing the functionality of ArcSDE for use in a multieditor situation. I currently Have 2 Users added as people who can access the database. I cannot seem to get the multiediting functionality of SDE to work becasue when one person has the file open the other cannot make edits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I have a few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Are the types of Edits Limited? (e.g. only shape addition or modification and not adding fields to tables)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Are there any additional configuration steps besides adding users to the databbase (in SQL) that I need to perform to allow multiuser editing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 16:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385944#M22142</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2012-06-13T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385945#M22143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am Currently testing the functionality of ArcSDE for use in a multieditor situation. I currently Have 2 Users added as people who can access the database. I cannot seem to get the multiediting functionality of SDE to work becasue when one person has the file open the other cannot make edits.&lt;BR /&gt;&lt;BR /&gt;So I have a few questions:&lt;BR /&gt;&lt;BR /&gt;1. Are the types of Edits Limited? (e.g. only shape addition or modification and not adding fields to tables)&lt;BR /&gt;2. Are there any additional configuration steps besides adding users to the databbase (in SQL) that I need to perform to allow multiuser editing?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In answer to your first question, to my knowledge, no editing types are limited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version of SQL Server are you using?&amp;nbsp; I have my users share a default schema that gives them read-write premissions. (I'm using SQL Server 2008r2).&amp;nbsp; I also make them members of a a 'editors' group.&amp;nbsp; That way I can assign an individual user r-w privleges in ArcCatalog to a specific feature class, or I can let all the members get at a feature class and only enter the group name once instead of a dozen users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Haven't had any issues.&amp;nbsp; However, if you have two (or more) users logged an and making edits, and if they savethier edits, they'll probably get a warning about saving them again since others are logged on.&amp;nbsp; Again, never had a problem, just save it again and they're good to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 19:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385945#M22143</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-06-13T19:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385946#M22144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In answer to your first question, to my knowledge, no editing types are limited.&lt;BR /&gt;&lt;BR /&gt;What version of SQL Server are you using?&amp;nbsp; I have my users share a default schema that gives them read-write premissions. (I'm using SQL Server 2008r2).&amp;nbsp; I also make them members of a a 'editors' group.&amp;nbsp; That way I can assign an individual user r-w privleges in ArcCatalog to a specific feature class, or I can let all the members get at a feature class and only enter the group name once instead of a dozen users.&lt;BR /&gt;&lt;BR /&gt;Haven't had any issues.&amp;nbsp; However, if you have two (or more) users logged an and making edits, and if they savethier edits, they'll probably get a warning about saving them again since others are logged on.&amp;nbsp; Again, never had a problem, just save it again and they're good to go.&lt;BR /&gt;&lt;BR /&gt;Hope this helps-&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am Also Using 2008 R2. So what are you using as the default schema? Is it something you created or are you using somethhing like the SDE user schema?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 19:50:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385946#M22144</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2012-06-13T19:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385947#M22145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am Also Using 2008 R2. So what are you using as the default schema? Is it something you created or are you using somethhing like the SDE user schema?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a schema called... editors...&amp;nbsp; Since SQL 2005 (I think, maybe 2003), various users can use the same default schema.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisserver/9.3/dotnet/index.htm#geodatabases/the_ar-1369479146.htm"&gt;Take a look here &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your editors they need: Connect, Insert, Update, Delete and Execute permissions checked.&amp;nbsp; I give my login data creator permissions as listed on that page. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 20:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385947#M22145</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-06-13T20:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385948#M22146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have another question related to this. So if i followed the model posted previously i have the creators group. My question is, is there anyway for me to have multiple users use the same schema? We are using windows authentication groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really want to create everything inder the DBO schema, using multiple simultaneous editors, but i don't want everyone having dbo rights.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:42:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385948#M22146</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2012-07-13T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385949#M22147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your users are going to create/own data they must have their own schema.&amp;nbsp; That's an sde thing, not a sql thing...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2012 00:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385949#M22147</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-07-15T00:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: SDE Users &amp; Editing</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385950#M22148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I cannot seem to get the multiediting functionality of SDE to work becasue when one person has the file open the other cannot make edits.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;William,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mentioned that the user's can't edit the file...You're referring to a table (or feature class) that is in the geodatabase, right?&amp;nbsp; Is the table registered as versioned?&amp;nbsp; Or are the users attempting to perform nonversioned edits on the same table at the same time?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-users-amp-editing/m-p/385950#M22148</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-07-16T20:27:09Z</dc:date>
    </item>
  </channel>
</rss>

