<?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: &amp;quot;Scene service is missing root node&amp;quot; Error in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850140#M727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try republishing now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 17:18:25 GMT</pubDate>
    <dc:creator>RussRoberts</dc:creator>
    <dc:date>2018-04-04T17:18:25Z</dc:date>
    <item>
      <title>"Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850133#M720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I uploaded a CSV to AGOL and created a hosted Feature Layer (portal id 2d7dc54a7bf947d1bd3665786aca4d79&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;) out of it:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/FeatureServer/0" title="https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/FeatureServer/0"&gt;https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/FeatureServer/0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then I click Publish &amp;gt; Scene Layer to create a hosted scene layer (portal id 98a0e0fede3543268757c6b7e89c5205):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/SceneServer/layers/0" title="https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/SceneServer/layers/0"&gt;https://services8.arcgis.com/D7sDlYShv5WlgIyb/ArcGIS/rest/services/Pennsylvania_Historical_Markers/SceneServer/layers/0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I click Open in Scene Viewer I get the error:&lt;/P&gt;&lt;DIV class="" data-dojo-attach-point="MessageShortDesc" style="color: #4c4c4c; font-weight: bold; padding: 0px 20px 0px 0px;" title="Pennsylvania Historical Markers - Pennsylvania Historical Markers cannot be added"&gt;&lt;A href="https://christopher-eby.maps.arcgis.com/home/item.html?id=98a0e0fede3543268757c6b7e89c5205" style="color: inherit;" target="_blank"&gt;Pennsylvania Historical Markers - Pennsylvania Historical Markers&lt;/A&gt;&amp;nbsp;cannot be added&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="" data-dojo-attach-point="MessageDetails" style="color: #4c4c4c; padding: 13px 15px 0px 0px;"&gt;Scene service is missing root node.&lt;/DIV&gt;&lt;DIV class="" data-dojo-attach-point="MessageDetails" style="color: #4c4c4c; padding: 13px 15px 0px 0px;"&gt;What am I doing wrong? I tried rebuilding the cache but it didn't work.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 01:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850133#M720</guid>
      <dc:creator>ChristopherEby1</dc:creator>
      <dc:date>2017-10-25T01:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850134#M721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting, we are looking into this, I can reproduce this issue with the same hosted service cluster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850134#M721</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2017-10-25T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850135#M722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this figured out. The projection on the Feature Server created from the CSV by AGOL is WKID 102100. Apparently this is not compatible with the Scene Layer publish option. Since I can't select the project I would like to use for the Feature Layer in AGOL, I had to have the layer published to AGOL from ArcMap in order to have it use a compatible projection (WKID 4326). Once the projection was correct we were able to publish a Scene Layer that would load in the Scene Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really frustrating that the option to publish a Scene Layer is available but doesn't work or tell you how to fix your projections when you get the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850135#M722</guid>
      <dc:creator>ChristopherEby1</dc:creator>
      <dc:date>2017-10-25T14:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850136#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We did fix the publishing issue this morning with cooking scene layers with that hive so the original data could work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you publish from a projected coordinate system you can select WGS84(4326) or the Projected coordinate system, in this case Web Merc(102100) on the publish dialog for the scene layer, depending on screen size/zoom you might have to scroll down a little on that dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case where the data is in GCS 4326 you cannot select a local option at this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850136#M723</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2017-10-25T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850137#M724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! I tried it again and it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850137#M724</guid>
      <dc:creator>ChristopherEby1</dc:creator>
      <dc:date>2017-10-25T17:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850138#M725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a similar issue today. I have successfully uploaded a multipatch with textures in the past, but today the same layer with additional features, or even partitioned, smaller sets of features from this layer are not loading into an arc online scene. I&amp;nbsp;am not getting any&amp;nbsp;errors except "Scene service is missing root node" when I try to open it&amp;nbsp;online.&lt;/P&gt;&lt;P&gt;Here is a link with just two features in it that gives me the error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Castro_Marim_billboards/SceneServer" title="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Castro_Marim_billboards/SceneServer"&gt;https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Castro_Marim_billboards/SceneServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the same multipatch that successfully uploaded a week ago:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Fortress_Panorama_Billboards/SceneServer" title="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Fortress_Panorama_Billboards/SceneServer"&gt;https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Fortress_Panorama_Billboards/SceneServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 15:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850138#M725</guid>
      <dc:creator>EdTriplett</dc:creator>
      <dc:date>2018-04-04T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850139#M726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reporting. Looking into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 16:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850139#M726</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-04-04T16:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850140#M727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try republishing now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850140#M727</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-04-04T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850141#M728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I am getting the same error. Here is the newest uploaded layer:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Billboards_April_4/SceneServer" title="https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Billboards_April_4/SceneServer"&gt;https://services1.arcgis.com/XBhYkoXKJCRHbe7M/arcgis/rest/services/Billboards_April_4/SceneServer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400583_pastedImage_2.png" style="width: 620px; height: 136px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850141#M728</guid>
      <dc:creator>EdTriplett</dc:creator>
      <dc:date>2018-04-04T17:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850142#M729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a link to the SD or zippled gdb?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850142#M729</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-04-04T18:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850143#M730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I think the layer was still cooking, if you published from Pro make sure to check the Jobs pane on the status of the scene layer. It looks good now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400602_pastedImage_1.png" style="width: 620px; height: 504px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850143#M730</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-04-04T18:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850144#M731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is great news. I had a look at the bottom of the Share as Web Layer pane and thought it was finished. It looked like this, but still had the error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400585_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850144#M731</guid>
      <dc:creator>EdTriplett</dc:creator>
      <dc:date>2018-04-04T19:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850145#M732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your help. I will wait a little while after the publication "green light" in the future to check the layer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850145#M732</guid>
      <dc:creator>EdTriplett</dc:creator>
      <dc:date>2018-04-04T19:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850146#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup going to the Job Status pane you can see the cache status and it might have been still cooking during that second check. Feel free to share your scene or story for your web scene once your done, looks interesting!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850146#M733</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-04-04T20:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850147#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have a scene that publishes fine to AGOL but shows this error in Portal 10.6..1 Data and scene in Pro 2.2 are projected to WGS 1984 Auxiliary Sphere, so why does portal throw this error and how do I get around it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 04:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850147#M734</guid>
      <dc:creator>AlistairFox</dc:creator>
      <dc:date>2018-08-13T04:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850148#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few questions:&lt;/P&gt;&lt;P&gt;-Is the service still being cached in your Portal setup, you can check the Pro Jobs pane.&lt;/P&gt;&lt;P&gt;-Are you publishing it from a SLPK&lt;/P&gt;&lt;P&gt;-What are your server logs saying, this can help point out where an issue may exist if the service is failing to publish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850148#M735</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-08-13T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850149#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russel,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar issue today I am able to publish the Web Scene successfully but when i see in Job Status I see "Publish message Succeeded, but Cache Message failed" and when i see in the server log it says.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) "&lt;SPAN style="color: #505051; background-color: #cee6fa; font-size: 12px;"&gt;Unable to instantiate class for xml schema type: ArrayOfCIMMapScale&lt;/SPAN&gt;" and&lt;/P&gt;&lt;P&gt;2) "&lt;SPAN style="color: #505051; background-color: #cee6fa; font-size: 12px;"&gt;&lt;SPAN&gt;Error executing tool. Manage Scene Cache Job ID: ja2266b4328b643c6b925510c10787a20 : ERROR 999999: Something unexpected caused the tool to fail. Please refer to the error help for potential solutions, or contact Esri Technical Support &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/esriurl.com/support" rel="nofollow" target="_blank"&gt;http://esriurl.com/support&lt;/A&gt;&lt;SPAN&gt;. Failed to execute (Manage Scene Cache).&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am publishing a local Scene with projection 27700(British National Grid).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have no clue what is the problem.&amp;nbsp;&lt;IMG __jive_id="423816" alt="Server error log " class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/423816_error1.PNG" /&gt;&lt;IMG __jive_id="423817" alt="Scene Error" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/423817_error.PNG" /&gt;&lt;IMG __jive_id="423824" alt="Pro error" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/423824_error2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 10:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850149#M736</guid>
      <dc:creator>ManishArote2</dc:creator>
      <dc:date>2018-10-06T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850150#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create a scene layer package from the data and publish a scene layer from that package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 18:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850150#M737</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-10-09T18:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850151#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russell,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying, I have packaged Multi-patch Layer into Scene layer package and tried to upload ,publish through portal, it is not able to publish and i am getting following error in Server log, Can you please suggest any solution.&lt;IMG __jive_id="424076" alt="SLPK_Portal_server_error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/424076_slpk_Servererror.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850151#M738</guid>
      <dc:creator>ManishArote2</dc:creator>
      <dc:date>2018-10-10T14:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: "Scene service is missing root node" Error</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850152#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;This specific error below Error 001887 is related to datastore dependency on SSLv3 protocol. If it is disabled on user machine then you see this problem. This is fixed in 10.6.1 what version are you currently using?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you are using Version 10.6, you can fix it with following steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="color: #1f497d;"&gt;Open a command window as admin (make sure to open window as admin using Run As)&lt;/LI&gt;&lt;LI style="color: #1f497d;"&gt;Go to C:\Program Files\ArcGIS\DataStore\tools folder&lt;/LI&gt;&lt;LI style="color: #1f497d;"&gt;Run the following at the command prompt:&lt;/LI&gt;&lt;/OL&gt;&lt;P style="text-indent: .25in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;changedbproperties --store tileCache --enablessl none&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="color: #1f497d; margin-left: 0in;"&gt;Restart server/datastore&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/quot-scene-service-is-missing-root-node-quot-error/m-p/850152#M739</guid>
      <dc:creator>RussRoberts</dc:creator>
      <dc:date>2018-10-10T16:08:59Z</dc:date>
    </item>
  </channel>
</rss>

