Solution
1.
Run the next query in the database and check if the admon
account domain is set as domain.
SELECT username, fullname,
enabled, domain
FROM wfuser
WHERE iduser = 1

If
the domain field has a different value, you need to set it as domain.
2.
Validate that the admon
account is enabled (1=true, 0=false). If false, admon
must be switched to true (1).
|