PRB: Proxy Server 2.0 Online Product Documentation Search Fails When Using Nonanonymous Authentication (304029)



The information in this article applies to:

  • Microsoft Proxy Server 2.0
  • Microsoft Index Server 2.0

This article was previously published under Q304029

SYMPTOMS

The Proxy Server 2.0 online product documentation has a Search feature. If you use authenticated (nonanonymous) authentication on the default Web site or the PrxDocs virtual directory, then use of the Next and Previous buttons may fail with the following error:
Error "The template file can not be found in the location specified by 'CiTemplate=' in file C:\WINNT\help\proxy\misc\prxrch.idq" (0xc000203c) encountered while processing the query "proxy".

CAUSE

The Search feature uses Microsoft Index Server. This is a syntax error in the .htx files of the Search pages.

The .htx files (PrxTurnL.htx and PrxTurnS.htx) are passing the wrong variable (TemplateName) to the IDQ file (Prxrch.idq). When anonymous access is used, the browser is automatically passing the correct variable of CiResultsSize to the IDQ file, but the browser is not doing this when authenticated access is being used.

RESOLUTION

To resolve this problem:
  1. Locate and open the Prxturnl.htx and Prxturns.htx files in a text editor such as Microsoft Notepad. They should be located in C:\WINNT\Help\Proxy\Misc.
  2. Search for all instances of the string TemplateName and replace with CiResultsSize.
  3. Save both files.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Install Windows NT Server 4.0. Follow the installation procedures for the Windows NT 4.0 Option Pack. Install Windows NT 4.0 Service Pack 6a. Install Proxy 2.0. Install Proxy Server 2.0 Service Pack 1.
  2. Change the "Prxdocs" virtual directory or default Web site to accept only Windows NT Challenge/Response authentication.
  3. From the Start menu, point to Microsoft Proxy Server Documentation, and then click Search.
  4. Type proxy in the search field. Click Search. Results will appear.
  5. Click the Next 10 documents button.

Modification Type:MajorLast Reviewed:11/3/2003
Keywords:kbprb KB304029