Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FrontPage 2000 Server Extensions Search Component Does Not Work after Upgrade


View products that this article applies to.

This article was previously published under Q235342

↑ Back to the top


Symptoms

After you upgrade to the FrontPage 2000 Server Extensions, if you perform a search on an existing page using the FrontPage Search component, the following error message occurs:
Error "The IDQ file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\40\isapi\Default.htm0.idq could not be found. " (0xc000203e) encountered while processing the query ""
NOTE: This only occurs when using Index Server on Windows NT Servers running IIS.

↑ Back to the top


Cause

The upgrade does not update Form Action in the .HTX file.

↑ Back to the top


Workaround

To work around this problem, recalculate hyperlinks or re-publish the Web. To do this, use any of the following methods. Use FrontPage to re-publish the Web or to recalculate hyperlinks on each Web.

To publish a Web in FrontPage, do the following:
1.Open the Web in FrontPage.
2.Click Publish Web on the File menu.
3.Enter the appropriate URL of the server you're publishing to and click Publish.
To recalculate hyperlinks, do the following:
1.Open the Web in FrontPage.
2.On the Tools menu, click Recalculate Hyperlinks.
Use the FrontPage Server Administrator to recalculate hyperlinks for each Web:
1.Click Start and point to Programs, point to Windows NT 40 Option Pack, point to Microsoft Internet Information Server, and then click Internet Server Manager.
2.Click the plus sign (+) next to Internet Information Server.
3.Click the plus sign (+) next to the computer name.
4.Right-click Default Web Site or the virtual server.
5.Point to Task.
6.Click Recalculate Web.
Use Command Line Server Administrator to recalculate hyperlinks for each Web:
1.Open a Command Prompt.
2.Change to the drive letter where the Server Extensions are installed.
3.Type CD Program files\common files\Microsoft Shared\Web Server Extensions\40\Bin.
4.Run Fpsrvadm.exe.
5.Choose # 8 Recalculate links.
6.Enter the port number or press Enter to accept the default port 80.
7.Enter / for the root Web or enter the subweb name.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in FrontPage 2000 Server Extensions build 4.0.2.2717.

↑ Back to the top


More information

Note: The code is located on the search page. Right-click and choose View Source.


The code will look like the following after installing the Server Extensions:
<form action="_vti_bin/search.htm0.idq" method="POST">

This following is what the code should look like:
<form action="_vti_script/search.htm0.idq" method="POST">

↑ Back to the top


Keywords: KB235342, kbpending, kbbug

↑ Back to the top

Article Info
Article ID : 235342
Revision : 2
Created on : 2/19/2007
Published on : 2/19/2007
Exists online : False
Views : 285