@Charles Godart - Thanks for the question and using MS Q&A platform.
These are the system requirements to install Microsoft Integration Runtime.
Based on the error message you provided, it seems that the Java Runtime Environment platform does not match the process. The error message indicates that the process is running on a 64-bit platform, but the Java Runtime Environment is 32-bit.
To use the 64-bit version of Java with the Integration Runtime, you need to install the 64-bit version of the Java Runtime Environment on your machine**.** However, if you cannot install the 64-bit version of Java on your machine, you can try the following workaround:
- Create a new environment variable called
_JAVA_OPTIONS. - Set the value of the
_JAVA_OPTIONSvariable to-d32. - Restart the Integration Runtime service.
This will force the Integration Runtime to use the 32-bit version of Java, which should resolve the issue. However, please note that this workaround may have performance implications, as the 32-bit version of Java may not be able to take full advantage of the resources available on your machine.
Alternatively, you can try running the SAP server tools and the Integration Runtime on separate machines to avoid conflicts between the two.
For more details, refer to [Installing self hosted runtime on windows 7(copying data from sql server to Data Lake(parquet) )](https://learn.microsoft.com/en-us/answers/questions/730985/installing-self-hosted-runtime-on-windows-7(copyin) which addressing similar issue.
Hope this helps. Do let us know if you any further queries.