Sorry for this off topic question. I use ADSI to browse the Global Catalog of an Exchange 2000 remote server and I obtain this error:
System.Runtime.InteropServices.COMException (0x8007203B): A local error has occurred
at System.DirectoryServices.ResultsEnumerator.MoveNext()
(I've set the DirectorySearcher PageSize to 1000.)
Next time I try to connect the error changes to
System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational
at System.DirectoryServices.ResultsEnumerator.MoveNext()
What I could find is just the http://support.microsoft.com/kb/295779 article. However, as this server is the customer's server I have to make !00% sure that this error doesn't occur for other reasons too.
So, there is any other reason that this error might occur? Is any workaround on the client side for avoiding this situation?
Thanks in advance,
Marcel