UserError after cleaning DB on my local server

Hi there!
I have cleaned all Database using dbeaver on my local server, except table (party_party), (gnuhealth_healthprofessional) and (res_user).
But when I try to re-login from admin, It does not allow me to login and shows (UserError) i.e:

Traceback (most recent call last):
** File “/usr/lib/python3/dist-packages/tryton/gui/main.py”, line 249, in do_activate**
** common.Login()**
** File “/usr/lib/python3/dist-packages/tryton/common/common.py”, line 978, in init**
** func(parameters)**
** File “/usr/lib/python3/dist-packages/tryton/rpc.py”, line 85, in login**
** result = connection.common.db.login(username, parameters, language)**
** File “/usr/lib/python3.10/xmlrpc/client.py”, line 1122, in call**
** return self._send(self._name, args)**
** File “/usr/lib/python3/dist-packages/tryton/jsonrpc.py”, line 296, in __request**
** raise Fault(response[‘error’])*
tryton.jsonrpc.Fault: UserError

Fault: UserError

What is the reason? Plz help!!!..

I’m guessing that this is the reason:

There are many other tables with data in them that are needed for Tryton to work correctly.

I can see you added the traceback from the client, but the traceback from the server would probably be more useful in trying to identify where the problem is.