cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

irler_clesius
Node Clone
since ‎01-27-2019
‎06-01-2022

User Statistics

  • 27 Posts
  • 1 Solutions
  • 0 Kudos given
  • 7 Kudos received

User Activity

Hi there, another frustration with a new Desktop version. Running ver. 1.2.7 finally worked fine for last two months. Today tried proposed upgrade to version 1.2.8- BANG: Initialization error: TypeError: Cannot read property 'name' of undefined while...
hello, once more I have problems with the newest versions: Desktop 1.2.5, neo4j 4.0.2. on a new Windows 10 installation Trying to load the dump from a 4.0.1 db I get in comd prompt: C:\neo4j\neo4jDatabases\database-8ecfed3f-6559-4e7b-ad73-28f1ba51cbe...
Hi there, trying to open db I get this error in log: 2020-01-15 15:49:04.468+0000 INFO ======== Neo4j 4.0.0 ======== 2020-01-15 15:49:04.473+0000 INFO Starting... 2020-01-15 15:49:05.108+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Comp...
I'm trying to represent Enigma rotors with neo4j. match (input:Input{IN:"A"}) match path=(n:Rotor1{IN:input.IN})-[*]-(m) return input,nodes(path) returns the connected nodes, but never a list. Is it because the path is not oriented? How can I extrac...