<?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: Bad login logged in as another user in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772126#M1039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so the known bug with ESRI login is that the new users default to a schema of the username instead of dbo, as documented here: &lt;A href="http://support.esri.com/es/knowledgebase/techarticles/detail/30620" title="http://support.esri.com/es/knowledgebase/techarticles/detail/30620"&gt;30620 - Failed to create feature class. DBMS table not found [database.user.fcname]&lt;/A&gt; .&amp;nbsp; So, when I try to add a username with SQL Server Authentication I still have a problem with what I am trying to do (because the user is new and is created with Arc 10.0).&amp;nbsp;&amp;nbsp; When adding a new user, the user has to be set up as either windows or SQL server authentication, so I imagine that this is why my login is not working.&amp;nbsp; It was originally set up as windows and I cannot change it.&amp;nbsp; Now that I found the above referenced work around I have gotten my code to work with the user's info, so I no longer need to use mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 23:43:15 GMT</pubDate>
    <dc:creator>BrianHealer</dc:creator>
    <dc:date>2015-08-05T23:43:15Z</dc:date>
    <item>
      <title>Bad login logged in as another user</title>
      <link>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772123#M1036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am attempting to use my username and password to connect to a "spatial database connection" in ArcCatalog 10.0. If I am logged into the computer as anyone else but myself (if my coworker is logged into the computer but I use my credentials to create a connection) then the connection fails with "Bad login" message.&amp;nbsp; I am attempting to do this because I need to use my username and login to connect via C# code for another user.&amp;nbsp; That user's credentials have issues due to a known ESRI bug that I will not go into.&amp;nbsp; I can use MY username and password and the code works, so I just want to be able to use my credentials while he is logged in.&amp;nbsp;&amp;nbsp; Please let me know if this is possible!&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 20:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772123#M1036</guid>
      <dc:creator>BrianHealer</dc:creator>
      <dc:date>2015-08-05T20:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login logged in as another user</title>
      <link>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772124#M1037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;Correct me if I am wrong.&lt;/P&gt;&lt;P&gt;Logging into RDBMS with Windows authentication is managed by the system. Your Windows login and RDBMS login cannot be different.&lt;/P&gt;&lt;P&gt;You could use &lt;STRONG&gt;mixed mode&lt;/STRONG&gt; of authentication. And create database users to log into the database from any Windows login.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772124#M1037</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-08-05T21:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login logged in as another user</title>
      <link>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772125#M1038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanta,&lt;/P&gt;&lt;P&gt;I am choosing "Database authentication", not windows authentication, when logging into the spatial database connection.&amp;nbsp; The database is set up for "SQL Server and Windows Authentication mode".&amp;nbsp; However, I do see that, under my Login, "SQL Server Authentication" has "Login is locked out" greyed out with no other options.&amp;nbsp; I'm not sure if that matters since the box is not checked.&amp;nbsp; I will keep looking into this.&amp;nbsp; I am a sysadmin on the server.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 22:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772125#M1038</guid>
      <dc:creator>BrianHealer</dc:creator>
      <dc:date>2015-08-05T22:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bad login logged in as another user</title>
      <link>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772126#M1039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so the known bug with ESRI login is that the new users default to a schema of the username instead of dbo, as documented here: &lt;A href="http://support.esri.com/es/knowledgebase/techarticles/detail/30620" title="http://support.esri.com/es/knowledgebase/techarticles/detail/30620"&gt;30620 - Failed to create feature class. DBMS table not found [database.user.fcname]&lt;/A&gt; .&amp;nbsp; So, when I try to add a username with SQL Server Authentication I still have a problem with what I am trying to do (because the user is new and is created with Arc 10.0).&amp;nbsp;&amp;nbsp; When adding a new user, the user has to be set up as either windows or SQL server authentication, so I imagine that this is why my login is not working.&amp;nbsp; It was originally set up as windows and I cannot change it.&amp;nbsp; Now that I found the above referenced work around I have gotten my code to work with the user's info, so I no longer need to use mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 23:43:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/bad-login-logged-in-as-another-user/m-p/772126#M1039</guid>
      <dc:creator>BrianHealer</dc:creator>
      <dc:date>2015-08-05T23:43:15Z</dc:date>
    </item>
  </channel>
</rss>

