<?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: Cannot Connect to SDE when I Running Post Installation using SQL Sever Backup Fil in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71403#M4103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: arya&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank for reply Van,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I Have Try the step mentioned, I`m using this query&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
use sde
go
EXEC sp_change_users_login 'Auto_Fix', 'sde',null, '12345'
go
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and result &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
The number of orphaned users fixed by updating users was 0.
The number of orphaned users fixed by adding new logins and then updating users was 0.
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and i try connect to my SDE and still have problem, and why return 0 user.??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 22:45:24 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-10T22:45:24Z</dc:date>
    <item>
      <title>Cannot Connect to SDE when I Running Post Installation using SQL Sever Backup Files.</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71401#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: arya&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some problem using the SDE here my Story :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First I backup the SDE form my SQL data base using built in feature in SQL Server, and i create a file called xxx.bak, after that i install new sde databease on other computer/server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I restore the xxx.bak to new server and do a post installation in SDE, before that i already assign teh SDE user to DB Owner and SDE Schema owner.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is, when i create new USER (just view, SELECT) , is always return "Insufficient Connection". but for SDE user (ADMIN) work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help why is this..??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 01:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71401#M4101</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-03T01:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to SDE when I Running Post Installation using SQL Sever Backup Fil</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71402#M4102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure your userid/loginids match -- see &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2290&amp;amp;t=236645"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2290&amp;amp;t=236645&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;or search on sp_change_users_login&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 13:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71402#M4102</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-03T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to SDE when I Running Post Installation using SQL Sever Backup Fil</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71403#M4103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: arya&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank for reply Van,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I Have Try the step mentioned, I`m using this query&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
use sde
go
EXEC sp_change_users_login 'Auto_Fix', 'sde',null, '12345'
go
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and result &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
The number of orphaned users fixed by updating users was 0.
The number of orphaned users fixed by adding new logins and then updating users was 0.
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and i try connect to my SDE and still have problem, and why return 0 user.??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71403#M4103</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-10T22:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to SDE when I Running Post Installation using SQL Sever Backup Fil</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71404#M4104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would using another option - update - help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;exec sp_change_users_login 'update_one', 'sde', 'sde'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 06:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-connect-to-sde-when-i-running-post/m-p/71404#M4104</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2010-05-10T06:41:08Z</dc:date>
    </item>
  </channel>
</rss>

