You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We enabled bolt and APOC procedures in the embedded neo4j started by the driver by putting these properties on neo4j-empty.properties:
gremlin.neo4j.conf.dbms.security.procedures.unrestricted=*
_gremlin.neo4j.conf.dbms.directories.plugins=put here the folder in which you have dropped apoc jar
gremlin.neo4j.conf.dbms.connector.0.type=BOLT
gremlin.neo4j.conf.dbms.connector.0.enabled=true
gremlin.neo4j.conf.dbms.connector.0.address=localhost:57687
gremlin.neo4j.conf.apoc.import.file.enabled=true
gremlin.neo4j.conf.apoc.export.file.enabled=true
If I start the gremlin server in Windows 10 and try to call apoc.config.map I can see the properties, but if I do the same on a linux machine (RHEL/CentOS) the call doesn't return any result. That way we cannot leverage the import/export capabilities provided by apoc library.
We are testing it on the 3.5.0-SNAPSHOT version of gremlin server. The APOC lib version is 3.4.0.4 How can we solve this issue?
The text was updated successfully, but these errors were encountered:
Hi,
We enabled bolt and APOC procedures in the embedded neo4j started by the driver by putting these properties on neo4j-empty.properties:
gremlin.neo4j.conf.dbms.security.procedures.unrestricted=*
_gremlin.neo4j.conf.dbms.directories.plugins=put here the folder in which you have dropped apoc jar
gremlin.neo4j.conf.dbms.connector.0.type=BOLT
gremlin.neo4j.conf.dbms.connector.0.enabled=true
gremlin.neo4j.conf.dbms.connector.0.address=localhost:57687
gremlin.neo4j.conf.apoc.import.file.enabled=true
gremlin.neo4j.conf.apoc.export.file.enabled=true
If I start the gremlin server in Windows 10 and try to call apoc.config.map I can see the properties, but if I do the same on a linux machine (RHEL/CentOS) the call doesn't return any result. That way we cannot leverage the import/export capabilities provided by apoc library.
We are testing it on the 3.5.0-SNAPSHOT version of gremlin server. The APOC lib version is 3.4.0.4 How can we solve this issue?
The text was updated successfully, but these errors were encountered: