We are using EntireX to communicate between our Web application and mainframe, and it works fine when we tested it on our developer’s workstation. The setting of SoftwareAG.EntireX.NETWrapper.Runtime.ERX.Location seems critical. If an absolute path to the erx.dll is not set in SoftwareAG.EntireX.NETWrapper.Runtime.xml, you get the 20020011: Cannot load erx.dll error.
The default value of this key in the XML is ERX_LOCATION. I suppose it is a system variable. We modified it to point to where the erx.dll is. However, as we are ready to deploy the solution, there is a problem. We are deploying to Azure as an app service, where we cannot install EntireX nor can we use an absolute path.
Has anyone come across the same challenge? Is there a known solution out there?
Thanks.
#EntireX#Mainframe-Integration#webMethods