jacobalberty / firebird-docker

Firebird Dockerfile
130 stars 96 forks source link

Get "Incomatible data type" error when using gsec or isql #91

Closed e-belair closed 2 years ago

e-belair commented 2 years ago

I'm facing an issue when I try to use gsec or isql on v4.0.1:

# "${PREFIX}"/bin/gsec -database "security.db" -display MYUSER
Incompatible data type

OR via isql:

# "${PREFIX}"/bin/isql -user sysdba security.db
Database: security.db, User: SYSDBA
SQL> create or alter user SYSDBA password '${ISC_PASSWORD}' using plugin Srp;
Statement failed, SQLSTATE = HY000
no operation specified
-Incompatible data type

I've deleted then rebuild the container + security4.fdb and I'm still getting this error. Did you already get this error?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.