I'm trying to add a new host to the Workflow Manager Farm via the Workflow Manager Configuration Wizard. The service bus client configuration completes with no errors, but when the wizard reaches "Add host to Workflow Manager farm" there is a failure right after "Workflow Manager configuration starting." The error is:
The SELECT permission was denied on the object 'Scopes', database 'WFResourceManagementDB', schema 'dbo'.
Now, the RunAs account in question (which is the farm account name) specifically does have rights to SELECT in the database, along with many more so what gives? With many permissions already granted to the farm service account for the WFResourceManagementDB database, what else can I do to get this working and add the host to the existing farm?