Re: Incomplete results returned from a search

From: Vijay R Gangolli [MSFT] (vijgang_at_online.microsoft.com)
Date: 03/16/04

  • Next message: brian: "delete"
    Date: Tue, 16 Mar 2004 19:11:22 GMT
    
    

    Hi Ron,

    Check even under "Port/LM/W3SVC/1"
    If noindexserver does not exist even there, then

    Possibily the .idq application mapping is missing in IIS.
    Add it back in and then recalculate the web site to set the search pages to
    use Index Server.

    To do so,
    1. From the Microsoft Management Console (MMC) IIS Snapin, right-click the
    Web site and click Properties.
    2. On the Home Directory tab, click the "Configuration" button.
    3. Click on Add and set the following, Extension - ".idq", File -
    C:\WINDOWS\System32\idq.dll, "Limit to" - GET,HEAD,POST, check the 2 check
    boxes
    4. Click OK, and then click Apply.

    Now test it.

    Regards,
    Vijay

    Disclaimer: This posting is provided "as is" with no warranties and confers
    no rights

    --------------------
    | From: "Ron Patla" <rpatla(removethis)@wi.rr.com>
    | References: <uTWnSIiCEHA.3472@TK2MSFTNGP09.phx.gbl>
    <OV$b8MwCEHA.3392@cpmsftngxa06.phx.gbl>
    | Subject: Re: Incomplete results returned from a search
    | Date: Tue, 16 Mar 2004 09:12:06 -0600
    |
    | Vijay,
    |
    | Thanks for the help. I found that b-useindexserver=0 in the source view on
    | my search web page. I checked
    "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
    | Tools\Web Server Extensions\All Ports" and I do not have an entry for
    | noindexserver. This is all the items in that key"
    |
    | (Default)
    | databasetype
    | job-daily-notification
    | job-database-backup
    | job-database-ops
    | job-doc-events
    | job-immediate-notification
    | job-server-health
    | job-usage-analysis
    | job-weekly-notification
    | noexecutablecgiupload
    | nosaveresultspipeto
    | nosaveresultstoabsolutefile
    | Nosaveresultstologdir
    |
    | Under Ports I only have 2 entries:
    | (Default)
    | Port/LM/W3SVC/1:
    |
    | If it makes any difference I'm running XP Pro with IIS 5.1. My webs are in
    | the default location C:\intepub\wwwroot. I have four subwebs named
    | bucktrail, city, fpio and practice. When I bring up the Indexing Service
    MMC
    | and check properties under WEB it shows catalog name: WEB, catalog
    location:
    | c:\inetpub, index size: 3, property cache size 12, WWW server: Default Web
    | Site.
    |
    | Ron
    |
    | "Vijay R Gangolli [MSFT]" <vijgang@online.microsoft.com> wrote in message
    | news:OV$b8MwCEHA.3392@cpmsftngxa06.phx.gbl...
    | > Hi Ron,
    | >
    | > It is possible that the website is using WAIS search instead of Index
    | > Server. To check this, when you browse to the search page, do a view
    | source
    | > and check if the b-useindexserver="1" or "0". If it's 0, then its still
    on
    | > WAIS search. To change this to use Index Server, go to registry editor,
    | > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server
    | > Extensions\All Ports and change the noindexserver=1 to 0 and do the same
    | > for all webs under the Ports Key. Now do a recalc.
    | >
    | > If this does not resolve the issue, create a new site and publish the
    old
    | > site to the new site and test it.
    | >
    | > Regards,
    | > Vijay
    | >
    | > Disclaimer: This posting is provided "as is" with no warranties and
    | confers
    | > no rights
    | >
    | > --------------------
    | > | From: "Ron Patla" <rpatla(removethis)@wi.rr.com>
    | > | Subject: Incomplete results returned from a search
    | > | Date: Sun, 14 Mar 2004 18:11:19 -0600
    | > |
    | > | Let me try this again with my correct name listed.
    | > |
    | > | When I do a search on my web site from the search page I get
    incomplete
    | > and
    | > | old results returned. If I go to the Indexing Service MMC and query
    the
    | > | catalog, the proper results are returned. Any idea how to get the
    | proper
    | > | results on the web page?
    | > |
    | > | Thanks,
    | > | Ron
    | > |
    | > |
    | > |
    | >
    |
    |
    |


  • Next message: brian: "delete"