How to Disable Plugins at the Workstation Level
Details:
Instructions:
- Create a disabled plugin batch file.
- Open Notepad
- Copy these lines into Notepad
@echo off
for %%G in (*.dll) do (copy /Y nul “%%G”)
- Save as “disable plugin.bat” to your desktop or a place you prefer.
- Disable all the plugins at the workstation level.
- Copy and Paste disable plugin.bat (from Step I.3 above) to the following location
- C:\Users\%username%\AppData\LocalLow\Apps\Ellie Mae\<hash folder>=\EncompassData\Settings\Cache\<hash folder>\Plugins
- Keep this window open, off to the side
- Close completely out of all instances of Encompass
- Run the disable plugins.bat file by double clicking on it.
Note the file size of your plugins will change from greater than 0 (active) to 0 (inactive)
-
- When the size is 0, then the plugin is disabled.
- Log back into Encompass
- There will be pop-up messages saying your “An error has occurred while retrieving the <plugin name.dll> plugin. This plugin will not run during this Encompass session.“
Say OK to all the plugin messages. There could be several pop-ups, depending on how many plugins you have.
- Once in Encompass – start testing to see if you can recreate the issue while the plugins are disabled.
- If you cannot recreate the issue, then you know a plugin was causing it.
- Disable one plugin at the workstation level.
- Go to following file location
- C:\Users\%username%\AppData\LocalLow\Apps\Ellie Mae\<hash folder>=\EncompassData\Settings\Cache\<hash folder>\Plugins – Select one plugin
- Right click on the plugin, select Edit with Notepad++ or Notepad
- Inside Notepad++, Select All (Ctrl+A), then click on Delete (DEL), then click File > Save
- Results – One plugin disable as file size of 0
- Re-enable all the plugins:
- Close Encompass
- Go to this file location (the opened window that you side aside earlier)
- C:\Users\%username%\AppData\LocalLow\Apps\Ellie Mae\<hash folder>=\EncompassData\Settings\Cache\<hash folder>\Plugins
- Delete the “Plugins” folder from the same location as before.
- Log back into Encompass – all the plugins will be enabled again.
- Re-enabled one or some plugins:
There are times where you may want to troubleshoot a specific plugin, below are the steps to enable the specific plugins that you want to troubleshoot. Or once you have figured out that a plugin is causing this issue, these same steps can help to narrow it down which one it is.
- When all plugins are at size 0 (inactive), delete a few plugins from this file location
- C:\Users\%username%\AppData\LocalLow\Apps\Ellie Mae\<hash folder>=\EncompassData\Settings\Cache\<hash folder>\Plugins
- Launch Encompass and the one(s) you deleted will re-stream upon login into this open file location. Their file size will be greater than 0, so you know it have been enabled.
- Repeat this process until you find the active plugin that is causing your issue.
