Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
DGorlla1634877975
Contributor
Contributor

i m trying to connect smartsheet and Talend using cdata jDBC driver , i can connect DB

i can see Smartsheet schema , but when i run getting JVM combability error ? any idea

0695b00000N0f9aAAB.png

0695b00000N0f91AAB.png

Labels (3)
7 Replies
Anonymous
Not applicable

Hello,

Did you get error message on console when execute your job in studio and it says there are Problems with the JVM Compatibility?

If so, please make sure you are in a supported Java environment and proper version of JDK is installed.

Best regards

Sabrina

DGorlla1634877975
Contributor
Contributor
Author

Hi Sabrina

 

Thank you for reply , yes when i run then i get the error

 

 

 

0695b00000N0fsGAAR.png 

0695b00000N0fskAAB.png

Anonymous
Not applicable

Hello,

I would recommend using JDK instead of JRE

•   Set the JAVA_HOME Environment variable:

•   Define your JAVA_HOME environment variable so that they point to the JDK installation directory.

•   Example: C:/Java/jdk1.8.0_xx

•   Add the previously defined JAVA_HOME variable to the Path environment variable.

•   Example: <PathVariable>;%JAVA_HOME%\bin.

Additionally, if setting the JAVA HOME fails add the following line in the .ini file (example: Talend-Studio-win-x86_64.ini) for studio:

-vm path to java bin 

Example:

-vm C:\Program Files\Java\jdk1.8.0_xx \bin

Let us know if it helps.

 

Best regards

Sabrina

Anonymous
Not applicable

it seems the double quotes are missing around the driver name,

"cdata....jar"

DGorlla1634877975
Contributor
Contributor
Author

Hi song

 

No its actually automatically come , when we give the path of the jar

Anonymous
Not applicable

It is a compilation error, we usually open the job generated code tab to see which lines has the error.

 

DGorlla1634877975
Contributor
Contributor
Author

hi song

 

Yes your are correct , line no 789

 

if i remove the Access Token its work , but access Issue Coming , any suggestion ..

 

0695b00000N0g8JAAR.png