multiple thread on creating OU via LDAP with AD ?!

G

Guest

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
--
 
Y

Yunus Emre ALPÖZEN [MCSD.NET]

My advice u to use singleton design pattern and bind domain only once. and
query each time when u need

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top