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
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,
The text was updated successfully, but these errors were encountered:
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.
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.
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
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,
The text was updated successfully, but these errors were encountered: