ERROR
Publishing a web scene to Portal for ArcGIS fails and returns the following error:
Error: <layername> cannot be added. Scene service is missing root node
This issue occurs due to one of the following causes:
The security settings in Windows Server 2012 R2 prevent caching of the web scene. When ArcGIS Datastore is hosted in an environment that uses Windows Server 2012 R2 as the operating system, cookies are disabled by default.
Additionally, configuring ArcGIS Datastore as the tile cache data store utilizes the CouchDB database on the back end. The database creates a node that powers the web scene and CouchDB uses cookies for authentication, so the scene cache is not created.
Depending on the cause, use one of the following solutions:
For Windows Server 2012 R2
The steps below describe how to allow-list the domain to enable cookies.
Enable SSL 3.0
To enable SSL 3.0 on Windows Server 2016, refer to Problem: When publishing hosted scene layers from ArcGIS Pro, the Jobs Status tab shows that caching has failed without any error message.
Alternatively, if enabling SSL 3.0 is not an option, run the 'changedbproperties' command with the 'enablessl' parameter set to 'none'.
cd C:\Program Files\ArcGIS\DataStore\tools
changedbproperties --store tileCache --enablessl none
Get help from ArcGIS experts
Download the Esri Support App