nakagami / djfirebirdsql

Django Firebird database backend
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

wireprotocol.py failure #9

Open patrickfitz opened 3 years ago

patrickfitz commented 3 years ago

Hi there,

I'm trying to connect to an existing Firebird DB that has been migrated to FB 3.07 (Windows), using Django 3.1 (on Linux).

The environment is being migrated from Django v1.4.

I can connect to the DB with FlameRobin and IB Manager; but when I start the Django server with djfirebirdsql it fails with: ... File ".../venv/lib64/python3.6/site-packages/firebirdsql/wireprotocol.py", line 1109, in _op_response django.db.utils.OperationalError: ('Unauthorized', 0)

(obviously there is more.)

Using: django == 3.1 firebirdsql == 1.2.0 djfirebirdsql == 0.3.0 and openSUSE 15.2 (django server) Windows 2008 server (database)

The same happens if create a simple django app using the "EMPLOYEE" database by the way.

Any ideas?

thanks - Patrick