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

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: Local Error in simple_bind_s();

2007-12-18 Thread Leons Petrazickis
Hi Michael, Thank you very much for the logging tip. I've installed Thorsten Kurbad's python_ldap-2.3.1-py2.4-linux-i686.egg on my Python 2.4 install This is the script: ldap.set_option(ldap.OPT_DEBUG_LEVEL,4095) l = ldap.initialize("ldap://bluepages.ibm.com:636/",trace_level=2); l.protocol_ve

Re: Local Error in simple_bind_s();

2007-12-18 Thread Michael Ströder
Leons Petrazickis wrote: > > I've installed Thorsten Kurbad's python_ldap-2.3.1-py2.4-linux-i686.egg on > my Python 2.4 install Which OS? Which Linux distribution? Which OpenLDAP libs? > And this is the log output: Cannot see anything obviously wrong. > ldap.LOCAL_ERROR: {'desc': 'Local error'