Why Do Maps and Dashboards Sometimes Not Appear in the Resource Center but Show in the App Center?
2EXP 2025.06.10
I am using SuperMap iPortal, and I noticed that sometimes my maps, dashboards, and other resources do not appear in the Resource Center menu. However, they do appear in the App Center. The issue is that in the App Center, I can only view these resources but cannot edit them. Since I need to modify and manage these resources, I would like to know: - Why do some maps, dashboards, and other resources not appear in the Resource Center? - How can I ensure that all resources I create or have access to appear in the Resource Center for editing? Thank you!

1 Answer

The possible reason for not being able to see the resources might be that the built-in Elasticsearch (ES) has not been successfully started or the connection has failed.

  • Check the %SuperMap iPortal_HOME%\logs to see if there are any errors related to Elasticsearch (ES).

  • Modify the parameter in %SuperMap iPortal_HOME%\webapps\iportal\WEB-INF\iportal.xml as follows:

    xml

<reindexAllResources>true</reindexAllResources>

The meaning of this parameter is: Whether to reindex existing iPortal resources. Set it to true, and then restart iPortal.

Please feel free to let us know if you have any problem.

34EXP 2025.06.11
...