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 <kumiko.y...@ds-iq.com>:

> 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
> jdbc:sqlserver://xxx, database.windows.net:1433...  Since the connection
> string is working in the test program, I don’t think this is the connection
> string, and I’m using the sqljdbc42.jar.
>
>
>
> Do you have any idea why this jar is not used when the custom processor is
> executed?
>
>
>
> Thanks
>
> Kumiko
>

Reply via email to