Problem with OWA search. Mailstore catalogues
Posted
by Anthony
on Server Fault
See other posts from Server Fault
or by Anthony
Published on 2010-04-21T08:49:29Z
Indexed on
2010/04/21
8:53 UTC
Read the original article
Hit count: 360
Dear All,
I have trawled for the last few days but have not been able to come up with a solution; any help would be much appreciated.
Exchange 2007 STD on Windows 2003 64Bit and users report search not working in OWA.
So I first check indexing is enabled on the mail stores
Get-MailboxDatabase |ft Name,IndexEnabled
which all report true, So I try a test
Test-ExchangeSearch [email protected]
Which is a false -1
Ok, So I run the reset -
resetsearchindex.ps1
this works and the event log reports the stores being crawled and finished.
BUT- My complete catalogue data is 300kb - LOL! I wish!
Obviously all tests fail
so I do it manually;
Stop indexing service, Delete catalogues. Restart
Still no dice,
This is where I’m up to, I have tried many different variations of the above and being through oodles of MS documentation
Has anyone got any ideas?
© Server Fault or respective owner