jaswdr / docker-image-sybase

SQL Anywhere Database Docker Image
16 stars 14 forks source link

JDBC connection #4

Closed dprutean closed 3 years ago

dprutean commented 4 years ago

Hello, Thank you for this docker container. I tried to connect to it using JDBC driver ( namely using the designer from dbschema.com ) but some reason the login does not work. Do you know how may I debug the connectivity issues ? If I do locker logs no records are shown.

jaswdr commented 4 years ago

@dprutean can you put here the docker run command you are using? this seems to be a problem with port forward

jaswdr commented 4 years ago

@dprutean can you check if you are binding the ports with the -p option? also can you try to connect using user sa and password password.

enov commented 4 years ago

I tried to connect using user dba and password sql and it worked!