neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

Error during following the tutorial

Open FTamas77 opened this issue 2 years ago • 3 comments

I'm using this tutorial step-by-step: https://neo4j.com/labs/neosemantics/4.3/install/

I didn't copy the plugin jar, but used the plugin from the Desktop GUI. What is the difference between the two? Should I copy the plugin jar and not to use the app?

Furthermore: At the very beginning I have this:

call dbms.procedures()

And the reply is: Neo.ClientError.Procedure.ProcedureNotFound There is no procedure with the name dbms.procedures registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

What does it mean? How can I fix/debug this for taking the next step?

Thanks,

FTamas77 avatar Feb 07 '23 18:02 FTamas77

Hi @FTamas77, thanks for bringing this to our attention. The docummentation needs to be updated. The syntax from 5.x should be show procedures You can check this and other changes to the syntax in this page.

Cheers,

jbarrasa avatar Feb 07 '23 20:02 jbarrasa

Thank you @jbarrasa One small question: I didn't copy the jar file of the plugin as far as I could install it from the Graph Apps. Is that the same? Or should I copy the downloaded file? It says I should use older version of the database, because the latest/current one is not supported. Should I downgrade and install older database? I read about Neo4j ontology tutorial, but I cannot try without these answers.

FTamas77 avatar Feb 08 '23 17:02 FTamas77

Hi, the one in the graph apps is a client application that helps get familiar with the plugin but it's not the plugin itself. So yes, you'll need to install it in addition to the graphapp. Please follow the instructions here: https://github.com/neo4j-labs/neosemantics#installation

jbarrasa avatar Feb 09 '23 10:02 jbarrasa