cypher-for-gremlin icon indicating copy to clipboard operation
cypher-for-gremlin copied to clipboard

Graph not accessible

Open VINAYAK179 opened this issue 5 years ago • 0 comments

I am trying to connect to existing graph's with below mentioned commands, but getting the following error :

:remote connect opencypher.gremlin conf/remote.yaml session

:remote config alias g graph_name

:> MATCH (n) RETURN n LIMIT 5

java.util.concurrent.CompletionException: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Traversable alias 'graph_name' not found

While using gremlin, the graph is accessible.

VINAYAK179 avatar Nov 21 '19 05:11 VINAYAK179