<?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: Connect to Portal from ArcGIS Desktop in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334685#M26142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your SSL certificate using the fully-qualified host as its NAME?&amp;nbsp; In other words, instead of SERVER1 does it say SERVER1.domain.int instead?&amp;nbsp; If not, you need to obtain a new certificate.&amp;nbsp; The FQN is required in the certificate for Portal.&amp;nbsp; From your screenshots, it looks like the certificate simply isn't trusted despite it being in the Trusted Certification Store.&amp;nbsp; What happens when you request the Portal URL from a web browser directly?&amp;nbsp; Does it load the Portal homepage?&amp;nbsp; Are you challenged with a certificate warning in the browser?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 15:40:31 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2013-12-18T15:40:31Z</dc:date>
    <item>
      <title>Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334684#M26141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: yiszlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did follow the documentation (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Managing_portal_connections_from_ArcGIS_for_Desktop/01930000008q000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/Managing_portal_connections_from_ArcGIS_for_Desktop/01930000008q000000/&lt;/A&gt;&lt;SPAN&gt;) to connect to Portal through ArcGIS Administrator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcGIS Administrator I installed certificate and place all certificates in the Certification Store "Trusted Root Certification Authorities". The Security Alert (error0) keep showing up a few times after I click Yes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to Sign In to Portal from ArcMap, here is the message I got (error1). I couldn't publish services to Portal as it doen't show up like ArcGIS online when I try to share as a service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help. Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334684#M26141</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-18T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334685#M26142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your SSL certificate using the fully-qualified host as its NAME?&amp;nbsp; In other words, instead of SERVER1 does it say SERVER1.domain.int instead?&amp;nbsp; If not, you need to obtain a new certificate.&amp;nbsp; The FQN is required in the certificate for Portal.&amp;nbsp; From your screenshots, it looks like the certificate simply isn't trusted despite it being in the Trusted Certification Store.&amp;nbsp; What happens when you request the Portal URL from a web browser directly?&amp;nbsp; Does it load the Portal homepage?&amp;nbsp; Are you challenged with a certificate warning in the browser?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334685#M26142</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-12-18T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334686#M26143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: yiszlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. We solved it and were able to sign in from Desktop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is another problem. We still cannot publish map or feature services to portal. When I sign in to portal from ArcMap I can see my maps but when I try to publish a service, Portal is not in the menu of "Choose a connection". The Portal account's role is an administrator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help. Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334686#M26143</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-19T12:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334687#M26144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you create the Portal database and register it with AGS as a managed data store by chance?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334687#M26144</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-12-19T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334688#M26145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: djarrard&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Along with what William said, AGS will have to be federated with Portal and assigned as the Hosting server in the Portal settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334688#M26145</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-20T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334689#M26146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: yiszlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all for the replies. I am working on getting more machines to set up the managed database, federated server and hosting server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2014 15:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334689#M26146</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-01-05T15:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Portal from ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334690#M26147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had an issue where, even though I am an administrator, I was unable to publish to my federated server unless I was connected to the server using a publisher connection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 17:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/connect-to-portal-from-arcgis-desktop/m-p/334690#M26147</guid>
      <dc:creator>JacobBoyle</dc:creator>
      <dc:date>2014-01-06T17:40:57Z</dc:date>
    </item>
  </channel>
</rss>

