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 <
thomas...@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:'Gruppe
> 22',cn:'Gruppe 22',distinguishedname:'CN=Gruppe
> 22,OU=TestGroups,DC=test,DC=local',objectGUID:'{FDE6257B-A278-49ED-AFA3-27C3EC0A6A98}',sAMAccountName:'Gruppe
> 22',sAMAccountType:'SAM_NON_SECURITY_GROUP_OBJECT',grouptype:'Global_Security_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;