Hello,

The professional edition (or the trial edition) is sufficient for accessing
your Redshift instance. However, it looks as though your JDBC driver might
not have been class-loaded yet. What's the Java logic that you used to get
to this error?

Did you also run the following?

Class.forName("com.amazon.redshift.jdbc41.Driver"); // Replace by your
version of the driver


Best regards,
Lukas


2017-04-03 15:54 GMT+01:00 <[email protected]>:

> Hello,
>
>
> For reading and writing to aws redshift do I need the professional or the
> the enterprise version? I get this from my lambda function. I’m not sure
> what’s causing this.
>
>
>
> Opening JDBC connection to Redshift via JOOQ
>
> Exception reading record. Exception: SQL [Error when initialising
> Connection]; No suitable driver found for jdbc:redshift://abc.redshift.
> amazonaws.com/123
>
>
> Thanks
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to