Has anyone successfully used jdbc connectors?
Trying to connect to MariaDB (local), MariaDB (remote), hive (remote) I always end up with this error during discovery:
javax.xml.stream.XMLStreamException: Trying to output second root,
All connectors can actually connect (clicking on test is always successful), and if I give a wrong user/password I get an expected error:
Could not connect: Access denied for user
What it means to me is that my setup is OK, network is not blocked. It looks to me like a bug in Dundas.
Does anybody have a shared experience?
I know as well that I could use odbc in most cases, but my odbc driver has a bug, I do need to use jdbc.