Overview
Programs in Office 2013 and above provide add-in resiliency, meaning that applications will disable an add-in if it performs slowly. This can impact Jive for Office and Jive for Outlook add-ins and cause them to not show up in the Office programs.
A reinstallation of add-in does not resolve this issue as this behavior depends on the registry key settings.
Solution
It is strongly recommended to take a full backup of your Windows registry as an improper modification of registry settings can have potentially catastrophic results.
You can re-enable the add-ins and prevent add-ins from being auto-disabled by Office programs by changing the following registry settings. Note that this solution uses Outlook as an example but it is applicable for any affected program in Microsoft Office suite by replacing Outlook with the affected program's name, such as Excel.
-
Close Microsoft Outlook and open Registry Editor from the Start Menu.
-
Add a String Value (type:
REG_SZ
) entry calledOffiSyncOutlookAddIn.AddinModule
with a value data of1
underHKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\1x.0\Outlook\Resiliency\AddinList
-
Set the
LoadBehavior
(US English spelling)DWORD
value to3
underHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook\Addins\OffiSyncOutlookAddIn.AddinModule
-
Delete and recreate the
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DisabledItems
andHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\CrashingAddinList
keys -
Add a
DWORD
entry calledOffiSyncOutlookAddIn.AddinModule
with a value of1
underHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\DoNotDisableAddinList
-
Add a
DWORD
entry calledOffiSyncOutlookAddIn.AddinModule\dtype
with a value of0
underHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\NotificationReminderAddinData
-
Add a
DWORD
entry calledOffiSyncOutlookAddIn.AddinModule
with a value of967a844d
hexadecimal or 2524611661 decimal underHKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\1x.0\Outlook\Resiliency\NotificationReminderAddinData
Important points to consider
- If you are a system administrator, you can choose to perform these changes through Group Policy updates.
- If you are performing these steps for any Office program other Outlook, you will need to replace the following in steps listed above.
OffiSyncAddIn.AddinModule
(for Jive for Office add-in) instead ofOffiSyncOutlookAddIn.AddinModule
- Affected program's name such as
Excel
instead ofOutlook
.
1x.0
represents the Office version that you have installed on your computer. Please substitute it with the following values:- For Office 2013:
15.0
- For Office 2016 and above (including Microsoft 365):
16.0
- For Office 2013:
Testing
Restart the affected Microsoft Office application after applying the solution and you should be able to use Jive add-ins as expected.
Comments
0 comments
Article is closed for comments.