R
richard.markiewicz
Hi all
I have inherited a sharepoint web part from my predecessor that is
displaying an issue. It calls FindAll() to locate a specific security
group, and then enumerates through the group to retrieve the user's
display names and email addresses.
*Very* intermittently this web part will throw an exception - either
"System.Runtime.InteropServices.COMException (0x8007202A): The server
is not operational" or, sometimes, "The authentication mechanism is
unknown". When I say intermittently, I mean very intermittently - it is
fine 99% of the time. There doesn't seem to be any pattern to the
errors (have been using perfmon and netstat to watch server load when I
see it), and we can go many days without seeing it at all.
I have read online about a bug - you're not supposed to use FindOne()
with .NET 1.1 as it causes connection issues. Does anyone know about
such a problem with FindAll()?
I am really hoping someone can help, this is proving very difficult to
fix as it is so irregular and have little experience with this API.
Many TIA, Rich
I have inherited a sharepoint web part from my predecessor that is
displaying an issue. It calls FindAll() to locate a specific security
group, and then enumerates through the group to retrieve the user's
display names and email addresses.
*Very* intermittently this web part will throw an exception - either
"System.Runtime.InteropServices.COMException (0x8007202A): The server
is not operational" or, sometimes, "The authentication mechanism is
unknown". When I say intermittently, I mean very intermittently - it is
fine 99% of the time. There doesn't seem to be any pattern to the
errors (have been using perfmon and netstat to watch server load when I
see it), and we can go many days without seeing it at all.
I have read online about a bug - you're not supposed to use FindOne()
with .NET 1.1 as it causes connection issues. Does anyone know about
such a problem with FindAll()?
I am really hoping someone can help, this is proving very difficult to
fix as it is so irregular and have little experience with this API.
Many TIA, Rich
