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.

sashokbg
Node
since ‎05-12-2021
‎06-01-2022

User Statistics

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

User Activity

Hello, When running the following code using a JS driver I get an exception Neo4JError: The transaction has been closed. await session.run(CALL apoc.cypher.runFile('import.cypher')); The import.cypher contains CREATE(n:Persona {code: 'person_1', name...