I’m having trouble getting Kerberos authentication to pass through to the ‘DB Connector’ Node.
I’m able to make a connection to the DB using the node not using Kerberos authentication. If I manually input my credentials within the node I’m able to connect:
The connection string looks like so (actual info removed):
Thanks for posting, and welcome to the forum! By chance did you log-in to Kerberos at the bottom-right of the Analytics platform as described near the bottom of this section:Kerberos User Guide
Hi Nick40,
according to the jdbc url I assume you want to connect to a TIBCO Data Virtualization instance. Looking at the documentation I found it doesn’t seem like the JDBC driver does support Kerberos. Can you check back with the TIBCO support if this is the case or if not which parameters need to be set to use Kerberos in the JDBC driver.
Thanks
Tobias
Yes, I can confirm that I did login/authenticate into Kerberos
I don’t personally have access to our Kerberos system, but am meeting with someone today who may be able to do some checking for me, in terms of logs. I’ll let you know what I find.
I’ll review this documentation and will reach out to Tibco to see what suggestions they have. I’m also trying to use a newer SQL version driver (9.2), but am having trouble getting the connect string to work correctly (not using Kerberos). The connect string format from version 6 to 9 is quite different. I’ll keep you posted on my progress.