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.

usuallycwdillon
Node Clone
since ‎08-24-2018
‎07-24-2022

User Statistics

  • 33 Posts
  • 1 Solutions
  • 12 Kudos given
  • 7 Kudos received

User Activity

After upgrading Desktop to 1.4.15, none of my databases will start. I'm using the Linux AppImage. I get this response with existing databases and new databases (with no plugins, etc). I downloaded the current development release and get the same mes...
Today I shut down a database project I've been working on while I cleaned up some log files. (After doing some debugging, I forgot to reduce logging before doing some heavy processing and the neo4j.log had grown to over 400GiB. I deleted it and touch...
I'm running into something with a custom procedure that collects information from the graph before computing some values for new entities. All of my data for nodes being queries were imported from CSV with values managed like this: WITH row, CAS...
I'm getting an error I've never seen before that I don't really know how to approach. Node[5250885,used=false,rel=-1,prop=-1,labels=Inline(0x0:[]),light,secondaryUnitId=-1] not in use I have a complicated, custom stored procedure that deletes several...
I'm writing some custom complicated procedures that make some queries that return a single result, but I haven't figured out how to parse my query result from the Result object returned by the query. For example, I have a Result result = db.execute(q...