Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during following the tutorial #295

Open
FTamas77 opened this issue Feb 7, 2023 · 3 comments
Open

Error during following the tutorial #295

FTamas77 opened this issue Feb 7, 2023 · 3 comments

Comments

@FTamas77
Copy link

FTamas77 commented Feb 7, 2023

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,

@jbarrasa
Copy link
Collaborator

jbarrasa commented Feb 7, 2023

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,

@FTamas77
Copy link
Author

FTamas77 commented Feb 8, 2023

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.

@jbarrasa
Copy link
Collaborator

jbarrasa commented Feb 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants