Sitecore 路径分析器构建地图错误

Sitecore Path Analyzer Building Map Error

从 Launchpad 打开 Sitecore 路径分析器时,我在地图顶部(上方)收到以下错误消息:

"An error occurred when building the map. This map may be incomplete. Please try redeploying the map or rebuilding from historical data."

我使用以下 sitecore 管理页面重建了历史数据:

/Sitecore/admin/pathanalyzer.aspx

并且仍然收到相同的错误消息。

知道如何解决这个问题吗?

检查日志文件后,当我从历史数据进行重建时,出现以下错误:

"Message: Command 'count' failed: not authorized on config to execute command"

调查此错误后,解决方案是授予数据库用户使用以下命令从 MongoDB 配置集合中读取的权限:

db.grantRolesToUser("user12434", [ { role: "read", db: "config" } ] )