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.


  1. Download the DLL and save it to a local folder (Patricia\Appl)
  2. Now we need to register the DLL.
    1. Open a CMD window as Administrator. 
    2. Copy and paste the below syntax

      %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\regasm /codebase C:\Path\To\nuxeoLib.dll
    3. 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
    4. 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.




 

  • No labels