I can not access accounts but search find them

In one application I see accounts at the ledger accounts list, if do search for it there are search results for the account and I clique on it posts: “Verzeihung! Suche konnte nicht gefunden werden.”
Also when I try to use the account in ITEMS - Accounts, I can not select for it.
Unfortunately when I try to set a new account with that name I get the message: “Sorry there is already an account of that name”.
Is there a failure in the database? How can I restructure ist?

I found the reason for the failure. There are too many links when I inspect the docker container settings under “Networks”.

“Links”: [
“mariadb_inno:mariadb”,
“mariadb_inno:mariadb_inno”,
“redis-cache_inno:redis-cache”,
“redis-cache_inno:redis-cache_inno”,

and so on.

The yml-file had wrong settings including environment:

  • DB_HOST=mariadb instead of mariadb_inno.
    I have both databases: mariadb and mariadb_inno.

I will check in the log what changes I have to do without getting problems with the data that I already entered.

This is the error log:

Bezeichnung
erpnext.assets.doctype.asset.asset.make_post_gl_entry

Fehler

{‘method_name’: ‘erpnext.assets.doctype.asset.asset.make_post_gl_entry’, ‘log’: <function log at 0x7fe678a19b70>, ‘retry’: 0, ‘is_async’: True, ‘user’: ‘Administrator’, ‘kwargs’: {}, ‘job_name’: ‘erpnext.assets.doctype.asset.asset.make_post_gl_entry’, ‘event’: ‘daily’, ‘method’: <function make_post_gl_entry at 0x7fe678028620>, ‘site’: ‘site1.local’}
Traceback (most recent call last):
File “/home/frappe/bench-repo/apps/frappe/frappe/utils/background_jobs.py”, line 99, in execute_job
method(**kwargs)
File “/home/frappe/bench-repo/apps/erpnext/erpnext/assets/doctype/asset/asset.py”, line 520, in make_post_gl_entry
if not is_cwip_accounting_enabled(self.asset_category):
NameError: name ‘self’ is not defined