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.

yeshveer_yadav
Node Link
since ‎09-09-2019
‎06-01-2022

User Statistics

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

User Activity

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.path.subgraphNodes`: Caused by: org.neo4j.graphdb.NotFoundException: Node[35399801] not connected to this relationship[117302253] Cypher when ...
when i run this query MATCH (n:Gluser {GLUSR_USR_ID:'6601433'}) CALL apoc.path.subgraphNodes(n, {maxLevel:-1,relationshipFilter:'HAS_MOBILE|HAS_PHONE|HAS_GST|HAS_CIN|HAS_PAN|HAS_EMAIL|HAS_BANK_AC|HAS_IMEI',bfs:true, filterStartNode:false, limit:20000...
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apoc.path.subgraphNodes: Caused by: org.neo4j.graphdb.NotFoundException: Node[199446563] not connected to this relationship[112111602] can anyone explain why this error is comm...
match(n:user{USR_ID:'15200'})--(r)--(m:user) with n,r,m call apoc.do.when(exists(r.mobile), create(a:ids{id:n.USR_ID})-[:linked]-(m),create(a:ids{id:n.USR_ID})-[:not_linked]-(m), '') yield a return 1 there is syntax error can any one help
call apoc.periodic.iterate("MATCH (n:user {USR_ID:'1234567'}) CALL apoc.path.subgraphNodes(n, {bfs:true,relationshipFilter:'HAVE_MOBILE|HAVE_PHONE|HAVE_EMAIL',labelFilter:'', filterStartNode:false, limit:100000, optional:false}) YIELD node"," CREATE(...
Kudos from