IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  What runtime dll's do I need for dotNet client?

    Posted 09/06/06 12:43 AM

    I have created a simple dotNet client that makes EntireX calls. I copied the appl (along with SoftwareAG.EntireX.NETWrapper.Runtime.dll) to another computer. When I try to execute it I get a runtime Exception = 20020000.

    When I copy the 68 dlls in the :\Program Files\Common\SoftwareAG directory to the other PC, the application works.

    The documentation says that I only need the .NETWrapper.Runtime, but clearly other(s) are need. Does anyone know which ones to include?

    Thanks.


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: What runtime dll's do I need for dotNet client?

    Posted 09/06/06 03:57 PM

    I was able to put just the SoftwareAG.EntireX.NETWrapper.Runtime dll on the machine executing the .Net app. I did have to install the assembly to the GAC using gacutil /i.

    Hope this helps.


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 3.  RE: What runtime dll's do I need for dotNet client?

    Posted 09/06/06 05:13 PM

    But shouldn’t the dotnet runtime dll work as a private assembly as well? It is not installed in the GAC on the development computer.


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 4.  RE: What runtime dll's do I need for dotNet client?

    Posted 09/06/06 06:19 PM

    The .NETWrapper.Runtime DLL is not sufficient to run the application. It also need a subset of the Dlls installed in common files\software ag.

    If you want to deploy your .NET application to a machine which has no EXX installation run the so-called MiniRuntime installation. The install is available as …\entirex\etc\entirexminiruntime.exe. It installs the necessary files to the common files folder.


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 5.  RE: What runtime dll's do I need for dotNet client?

    Posted 09/06/06 09:07 PM

    That did it. I ran the entirexminiruntime.exe and the application worked. Thanks


    #webMethods
    #Mainframe-Integration
    #EntireX