Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 317384 - Last Review: January 31, 2007 - Revision: 2.2
STS: Search Box on the Default Page Works Incorrectly After You Install SharePoint Team Services
This article was previously published under Q317384
After you install SharePoint Team Services, the search box
on the default page may not work correctly. When you perform a search, you may
receive only the search page code in a format similar to the following:
[Names]
[Query]
CiCodePage=windows-1252
CiLocale=En-US CiCatalog=OWS_Search_Proxy
CiColumns=filename,size,rank,characterization,vpath,DocTitle,write
CiFlags=DEEP
CiRestriction= $contents "%SearchString%" AND NOT #vpath
\iisadmin* AND NOT #vpath \iishelp* AND NOT #vpath \iissamples* AND NOT #vpath
*\_vti_*
CiMaxRecordsInResultSet=300
CiMaxRecordsPerPage=20
CiScope=/OWS_VRoot_19/%DocLibDir%
CiTemplate=/_layouts/%Template%.htx
CiSort=rank[d]
CiForceUseCi=true
CiDialect=1
This issue may occur if the Internet Data Query (.idq) file
type is not mapped correctly to the interpreter that processes that file.
To resolve this issue, add or correct the missing or faulty
entry. To do this, follow these steps:
- Start Computer Management, and then expand the Internet
Information Services branch.
- Right-click the Microsoft SharePoint Administration Web
site, or another Web page that is experiencing the issue, and then click Properties.
- Click the Home Directory tab.
- Under Applications Settings, click Configuration, and then click the Application Mapping tab.
- Verify the existence of the following entry:
Extension Executable path Verbs
---------------------------------------------------------
.idq C:\WINNT\System32\idq.dll GET,HEAD,POST
If the entry does not exist, click Add.
If the entry does exist but it contains different
values, click Edit. - In the Executable box, type
drive:\Winnt\System32\idq.dll,
where drive refers to the letter of the drive where
the Winnt folder is located.
- In the Extension box, type .idq.
- Under Verbs, click Limit to, and then type
GET,HEAD,POST in the box immediately to the
right.
- Click OK.
APPLIES TO
- Microsoft SharePoint Team Services
- Microsoft Project Server 2002
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate