Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to use the tOleDbInput component to get data out of a database. I am using Talend Open Studio for Data Integration 6.2.1.
So far I have added the janet-java-1.1.jar and load the janet-win64.dll to c:\windows\system32. I have also installed .net framework 4.5.
I have the same issue,
I installed the dll and the .NET Framework but I always get this error message
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Windows\System32\janet-win64.dll: Une routine d’initialisation d’une bibliothèque de liens dynamiques (DLL) a échoué
Can someone help please ?
To use this component, you must first install the runtime DLLs, for example janet-win32.dll for Windows 32-bit version and janet-win64.dll for Windows 64-bit version, from the corresponding Microsoft Visual C Redistributable Package. This allows you to avoid errors like the UnsatisfiedLinkError on dependent DLL.
Best regards
Thanks for your answer
Does it mean that just copy paste the dll in the folders like above mentionned doesnt' work ?
Must I use an installation package? If I must, where can I find Microsoft Visual C Redistributable Package?
Regards