Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Stored procedures 如何将dbms.listQueries()过程添加到Neo4j 3.1.3实例?_Stored Procedures_Neo4j - Fatal编程技术网

Stored procedures 如何将dbms.listQueries()过程添加到Neo4j 3.1.3实例?

Stored procedures 如何将dbms.listQueries()过程添加到Neo4j 3.1.3实例?,stored-procedures,neo4j,Stored Procedures,Neo4j,我从Neo4j web UI运行了一次耗时的查询,并意外地丢失了浏览器页面。现在我对查询状态一无所知。在web UI中的列表示例脚本/通用过程中,我找到了运行脚本的选项列表运行查询: // List running queries CALL dbms.listQueries() 但结果是: There is no procedure with the name `dbms.listQueries` registered for this database instance. Please e

我从Neo4j web UI运行了一次耗时的查询,并意外地丢失了浏览器页面。现在我对查询状态一无所知。在web UI中的列表示例脚本/通用过程中,我找到了运行脚本的选项
列表运行查询

// List running queries
CALL dbms.listQueries()
但结果是:

There is no procedure with the name `dbms.listQueries` registered for this database instance. 
Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

我建议,我的Neo4j发行版不知怎么遗漏了这个过程,是否可以获取它的代码并将其添加到我的实例中?

您可能已经验证了这一点,但如果我检查,它会声明这些是Neo4j企业版的功能。您正在运行Neo4j企业版?你得到的错误是我在社区版上得到的

希望这有帮助

问候,,
Tom

此功能至少在3.5.14之前不适用于社区版。不确定将来的版本

是的,你说得对。我在办社区版。非常感谢。