Hi Vincent, Thank you for your reply. I have looked at the link you shared, and it appears to be a README with documentation about how to configure the JDBC interface in SAS Viya, code to define libraries in SAS Viya, and a brief table of the results of some smoke testing. The links included in the table to the actual tasks must be behind a firewall because I am not able to open them. I'm not sure how this addresses the concerns I raised. To start, our issue is with connecting SAS 9.4 to Denodo via JDBC, and the seemingly countless small incompatibilities that arise from having to use a generic connector. Everything in the github link is for SAS Viya, not SAS 9.4, though it is not clear which version of SAS Viya was used for the smoke testing. Even if we disregard the fact that these tests were run on a different platform, I do not think performing smoke testing addresses our concerns. I found the jdbcSmokeTesting_template.sasnb file elsewhere in the repository, which I assume is reflective of the tests run against Denodo. As this file clearly states, "A smoke test is a quick and simple test that verifies that the basic functionality of the connection is working as expected." Looking further at this file, the smoke testing appears to run some very basic commands (e.g., create table mylib.class2 as select * from mylib.class;). I am not surprised to see that the basic tasks included in the smoke testing performed as expected. The issues we are experiencing are considerably more complex than what might be surfaced by running a simple select * on a single demo table of dummy data. Our request or suggestion is for a custom connector to be developed for connections to Denodo - one that would be compatible with the products we already license from SAS, SAS 9.4 and Viya 3.5. It has been disappointing to see that despite having upgraded to M8, SAS' most up-to-date version of this platform technology, our issues persist. In fact, we discovered several new issues were introduced with the upgrade to M8 due to changes with Java. Additionally, while we would prefer that a custom connector be built to address the many small opportunities for optimization that a custom connector would offer, we would also be encouraged to see enhancements and bug fixes developed for the JDBC interface to address known issues. We have heard in past troubleshooting sessions with SAS support and the developers of the ACCESS interfaces that recent enhancements have been made to the ACCESS Interface to JDBC; however, none of these enhancements or bug fixes are available to us as they are only available for Viya 4.
... View more