multiple thread on creating OU via LDAP with AD ?!

dl
Date: 07/03/05

  • Next message: Yunus Emre ALPÖZEN [MCSD.NET]: "Re: multiple thread on creating OU via LDAP with AD ?!"
    Date: Sun, 3 Jul 2005 23:24:33 +0800
    
    

    Hi
    I have created a class file with a method doing the OU creation task for my
    domain, and the application is put on two servers each running a DC as a
    backup to each other. Every time when the create OU method is called, the
    OU got created with no problem, but there is always another thread being
    spawn and stopped with exception message saying "Thread was being aborted"!
    I was binding to the domain only, LDAP://dc=<>, dc=<>
    Then I changed to use the loopback, LDAP://127.0.0.1/dc=<>, dc=<>
    and the error remains the same!?

    Do you have any idea what is going on?!

    TIA

    -- 
    

  • Next message: Yunus Emre ALPÖZEN [MCSD.NET]: "Re: multiple thread on creating OU via LDAP with AD ?!"