RE: Exception: .java.sql.SQLException: No suitable driver found for jdbc:sqlserver:

2016-05-24 Thread Kumiko Yada
: Tuesday, May 24, 2016 9:47 AM To: users@nifi.apache.org Subject: Re: Exception: .java.sql.SQLException: No suitable driver found for jdbc:sqlserver: Hi, Where did you place your driver jar? I think the issue is here. You could try to add the driver jar in the /lib directory of NiFi to check

Re: Exception: .java.sql.SQLException: No suitable driver found for jdbc:sqlserver:

2016-05-24 Thread Pierre Villard
Hi, Where did you place your driver jar? I think the issue is here. You could try to add the driver jar in the /lib directory of NiFi to check if it helps. Pierre 2016-05-24 18:18 GMT+02:00 Kumiko Yada : > Hello, > > > > I’m writing the custom processor to execute the

Exception: .java.sql.SQLException: No suitable driver found for jdbc:sqlserver:

2016-05-24 Thread Kumiko Yada
Hello, I’m writing the custom processor to execute the store procedure against Azure SQL Data Warehouse, and I wrote the test code and it’s working. However, when I executed this code as the custom processor, I’m getting an exception that java.sql.SQLException: No suitable driver found for