|
Home > Archive > Site Server General > December 2004 > Search Functionality Broken
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Search Functionality Broken
|
|
|
| We recently upgraded a machine running site server from Win2k to Win2K3 and
now our search abilities seem to be broken. The odd thing is that after the
upgrade I specificially checked this functionality and it worked fine. I
really can't tell when it broke unfortunately. The error we are receiving
on results.asp is:
Server object error 'ASP 0177 : c0000005'
Server.CreateObject Failed
/search/Results.asp, line 77
c0000005
Line 77 is like this:
set Q = Server.CreateObject("MSSearch.Query")
Does anyone know what could cause this?
Thanks,
Bill
| |
|
| Well i've found that if I restart IIS it works again...but only for a short
while (less than a day). Does anyone know what could be causing this? I
can't very well be restarting IIS every hour. 
"BK3" <zinck74@nospamhotmail.com> wrote in message
news:%23jxziPX3EHA.2540@TK2MSFTNGP09.phx.gbl...
> We recently upgraded a machine running site server from Win2k to Win2K3
> and now our search abilities seem to be broken. The odd thing is that
> after the upgrade I specificially checked this functionality and it worked
> fine. I really can't tell when it broke unfortunately. The error we are
> receiving on results.asp is:
>
> Server object error 'ASP 0177 : c0000005'
>
> Server.CreateObject Failed
>
> /search/Results.asp, line 77
>
> c0000005
>
> Line 77 is like this:
> set Q = Server.CreateObject("MSSearch.Query")
>
> Does anyone know what could cause this?
>
>
>
> Thanks,
>
> Bill
>
>
| |
| Woody W 2004-12-10, 8:46 pm |
| Site Server is not supported on Windows 2003. There are hacks and patches
that allow it to be installed, but not every function works correctly.
Content deployment/replication is the only feature I have tested
successfully. Search/Indexing may not work right. However, is there anything
in the System or Application logs that indicate why SS Search is failing?
Perhaps Windows Search/Indexing is conflicting?
"BK3" <zinck74@nospamhotmail.com> wrote in message
news:ugErLqw3EHA.1392@tk2msftngp13.phx.gbl...
> Well i've found that if I restart IIS it works again...but only for a
> short while (less than a day). Does anyone know what could be causing
> this? I can't very well be restarting IIS every hour. 
>
>
> "BK3" <zinck74@nospamhotmail.com> wrote in message
> news:%23jxziPX3EHA.2540@TK2MSFTNGP09.phx.gbl...
>
>
| |
|
| Hmmm...that's no good. Maybe I WILL have to schedule an iisreset every
hour...heh.
I am not getting anything in the event logs when it fails unfortunately.
I've seen other posts regarding something about sessions, but they didn't
seem totally applicable to this situation and I couldn't really decipher
what I might have to do to get this to work right. Any other ideas are
welcome. If I find a fix myself I will post.
Thanks,
Bill
"Woody W" <spamless.woodyw-news@fotogeex.com> wrote in message
news:%23Wax%23Hy3EHA.208@TK2MSFTNGP12.phx.gbl...
> Site Server is not supported on Windows 2003. There are hacks and patches
> that allow it to be installed, but not every function works correctly.
> Content deployment/replication is the only feature I have tested
> successfully. Search/Indexing may not work right. However, is there
> anything in the System or Application logs that indicate why SS Search is
> failing? Perhaps Windows Search/Indexing is conflicting?
>
> "BK3" <zinck74@nospamhotmail.com> wrote in message
> news:ugErLqw3EHA.1392@tk2msftngp13.phx.gbl...
>
>
| |
|
| I've found an interesting work around for this. Still no real solution yet
though. I set up one of our monitoring servers to monitor this website. It
checks it once every 10 minutes. I did this just to see how long it was
before it brought the error back. Well since I've done this it hasn't gone
down. Which makes me think it might have something to do with sessions.
Since the page was rarely hit the session might time out. But now that it
is being hit once every ten minutes, it is being kept up.
"BK3" <zinck74@nospamhotmail.com> wrote in message
news:OkD$DSU4EHA.4060@TK2MSFTNGP10.phx.gbl...
> Hmmm...that's no good. Maybe I WILL have to schedule an iisreset every
> hour...heh.
>
> I am not getting anything in the event logs when it fails unfortunately.
> I've seen other posts regarding something about sessions, but they didn't
> seem totally applicable to this situation and I couldn't really decipher
> what I might have to do to get this to work right. Any other ideas are
> welcome. If I find a fix myself I will post.
>
> Thanks,
> Bill
>
> "Woody W" <spamless.woodyw-news@fotogeex.com> wrote in message
> news:%23Wax%23Hy3EHA.208@TK2MSFTNGP12.phx.gbl...
>
>
|
|
|
|
|