hey wes, at no point did any of my cypher query reference a node by its id.
i simply used MERGE to find an id by a label and properties.
i actually just deleted the database, but as an example of part of the
query:
MERGE (occupation:Occupation {
name: {occupation_name}
})
CREATE UNIQUE occupation<-[:occupation]-member
and the same, but for other attributes, such as birthday, etc
essentially i use a combo of MERGE then CREATE UNIQUE to create
relationships, so yes, lots of relationships created.
do you think this may have been the result of corrupted data?
On Sunday, December 22, 2013 3:48:43 AM UTC-6, Wes Freeman wrote:
>
> Oh, whoops, that's the relstore. What's your cypher query doing? Creating
> relationships? Can you share it?
>
> Wes
>
> On Sun, Dec 22, 2013 at 4:45 AM, Wes Freeman <[email protected]<javascript:>
> > wrote:
>
>> Did your cypher query ask for a node id 918772, outside the normal range
>> of node ids you have?
>>
>> Wes
>>
>>
>> On Sun, Dec 22, 2013 at 4:40 AM, Javad Karabi
>> <[email protected]<javascript:>
>> > wrote:
>>
>>> hello
>>>
>>> an error has suddenly appeared, seemingly out of the blue, when i try to
>>> post a cypher query to my neo4j server.
>>>
>>> any idea what the error could mean?
>>>
>>> is my database corrupted?
>>>
>>> https://gist.github.com/karabijavad/8080325
>>>
>>> thank you
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Neo4j" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected] <javascript:>.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.