<?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: Layer list in the web app is empty. in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84033#M2419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you set up a web adaptor for your ArcGIS Server?&amp;nbsp; Typically 6080 or 6443 is used when accessing using the &amp;lt;machinename&amp;gt; to access the REST (i.e. &amp;lt;machinename:6080&amp;gt; for unsecure, &amp;lt;machinename:6443&amp;gt; for secure).&amp;nbsp; If you have web adaptor(s) in place, it is port :80 for unsecure and uses http, and port :443 for secure, and uses https....but you shouldn't typically have to specify the port for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have secure services, you may need to set up a proxy &lt;A href="https://github.com/Esri/resource-proxy" title="https://github.com/Esri/resource-proxy"&gt;GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re: getting network traffic without firebug/fiddler.....F12 on browsers, even IE, will typically give you some feedback or going in tools and clicking on the developer tools, that is unless your IT has disabled this too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And of course, go thru the links Derek provided, since he know more about Portal than I do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 15:12:27 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2016-07-20T15:12:27Z</dc:date>
    <item>
      <title>Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84026#M2412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built an app using Web App Builder. It has a Map which has a map layer that is served by a map service by ArcGIS Server. All these components are local on my computer including the Portal and ArcGIS Server. Everything works well on my computer. However others are only able to see the basemap when they connect to my app but not the layer data itself. All the resources including the Map, App etc. are shared with everyone. What is going wrong here - seems I am obviously missing something? Can someone please help me - this is really frustrating. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 19:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84026#M2412</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-18T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84027#M2413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gagag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What do the other end users see when they try to access your web app?&lt;/LI&gt;&lt;LI&gt;Does the app load properly, but the map display appears empty? or is there an error message?&lt;/LI&gt;&lt;LI&gt;What kind of authentication/security model are you using for Portal for ArcGIS? for ArcGIS Server?&lt;/LI&gt;&lt;LI&gt;Is the Server site federated with Portal?&lt;/LI&gt;&lt;LI&gt;What release of the software are you using?&lt;/LI&gt;&lt;LI&gt;Are you using Web AppBuilder embedded in Portal or Developer Edition?&lt;/LI&gt;&lt;LI&gt;Can you get the other end users to install Fiddler or Firebug to monitor the network traffic when they attempt to load the web app?&lt;/LI&gt;&lt;LI&gt;Are the end users on computers that are on the same network/domain as your computer?&lt;/LI&gt;&lt;LI&gt;Can the end users access the REST endpoint of the map services directly?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need more info to try and help troubleshoot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 05:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84027#M2413</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-07-19T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84028#M2414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...all the things Derek asked, but also check to make sure the data itself is accessible to all, and the paths are a something that can be read by others (i.e. Derek's last point, make sure others can see the end point).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be helpful to know the version of Server you are using...and of Web AppBuilder (and whether using the Online version or a developer edition, and the version...or Portal version).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 15:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84028#M2414</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-19T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84029#M2415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; for your response. It seems the issue is with the map service whose endpoint is encoded as and points to localhost. . This service was created from ArcMap by sharing the map (File-&amp;gt;Share As-&amp;gt;Save a Service Definition File). The connection that I use is a fully qualified machine name (not localhost). However when the service ends up in the ArcGIS server admin, I see its REST and SOAP endpoints encoded as localhost. I don't know why it happens that way. How to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are answers to your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What do the other end users see when they try to access your web app?&lt;UL&gt;&lt;LI&gt;They only see the basemap. They don't see the layer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Does the app load properly, but the map display appears empty? or is there an error message?&lt;UL&gt;&lt;LI&gt;Just shows the basemap. There are no errors.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;What kind of authentication/security model are you using for Portal for ArcGIS? for ArcGIS Server?&lt;UL&gt;&lt;LI&gt;All the resources are shared with everyone.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is the Server site federated with Portal?&lt;UL&gt;&lt;LI&gt;I don't understand this - is this a setting on Portal?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;What release of the software are you using?&lt;UL&gt;&lt;LI&gt;10.1&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Are you using Web AppBuilder embedded in Portal or Developer Edition?&lt;UL&gt;&lt;LI&gt;I use the Web App Builder that is available in the Portal website where I author the map and the app.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Can you get the other end users to install Fiddler or Firebug to monitor the network traffic when they attempt to load the web app?&lt;UL&gt;&lt;LI&gt;Can't do this - IT won't allow.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Are the end users on computers that are on the same network/domain as your computer?&lt;UL&gt;&lt;LI&gt;They are on the same network.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Can the end users access the REST endpoint of the map services directly?&lt;UL&gt;&lt;LI&gt;They can't. The endpoints are encoded as locahost - so obviously that won't work on users' computer. If I manually update the endpoint url with a fully qualified name, it times out&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 20:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84029#M2415</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-19T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84030#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Please see my response to Derek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 20:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84030#M2416</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-19T20:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84031#M2417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok some update - I took care of the service url to be fully qualified server url. I also opened up all the ports to ArcGISServer.exe so that it can send and receive on any port - either TCP or UDP. With this setting, when I access the REST end point of the service from another computer, I do get the REST response. The end point uses port #6443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I access the map viewer from another computer, the layer still doesn't show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 00:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84031#M2417</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-20T00:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84032#M2418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gagag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so it sounds like you are using ArcGIS Server 10.1 with Portal for ArcGIS (which release?) and it is NOT a federated deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1. What is the security/authentication model set for the Server site? This could be the built-in identity store, enterprise identity store, etc. Help topic here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/administer/windows/configuring-arcgis-server-security.htm" title="http://server.arcgis.com/en/server/latest/administer/windows/configuring-arcgis-server-security.htm"&gt;Configuring ArcGIS Server security—Documentation (10.4) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check by logging into ArcGIS Server Manager &amp;gt; Security tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2. Did you enable HTTP, HTTP and HTTPS, or HTTPS only for your Server site?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/administer/windows/secure-arcgis-server-communication.htm" title="http://server.arcgis.com/en/server/latest/administer/windows/secure-arcgis-server-communication.htm"&gt;Secure ArcGIS Server communication—Documentation (10.4) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q3. Did you set security on your web services from ArcGIS Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/administer/windows/restricting-access-to-gis-web-services.htm" title="http://server.arcgis.com/en/server/latest/administer/windows/restricting-access-to-gis-web-services.htm"&gt;Restricting access to GIS web services—Documentation (10.4) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q4. When you added your web services to Portal by registering them - did you specify the fully qualified domain name as part of the URL that you added? If they were secure, did you save the credentials with the item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/add-items.htm" title="http://server.arcgis.com/en/portal/latest/administer/windows/add-items.htm"&gt;Add items—Portal for ArcGIS (10.4.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; Can you get the other end users to install Fiddler or Firebug to monitor the network traffic when they attempt to load the web app?&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Can't do this - IT won't allow.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's unfortunate, because without this logged network traffic info, it will be challenging to help you troubleshoot your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 04:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84032#M2418</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-07-20T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84033#M2419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you set up a web adaptor for your ArcGIS Server?&amp;nbsp; Typically 6080 or 6443 is used when accessing using the &amp;lt;machinename&amp;gt; to access the REST (i.e. &amp;lt;machinename:6080&amp;gt; for unsecure, &amp;lt;machinename:6443&amp;gt; for secure).&amp;nbsp; If you have web adaptor(s) in place, it is port :80 for unsecure and uses http, and port :443 for secure, and uses https....but you shouldn't typically have to specify the port for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have secure services, you may need to set up a proxy &lt;A href="https://github.com/Esri/resource-proxy" title="https://github.com/Esri/resource-proxy"&gt;GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re: getting network traffic without firebug/fiddler.....F12 on browsers, even IE, will typically give you some feedback or going in tools and clicking on the developer tools, that is unless your IT has disabled this too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And of course, go thru the links Derek provided, since he know more about Portal than I do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84033#M2419</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-20T15:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84034#M2420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Derek. I will follow up on the information that you point me to and report. Meanwhile I would like to know if this behavior is due to limitation of the software which is part of the EDN and licensed as EDN - I am using the ArcGIS Server and the Portal that I received as EDN. Could that be the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84034#M2420</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-20T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84035#M2421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gagag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having an EDN license should not cause the behavior you're seeing. I suspect it's a deployment/security/authentication issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84035#M2421</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-07-20T16:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84036#M2422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Have you checked with &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservername.orgname%2Farcgis%2Fmanager%2F" rel="nofollow" target="_blank"&gt;http://servername.orgname/arcgis/manager/&lt;/A&gt;&lt;SPAN&gt; page and looked at the layers' sharing properties to confirm the share request actually went through?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ask because that has happened to me a few times. I shared the layers in Portal but no one else could see the layers. When I went to the arcgis manager page the layers did not show as 'shared'. I had to assign the sharing properties from the arcgis manager page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84036#M2422</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2016-07-20T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84037#M2423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiffany,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes I have made sure that the Service is shared with everyone from ArcGIS Server Manager. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84037#M2423</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-21T06:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84038#M2424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have gone through all the links and accordingly checked my ArcGIS Server and Portal settings. I am using HTTP/HTTPS and am using ArcGIS Server built-in security. I have shared my service with everyone. I used fully qualified server name when I created the service definition (.sd) file. When I check the details of the service in ArcGIS Server manager, I see the fully qualified server machine name, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;:6443/arcgis/rest/services/&amp;lt;servicename&amp;gt;MapServer. My web adapter is configured to work with portal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I see following two interesting things:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I am able to access this ArcGIS Service from ArcMap without any problems. The ArcMap gives the usual complain about the security certificate - but I can add the layer to the map and can query it. It all works perfect.&lt;/LI&gt;&lt;LI&gt;While working in the Portal, when I create a Map and add this service as a layer to it, it only shows up in the map if I have logged into the ArcGIS Server manager in the same browser. If I log out of the ArcGIS Server Manager, the layer doesn't render in the map in Portal.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I think I am getting closer but still not there. And I am stumped as to what could be wrong in this setup here. May be I should uninstall ArcGIS Server, Web adapter and Portal and reinstall them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84038#M2424</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-21T06:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84039#M2425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 15px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px;"&gt;Hi Gagag,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;I am able to access this ArcGIS Service from ArcMap without any problems. The ArcMap gives the usual complain about the security certificate - but I can add the layer to the map and can query it. It all works perfect.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is likely because you probably already signed into ArcGIS Server in ArcMap (e.g., you opened a connection to Server from ArcMap to add the service).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;While working in the Portal, when I create a Map and add this service as a layer to it, it only shows up in the map if I have logged into the ArcGIS Server manager in the same browser. If I log out of the ArcGIS Server Manager, the layer doesn't render in the map in Portal.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behavior suggests that your issue is an authentication problem. When you've already signed into ArcGIS Server in the web browser you can access the service, but when you haven't then Portal can't see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, ArcGIS Server and Portal for ArcGIS both have separate security models (unless you federate your Server site with Portal, and it sounds like you did not; also Server 10.1 does not support federation). For some background watch this UC tech session,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://video.esri.com/watch/4707/arcgis-server-and-portal-for-arcgis-an-introduction-to-security" title="http://video.esri.com/watch/4707/arcgis-server-and-portal-for-arcgis-an-introduction-to-security"&gt;ArcGIS Server and Portal for ArcGIS: An Introduction to Security | Esri Video&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of adding the web services to the Portal map viewer directly, can you please add the web services a new Portal items, follow the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/add-items.htm" title="http://server.arcgis.com/en/portal/latest/administer/windows/add-items.htm"&gt;Add items—Portal for ArcGIS (10.4.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;P&gt;(see &lt;EM&gt;Add items from the web&lt;/EM&gt; section)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you add the item, you will be asked to save credentials with the item. Save the credentials with the item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the Portal map viewer add the web services as Portal items, instead of adding the service directly - in this way, you'll also add and save the credentials for the web services to the web map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84039#M2425</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2016-07-21T17:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Layer list in the web app is empty.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84040#M2426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek - thanks for all the help and pointers. They have been very helpful in investigating this issue. I had tried everything that you suggest in your last post but hadn't helped. I finally investigated by opening up firewall - and that made the layer appear on map. A bit more digging and I found that port 6080 was not letting the traffic through. I opened up that port by defining inbound rule and turned off the firewall. I wonder why the ArcGIS Server installation didn't configure the firewall. Anyways now everything is working as expected. Thanks again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/layer-list-in-the-web-app-is-empty/m-p/84040#M2426</guid>
      <dc:creator>GagagDa_Morvi</dc:creator>
      <dc:date>2016-07-22T17:08:54Z</dc:date>
    </item>
  </channel>
</rss>

