Outlook Search Issue: Difference between revisions

No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=Outlook Search Issue=  
=Outlook Search Issue=  
<hr>
<hr>
{{KB|{{ZC}}|{{ZCS 8.8}}||||}}  
{{KB|{{WIP}}|{{ZC0 9}}||||}}
{{WIP}} 
 


====Problem====
====Problem====
1. Outlook (ZCO) search not working.
* Outlook (ZCO) search not working.


2. Search taking very long time to show the result.
* Search taking very long time to show the result.


====Solution====
====Solution====
The following steps needs to be followed to troubleshoot ZCO Search issues
The following steps needs to be followed to troubleshoot ZCO Search issues


1) Windows search service needs to be enabled.
* Windows search service needs to be enabled.


2) Check for the ZCO related registry entries are present
* Check for the ZCO related registry entries are present


a) If OL is Click To Run, Outlook 32 bit, Windows 64 bit
* If OL is Click To Run, Outlook 32 bit, Windows 64 bit
<pre>HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
<pre>HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
</pre>
</pre>


b) If OL is Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
* If OL is Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
<pre>
<pre>
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
Line 28: Line 29:
</pre>
</pre>


c) If OL is not Click To Run, Outlook 32 bit, Windows 64 bit
* If OL is not Click To Run, Outlook 32 bit, Windows 64 bit
<pre>
<pre>
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
Line 34: Line 35:
</pre>
</pre>


d) If OL is not Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
* If OL is not Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
<pre>
<pre>
HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
Line 40: Line 41:
</pre>
</pre>


3) If the problem is due to search slowness while items are still being indexed, it could be due to AutoRecon reindexing all the mails. This normally happens every 72 hours. This also can be verified by enabling SearchProtocol Log. Need to check if the problem happens at certain times every three days. The slowness will be more pronounced in bigger accounts. If the user search activity coincides with the period during with Autorecon reindexes all mails, slowness or partial results will be observed. The solution is to disable AutoRecon in the registry.
* If the problem is due to search slowness while items are still being indexed, it could be due to AutoRecon reindexing all the mails. This normally happens every 72 hours. This also can be verified by enabling SearchProtocol Log. Need to check if the problem happens at certain times every three days. The slowness will be more pronounced in bigger accounts. If the user search activity coincides with the period during with Autorecon reindexes all mails, slowness or partial results will be observed. The solution is to disable AutoRecon in the registry.


1.Steps to disable the automatic reconciliation
Steps to disable the automatic reconciliation


If you enable this policy setting, automatic reconciliation will be turned off.
If the recondisable policy setting are enabled, automatic reconciliation will be turned off.


If you disable or do not configure this policy setting, Outlook will reconcile its index every 72 hours.
If the recondisable  policy setting are disabled or not configured, Outlook will reconcile its index every 72 hours.


[[File:Capture.png|800px|middle]]
[[File:Capture.PNG|500px|middle]]


Registry Hive        HKEY_CURRENT_USER
Registry Path        software\policies\microsoft\office\16.0\outlook\search
Value Name        recondisable
Value Type        REG_DWORD
Enabled Value        1
Disabled Value        0


The Registry Path for outlook versions
The Registry Path for outlook versions
Line 66: Line 61:
</pre>
</pre>


To verify that the automatic reconciliation is disabled, check the SearchProtocol Log size.It should not show 10 MB logs. Please check the below image the automatic reconciliation happened after 72 hrs and the logs are of small size.
To verify that the automatic reconciliation is disabled, check the SearchProtocol Log size.It should not show 10 MB logs. Check the below image the automatic reconciliation happened after 72 hrs and the logs are of small size.
 
[[File:autorecon.png|400px|middle]]


{{SubmittedBy|Nagesh Bhagwat}}
{{SubmittedBy|Nagesh Bhagwat}}


{{Article Footer|ZCS 8.8|2020-04-13}}
{{Article Footer|ZCS 8.8|2020-04-13}}

Latest revision as of 08:45, 19 April 2023

Outlook Search Issue


   KB 24100        Last updated on 2023-04-19  




0.00
(0 votes)

Problem

  • Outlook (ZCO) search not working.
  • Search taking very long time to show the result.

Solution

The following steps needs to be followed to troubleshoot ZCO Search issues

  • Windows search service needs to be enabled.
  • Check for the ZCO related registry entries are present
  • If OL is Click To Run, Outlook 32 bit, Windows 64 bit
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
  • If OL is Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Office\ClickToRun\REGISTRY\MACHINE\Software\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
  • If OL is not Click To Run, Outlook 32 bit, Windows 64 bit
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
  • If OL is not Click To Run, Outlook and Windows have same bitness (Wow6432Node would be absent)
HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences{D00FDE68-3E80-4f8c-899D-D9DD16BA7D1D} = 1
HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences{FA9628A0-F223-4d5d-B314-E01BC8100572} = 1
  • If the problem is due to search slowness while items are still being indexed, it could be due to AutoRecon reindexing all the mails. This normally happens every 72 hours. This also can be verified by enabling SearchProtocol Log. Need to check if the problem happens at certain times every three days. The slowness will be more pronounced in bigger accounts. If the user search activity coincides with the period during with Autorecon reindexes all mails, slowness or partial results will be observed. The solution is to disable AutoRecon in the registry.

Steps to disable the automatic reconciliation

If the recondisable policy setting are enabled, automatic reconciliation will be turned off.

If the recondisable policy setting are disabled or not configured, Outlook will reconcile its index every 72 hours.

Capture.PNG


The Registry Path for outlook versions

Outlook 2010 software\policies\microsoft\office\14.0\outlook\search
Outlook 2013 software\policies\microsoft\office\15.0\outlook\search
Outlook 2016 software\policies\microsoft\office\16.0\outlook\search
Outlook 2019 software\policies\microsoft\office\16.0\outlook\search
Office 365 software\policies\microsoft\office\16.0\outlook\search

To verify that the automatic reconciliation is disabled, check the SearchProtocol Log size.It should not show 10 MB logs. Check the below image the automatic reconciliation happened after 72 hrs and the logs are of small size.

Autorecon.png

Submitted by: Nagesh Bhagwat
Verified Against: ZCS 8.8 Date Created: 2020-04-13
Article ID: https://wiki.zimbra.com/index.php?title=Outlook_Search_Issue Date Modified: 2023-04-19



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search