<?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 add ArcGIS Server User connection and sql server identity store in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426334#M16455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have windows server 2012 std hosting ArcGIS for Server 10.1 sp1 with clients running Win 7 Pro with ArcGIS for Desktop 10.1. In ArcGIS for Server, I've configured security to use the sql server identity store using the admin/rest site to update via json.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, when I try to "Add ArcGIS Server" connection in ArcCatalog using a valid user of a role type of "User", it will authenticate, but nothing will appear in ArcCatalog. I've verified that the user is associated with the correct role that's used for securing folders/services, but still nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've even used fiddler to track http error messages. This is what I got from Tomcat (Response):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HTTP Status 400 -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type Status report&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description The request sent by the client was syntactically incorrect ().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; My header request was:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f" rel="nofollow" target="_blank"&gt;http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f&lt;/A&gt;&lt;SPAN&gt; HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept: */*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content-Type: text/xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SOAPAction: ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Referer: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93" rel="nofollow" target="_blank"&gt;http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Agent: ArcGIS Client Using WinInet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host: gisdev1:6080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content-Length: 332&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection: Keep-Alive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pragma: no-cache&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&amp;lt;soap:Envelope xmlns:soap="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" xmlns:tns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/schemas/ArcGIS/10.1" rel="nofollow" target="_blank"&gt;http://www.esri.com/schemas/ArcGIS/10.1&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;tns:GetFolders&amp;gt;&amp;lt;/tns:GetFolders&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anybody tell me what's going on or what I'm doing wrong? Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 11:41:50 GMT</pubDate>
    <dc:creator>GerardoGarcia</dc:creator>
    <dc:date>2013-03-14T11:41:50Z</dc:date>
    <item>
      <title>add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426334#M16455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have windows server 2012 std hosting ArcGIS for Server 10.1 sp1 with clients running Win 7 Pro with ArcGIS for Desktop 10.1. In ArcGIS for Server, I've configured security to use the sql server identity store using the admin/rest site to update via json.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, when I try to "Add ArcGIS Server" connection in ArcCatalog using a valid user of a role type of "User", it will authenticate, but nothing will appear in ArcCatalog. I've verified that the user is associated with the correct role that's used for securing folders/services, but still nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've even used fiddler to track http error messages. This is what I got from Tomcat (Response):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HTTP Status 400 -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type Status report&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description The request sent by the client was syntactically incorrect ().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; My header request was:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f" rel="nofollow" target="_blank"&gt;http://gisdev1:6080/arcgis/services?...lhi7j-gZJTsO0f&lt;/A&gt;&lt;SPAN&gt; HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept: */*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content-Type: text/xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SOAPAction: ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Referer: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93" rel="nofollow" target="_blank"&gt;http://www.esri.com/A99CFE30-BD5B-4A...3-984BCBF84E93&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; User-Agent: ArcGIS Client Using WinInet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host: gisdev1:6080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content-Length: 332&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection: Keep-Alive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pragma: no-cache&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&amp;lt;soap:Envelope xmlns:soap="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" xmlns:tns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/schemas/ArcGIS/10.1" rel="nofollow" target="_blank"&gt;http://www.esri.com/schemas/ArcGIS/10.1&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;tns:GetFolders&amp;gt;&amp;lt;/tns:GetFolders&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ====================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anybody tell me what's going on or what I'm doing wrong? Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 11:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426334#M16455</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2013-03-14T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426335#M16456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check that this bug does not apply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; NIM085535&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/TklNMDg1NTM1"&gt;http://support.esri.com/en/bugs/nimbus/TklNMDg1NTM1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Synopsis&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server Directory containing upper case characters in the name is not recognized in ArcGIS Server 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternate Solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensure the name of the Virtual Directory(Server Directory) contain only lower case characters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 13:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426335#M16456</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2013-03-19T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426336#M16457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you same problem in service directory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see Bug NIM-086160 &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg2MTYw" rel="nofollow" target="_blank"&gt;http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg2MTYw&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 16:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426336#M16457</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-03-19T16:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426337#M16458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help and responses guys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Domenico, that bug synopsis seems to state the same problem I'm having. Too bad it's resolved in 10.2; we just upgraded to 10.1. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, let me explain a bit further:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the setup I initially posted in this thread, users of "User" type are the only ones that cannot see services. "Administrator" or "Publisher" type users from a SQL Identity store &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;can&lt;/SPAN&gt;&lt;SPAN&gt; see. However, when I revert back to arcgis server built-in security, the user type can see services as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thanks Bubba and Domenico for your help and responses. Let me know if you have any questions or if my additional details spawn any other questions/comments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:33:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426337#M16458</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2013-03-20T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426338#M16459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;seems same problem this thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/77403-SQL-Server-user-store-fails-from-ArcCatalog"&gt;http://forums.arcgis.com/threads/77403-SQL-Server-user-store-fails-from-ArcCatalog&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 14:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426338#M16459</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2013-03-20T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: add ArcGIS Server User connection and sql server identity store</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426339#M16460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Exactly! Oh well, I guess I'm stuck &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; using sql server identity store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jerry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 15:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/add-arcgis-server-user-connection-and-sql-server/m-p/426339#M16460</guid>
      <dc:creator>GerardoGarcia</dc:creator>
      <dc:date>2013-03-20T15:47:21Z</dc:date>
    </item>
  </channel>
</rss>

