DEV Community

Phani Bandaruvenkata
Phani Bandaruvenkata

Posted on

apache-nifi-ms-sql-and-kerberos-authentication with active directory account

apache-nifi-ms-sql-and-kerberos-authentication

Anyone successfully configured sql server kerberos authentication from NIFI?
I tried Nathan Baldie and other posts I found googling, but none of them work.
Any pointers or inputs greatly appreciated.
Below is my error message from my controller service:
Failed to establish Database Connection: java.sql.SQLException: Cannot create PoolableConnectionFactory (The TCP/IP connection to the host servername=, port has failed. Error: "null. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)

Below are some articles I followed and I tried without any success.

https://nathanlabadie.com/apache-nifi-ms-sql-and-kerberos-authentication/
https://www.exabeam.com/information-security/apache-nifi-sql-server-and-kerberos-authentication/

Top comments (0)