error while cypher statement create pipe
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Peter Neubauer <peter.neuba... @neotechnology.com>
Date: Wed, 1 Aug 2012 14:11:05 +0200
Local: Wed, Aug 1 2012 8:11 am
Subject: Re: [Neo4j] error while cypher statement create pipe
mmh,
what error are you getting, any way to reproduce it on
console.neo4j.org/usage.html with a small dataset?
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
On Mon, Jul 23, 2012 at 4:48 PM, tgomell <thomasgom
... @googlemail.com> wrote:
> Hi,
> we have the following statement with error. Is it possible to make this
> combination?
> start n=node:node_auto_index(project='23.07.2012 16:30:50') create
> m=({objectSID:'S-1-5-21-2339429032-2919534904-1953091157-32735',name:'Grupp e
> 22',cn:'Gruppe 22',distinguishedname:'CN=Gruppe
> 22,OU=TestGroups,DC=test,DC=local',objectGUID:'{FDE6257B-A278-49ED-AFA3-27C 3EC0A6A98}',sAMAccountName:'Gruppe
> 22',sAMAccountType:'SAM_NON_SECURITY_GROUP_OBJECT',grouptype:'Global_Securi ty_Group',useraccountcontrol:'',accountExpires:'',givenName:'',lastLogon:'' ,lastLogonTimeStamp:'',primaryGroupID:'',sn:'',type:'group',adspath:'LDAP:/ /test.local/CN=Gruppe
> 22,OU=TestGroups,DC=test,DC=local'}) create n-[:rel_member_initial]->m
> create n-[:rel_member_work]->m return n;
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Michael Hunger <michael.hun... @neotechnology.com>
Date: Wed, 1 Aug 2012 14:20:28 +0200
Local: Wed, Aug 1 2012 8:20 am
Subject: Re: [Neo4j] error while cypher statement create pipe
Please try to cut down your cypher statements to the essentials and format them so that they are easy to read. Makes it easier for all of us to help you.
What is the actual error?
Michael
Am 23.07.2012 um 16:48 schrieb tgomell:
> Hi,
> we have the following statement with error. Is it possible to make this combination?
> start n=node:node_auto_index(project='23.07.2012 16:30:50') create m=({objectSID:'S-1-5-21-2339429032-2919534904-1953091157-32735',name:'Grupp e 22',cn:'Gruppe 22',distinguishedname:'CN=Gruppe 22,OU=TestGroups,DC=test,DC=local',objectGUID:'{FDE6257B-A278-49ED-AFA3-27C 3EC0A6A98}',sAMAccountName:'Gruppe 22',sAMAccountType:'SAM_NON_SECURITY_GROUP_OBJECT',grouptype:'Global_Securi ty_Group',useraccountcontrol:'',accountExpires:'',givenName:'',lastLogon:'' ,lastLogonTimeStamp:'',primaryGroupID:'',sn:'',type:'group',adspath:'LDAP:/ /test.local/CN=Gruppe 22,OU=TestGroups,DC=test,DC=local'}) create n-[:rel_member_initial]->m create n-[:rel_member_work]->m return n;
You must
Sign in before you can post messages.
You do not have the permission required to post.