Hi @Ruben Dario Reyes Monsalve ,
Thanks for using Microsoft Q&A forum and posting your query here.
Usually this error occurs when JAVA Runtime Environment is not correctly installed in referenced self-hosted IR machine. If you have multiples nodes for your Self Hosted Integration Runtime then I would recommend you to please verify if JRE is installed correctly in all SHIR machines and Environment variable is registered correctly. For more details please see below additional information:
For copy empowered by Self-hosted Integration Runtime e.g. between on-premises and cloud data stores, if you are not copying Parquet files as-is, you need to install the 64-bit JRE 8
(Java Runtime Environment) or OpenJDK
and Microsoft Visual C++ 2010 Redistributable Package
on your IR machine.
For copy running on Self-hosted IR with Parquet file serialization/deserialization, the service locates the Java runtime by firstly checking the registry (SOFTWARE\JavaSoft\Java Runtime Environment\{Current Version}\JavaHome)
for JRE, if not found, secondly checking system variable JAVA_HOME for OpenJDK.
- To use JRE: The 64-bit IR requires 64-bit JRE. You can find it from here.
- To use OpenJDK: It's supported since IR version 3.13. Package the jvm.dll with all other required assemblies of OpenJDK into Self-hosted IR machine, and set system environment variable JAVA_HOME accordingly.
- To install Visual C++ 2010 Redistributable Package: Visual C++ 2010 Redistributable Package is not installed with self-hosted IR installations. You can find it from here.
Reference docs:
Please make sure all the prerequisites are met in all the SHIR installed machines (nothing but SHIR node machines)
Hope this info helps. Do let us know if you have further query.
----------
- Please don't forget to click on
and upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators