We are trying to establish connection with SAP HANA system using VA, we are not using any Saas connectivity but getting some error while creating connection it seems to be external jar issue which it is support.
In order to connect to the SAP HANA Cloud database, JDBC driver version 2.4.67 or greater is required. For more information, refer to the SAP Help Portal. I have tried to update the same jar file with name
ngdbc-2.24.8-sources.jar
Has anybody face such issues? please help out if you are aware how we can eliminate such errors
I found the following related tickets: could be helpful to troubleshoot your connection issue.
Incorrect JAR File (Sources vs. Binary):
You uploaded ngdbc-2.24.8-sources.jar. The -sources JAR typically contains the source code for the library, not the compiled binary code that the JVM needs to run. You need the binary JAR file.
The correct name would usually be something like ngdbc.jar or ngdbc-2.24.8.jar (without -sources).
Action: Ensure you’ve downloaded the actual JDBC driver JAR (the compiled binary) from SAP’s support portal or Maven repository, not the sources or javadoc.
Hi @LearningStar , could you share the actual error message? If it is related to the JAR file on class version, we might need to recompile the JAR file using the Java version that matches the connector.