Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Could Not load file iRRX

    Posted Thu March 27, 2025 12:40 PM

    We're upgrading Datacap from 9.1.6 to 9.1.9, and after the upgrade, I'm encountering the following error message when loading any application in Datacap Studio. Is there a workaround to fix this?



    ------------------------------
    Blue Sphere
    ------------------------------


  • 2.  RE: Could Not load file iRRX

    Posted Mon March 31, 2025 12:53 AM

    9.1.6 iRRX.dll is somewhere on your system or your custom app is referencing this old dll.

    You perhaps need to upgrade Datacap Development Kit to 9.1.9 and recompile.

    https://github.com/ibm-ecm/datacap-developer-kit/blob/master/IBM-Datacap-DDK-9.1.9.zip



    ------------------------------
    dsakai
    ------------------------------



  • 3.  RE: Could Not load file iRRX

    Posted Thu April 03, 2025 11:27 AM

    This is a fresh Datacap 9.1.9 installation on the server, not an in-place upgrade. The vallidations.dll came with the Datacap installation itself, so I don't believe I can recompile the dll.



    ------------------------------
    Blue Sphere
    ------------------------------



  • 4.  RE: Could Not load file iRRX

    Posted Mon March 31, 2025 03:50 AM

    Hi Blue Sphere,

    My guess would be that c:\datacap is the path of your old datacap 9.1.6 installation and you have installed 9.1.9 in a different path? Otherwise i would expect the old dll to be overwritten (unless you didnt stop Taskmaster etc during install or something).

    Solution

    Remove all faulty actions from your rules and replace them with new versions of the same actions from the actions tab.

    Technical Background

    This error message is displayed, because the Rules refer to c:\datacap\RRS\Validations.dll for some of the selected Actions. This dll is apparently an old version of the Validations-library. The mechanism of how Datacap interfaces with its libraries has changed since then - now using the interface iRRX (instead of the class RRX), which can not be found in the old dll, hence the error message.




    ------------------------------
    Julian Fiegenbaum | ISR Information Products AG | Consultant | Germany
    ------------------------------



  • 5.  RE: Could Not load file iRRX

    Posted Thu April 03, 2025 12:39 PM

    Thank you, @Julian Fiegenbaum and @dsakai, for your response. This is a fresh installation of Datacap 9.1.9 on the server, not an in-place upgrade. It appears that our application also contained a validations.dll file, which was causing the issue. After removing this DLL from our application, Datacap Studio successfully loaded the validations.dll file from the RRS folder without any issues.



    ------------------------------
    Blue Sphere
    ------------------------------