To enable Patricia WebView, the FEATURE_BROWSER_EMULATION registry key should be set as follows (select one, based on the OS running).
For 32 bit Windows O/S: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
For 64 bit: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Add a 32-bit DWORD registry key to the FEATURE_BROWSER_EMULATION node, setting the value name/key to: patricia.exe and set the value to:
(For more information, please see: http://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx#browser_emulation)
11001 (if IE11+ is installed); or if IE10+ is installed, use the value: 10001
If a reverse proxy configuration is setup, then the URL of the the Apache Reverse Proxy needs to be added to the list of sites of the Local Intranet Zone, e.g. http://dms.domain. If needed, please contact Patrix Support to clarify if this step applies to your DMS environment.
In oder to ensure correct functioning of the DocIntegrate component, please ensure that background saving is disabled is disabled in the MS Office settings as follows:
The NuxeoLib.dll provides the low level integration of Patricia with the DMS. It is independent of the "DocIntegrate" and "DocIntegrate Outlook" components above and must be separately installed and/or maintained. Note that updates to the DocIntegrate component do generally not require updating the NuxeoLib.dll unless expressly stated otherwise.
– for EDMS versions 1.9.8.2.3-2 and earlier: NuxeoLib version 1.0
– for EDMS versions 1.9.8.2.3-3 and later: NuxeoLib version 1.6.6
Open a command prompt as administrator and then register the .dll with the following command:
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase "C:\Path\To\nuxeoLib.dll" |
Replace the target path in the command with the location of the saved .dll.
Also take note of the resulting text in the command prompt. It should state that the registration was successful.