As part of a database migration, I’ve created a new Service Instance to connect an existing form to a new server. The service account has been created and given full permissions. The connection is active, and the form can write to and read from the database.
However, when attempting to execute the List method, the below error occurs:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
What is the cause of this and how can it be resolved?