Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help

Re: DirectorySearfh.FindAll() COMException 0x80072029

  •  07-05-2010, 10:05 AM

    Re: DirectorySearfh.FindAll() COMException 0x80072029

    Set PageSize to 100 and see if that works. You may also need to set the page time limit option.

    Paging will allow the search to be broken up into smaller pieces. The code you use to do the enumeration of the results is the same though so you this change really just happens under the hood.

View Complete Thread