The Issue:
These errors are seen in the console log:
CASXO0002S Switch Load Module for resource _______ failed to load
CASXO0023S Severe error detected in ______ XA interface, RM interface disabled
The open string is correct, the XA modules were built without error, the XA modules are on the path (they are being pointed to at the right location), everything seems fine. What is the issue?
The Resolution:
The region in this case was a 64-bit region. The operating system (Windows 10) was 64-bit, but the module had been compiled as 32-bit. Recompiling the module as 64-bit resolved the issue.
#MFDS
#EnterpriseDeveloper
