コマンドCALL dbms.procedures()
は、標準の 25 dbms 手順を示します。APOC 手順は表示されません。これらのプロシージャを呼び出すと、見つからないことやスペル チェックなどのエラーが出力されます。
Neo4j コミュニティ 3.2.5
以下の開始プロンプトにリストされているように、フォルダーにapoc-3.2.3.5-all.jar
ファイルを追加しました。/plugins
Active database: cnaf_v1_20171218.db
Directories in use:
home: /data/neo4j/neo4j-community-3.2.5
config: /data/neo4j/neo4j-community-3.2.5/conf
logs: /data/neo4j/neo4j-community-3.2.5/logs
plugins: /data/neo4j/neo4j-community-3.2.5/plugins
import: /data/neo4j/neo4j-community-3.2.5/import
data: /data/neo4j/neo4j-community-3.2.5/data
certificates: /data/neo4j/neo4j-community-3.2.5/certificates
run: /data/neo4j/neo4j-community-3.2.5/run
Starting Neo4j.
Started neo4j (pid 44178). It is available at ... There may be a short delay until the server is ready.
See /data/neo4j/neo4j-community-3.2.5/logs/neo4j.log for current status.
関連するconf/neo4j.conf
ファイル設定:
# The name of the database to mount
dbms.active_database=cnaf_v1_20171218.db
# Paths of directories in the installation.
dbms.directories.plugins=plugins
# added these based on other stack overflow APOC-based posts
dbms.security.procedures.unrestricted=apoc.*
apoc.export.file.enabled=true
他の:
$ ls -al plugins/
total 7104
drwxr-xr-x 2 neo4j neo4j 34 Jan 17 14:04 .
drwxr-xr-x 11 neo4j neo4j 4096 Jan 17 15:22 ..
-rwxrwxrwx 1 neo4j neo4j 7270364 Jan 17 14:06 apoc-3.2.3.5-all.jar