Re: [Neo4j] Intermittent "Unknown Identifier" Error

2014-05-02 Thread Nigel Small
We've been seeing similar (intermittent) errors for some time but as yet have been unable to build a standalone piece of code that reliably generates the error. One workaround I have tried is to ensure all nodes and relationships in a query have an explicit identifier, e.g. dummy1, dummy2 and so o

Re: [Neo4j] Intermittent "Unknown Identifier" Error

2014-05-02 Thread Yu Gene Loh
Same results on community versions of 2.0.1 and 2.1.0-M01. On Thursday, May 1, 2014 8:39:12 PM UTC+8, Michael Hunger wrote: > > Can you please share the versions you are using? > > > Am 01.05.2014 um 11:03 schrieb Yu Gene Loh > >: > > Some queries are returning intermittent InvalidSyntax (Unknow

Re: [Neo4j] Intermittent "Unknown Identifier" Error

2014-05-01 Thread Michael Hunger
Can you please share the versions you are using? Am 01.05.2014 um 11:03 schrieb Yu Gene Loh : > Some queries are returning intermittent InvalidSyntax (Unknown identifier) > errors, even though they work most of the time and return correct results > without any errors. > > Can anyone shed some

[Neo4j] Intermittent "Unknown Identifier" Error

2014-05-01 Thread Yu Gene Loh
Some queries are returning intermittent InvalidSyntax (Unknown identifier) errors, even though they work most of the time and return correct results without any errors. Can anyone shed some light? Thanks! gene. The query… MATCH (d:Workgroup), (b:Activity), (d)<-[:ACTIVITY_OF]-(b)<-[r:ASSET_