Open VINAYAK179 opened 5 years ago
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.
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.