Re: Search and indexing error

From: Christopher Hall [MSFT] (chall_at_online.microsoft.com)
Date: 05/11/04


Date: Tue, 11 May 2004 04:44:31 -0700

A couple of things to check:
Proper credentials for the Default Access Account
No old stssoap.dll in the GAC - "gacutil /u stssoap"
Disable proxy or, if using, make sure the bypass list doesn't include
"*.something.com" (should be http://*.something.com)

Chris

"MJB" <anonymous@discussions.microsoft.com> wrote in message
news:F46AB0C1-C9CE-468F-8CF1-3D95D856E0EF@microsoft.com...
> I have a problem I've been trying to solve for days, really getting
desperate now. I configured my search within SPS 2003. Searching on WSS
sites works perfect. Only I can't get the portal search to work.
>
> Every time a crawl is performed it is stopped and when I look in the
gatherer log I see the following error:
> The address could not be found, (0x80041201 - The object was not found. )
>
> Because of this my search is not working at all. Tried so many things, but
no results. I've checked the full catalogue search in SQL Server and that's
oke... Please help me, don't know what to do from here :S
>
> Thanks
>



Relevant Pages

  • Re: Installing to GAC using Deployment Project
    ... If you need to mimic the process of 'gacutil' and/or 'regasm' because ... p.GacInstall(file); // for gac installation ... > codebase on the dll's properties. ...
    (microsoft.public.dotnet.general)
  • Adding GACUtil on right click menu
    ... I've quite some files to push into GAC ... Opend registry ... Set default value for command to path of gacutil followed by /i "%1" ... click of dll files; clicking that will send dll to GAC ...
    (microsoft.public.biztalk.general)
  • Importing an assembly?
    ... I am trying to get access to an assembly in an ASPX project. ... the assembly to GAC using gacutil and added an "%@Import namespace = ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Installing to GAC using Deployment Project
    ... look at properties, the is an entry for Codebase, which references the ... location of the dll I installed using the GACUTIL. ... If I check the GAC after I use the installer there is no entry for the ... codebase on the dll's properties. ...
    (microsoft.public.dotnet.general)
  • Using GACUTIL for patches to report failures and not successes
    ... We currently use gacutil as part of our patch process to remove all current ... versions in the GAC). ... However we have nearly 100 assemblies and a lot of output is generated from ...
    (microsoft.public.dotnet.framework.clr)