RE: Exception info: Already Exists on New Add

2007-12-18 Thread Ron Teitelbaum
Hi Michael, Thank you very much for your help. I will look at the exception handler and ReconnectLDAPObject. I see the multiple calls to add_ext and the different results, so you are right, it's me! Thanks! Ron > -Original Message- > From: Michael Ströder > > Ron Teitelbaum wrote: >

Re: Exception info: Already Exists on New Add

2007-12-18 Thread Michael Ströder
Ron Teitelbaum wrote: > > I'm adding an organization > > I get an exception info:'', desc: 'Already Exists' but if I go to gq the > record actually did get added. You're trying to re-add an entry with the same RDN. That's what this message says. > I have an exception handler that retrys the a

Exception info: Already Exists on New Add

2007-12-17 Thread Ron Teitelbaum
Hello All, I've been searching for an answer to this question but have come up blank. I'm adding an organization I get an exception info:'', desc: 'Already Exists' but if I go to gq the record actually did get added. I'm using {'objectclass':('organization',), 'o': 'test2'} input to m