Problems with execution info in Neo4J #8204
Replies: 2 comments 2 replies
|
do you get any errors or other information in the console you used to start Hop Gui? |
2 replies
|
This feedback led to a thorough review of the Neo4j code in PR #8282 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I'm using v2.19.0 with Neo4J v5 and I'm always getting a warning message saying that it wasn't able to register data and state into the database.
From the execution information perspective I can see the execution history and some details in each execution like logs and metrics. I've managed to know how they are working and search for errors, but I would appreciate it if I could get the execution lineage, error lineage and data tabs working.
In addition, I also noticed that many times when there is an error I can see in red the transform or action in the parent pipeline or workflow, but when I click on the drill down button to go to the referenced pipeline or workflow there is nothing marked.
So I would be grateful if someone could give me some advice of any type to try to solve this, because I'm not sure if it's something related to Apache HOP, the Neo4J configuration or anything else.
All reactions