Web console pages time out after customizing the web console to allow searching by the 'EmployeeID' (NETIQKB43194)

  • 7743194
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

symptom
Web console pages time out after customizing the web console to allow searching by the 'EmployeeID' property.

cause
ASP times out before the results can complete. 

fix

If a non-cached property is utilized when customizing the web console as the search criteria, the page may timeout before it is completed. When you put in a query to search on a non-cached property such as EmployeeID, Directory and Resource Administrator (DRA) has to go to Active Directory and query each user for the EmployeeID property.    This may take longer to complete than the ASP script timeout interval that is set in Microsoft Internet Information Server (IIS).

It is typically recommended to use a cached property when customizing the search task in the DRA web console, however you can also workaround this by:

  1. Open IIS Management console.
  2. Expand the Default Web Site node.
  3. Right-click on the DRA virtual directory and select Properties.
  4. On the Virtual Directory tab, click Configure.
  5. Click the Options tab. 
  6. Increase the timeout period of the ASP script upward from the default of 90 seconds.



Additional Information

Formerly known as NETIQKB43194