Answer:
The Nuxeo Patricia DLL is a DLL file that acts as a way for Patricia to interact with the EDMS system.
PROCESS;
The Nuxeo Patricia DLL is a DLL that needs to be registered on each users machine once.
- Download the DLL and save it to a local folder (Patricia\Appl)
- Now we need to register the DLL.
- Open a CMD window as Administrator.
Copy and paste the below syntax
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase C:\Path\To\nuxeoLib.dll
Ensure to change the second portion to the location of where the Nuxeo Patricia DLL has been saved
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase C:\Program Files\Patricia\appl\NuxeoLib.dll
- Press Enter to register the DLL. You should get a confirmation message.
NOTES
- Often times users will report and ‘error calling’ message. This is often related to the Patricia DLL. To resolve, ask the client to re-register the DLL as set out above.