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