I'm trying to use Spring Boot to connect to SQL Anywhere 17, but I'm encountering an error regardless of the connection string I use in my application.yml configuration. Here is my configuration in application.yml:
spring:
datasource:
url:jdbc:...
Hi Volker,
Sorry my mistake I changed UserID to username without really realizing the difference. I've changed it back to UserID and now it works.
I had one more problem with the connection and that was hibernate not knowing the SQLanywhere Dialect...
Hi Volker Barth,
Thanks a lot it was indeed those files i was missing. I've got further now it seems, i do still get an error: [SAP][JDBC Driver][SQL Anywhere]Login mode 'Integrated' not permitted by login_mode setting
Can i set the login_mode to Sta...