neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

There is no procedure with the name db.indexes registered for this database instance. #1680

Closed himberjack closed 1 year ago

himberjack commented 1 year ago

I have installed activegraph 11 and neo4j driver 4.4.0 beta 1. I am getting the following:

GraphAsset.last BOLT: 132ms /Users/a/.rvm/gems/ruby-3.1.2/gems/neo4j-ruby-driver-4.4.0.beta.1/ruby/neo4j/driver/internal/util/result_holder.rb:38:in result!': There is no procedure with the name db.indexes registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed. (Neo4j::Driver::Exceptions::ClientException)

But I am able to successfully query: ActiveGraph::Base.query('MATCH (n) RETURN n LIMIT $limit', limit: 10).entries.length CYPHER MATCH (n) RETURN n LIMIT $limit | {:limit=>10} BOLT: 73ms => 4 I am working against AuraDB hosted by neo4j

klobuczek commented 1 year ago

Fixed in 11.1.0